Skip to content

Commit

Permalink
modified: src/fits.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed May 28, 2021
1 parent b35cd8b commit 3717686
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/fits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2151,6 +2151,13 @@ println!("CRITICAL ERROR cannot read from file: {:?}", err);
self.is_optical = false;
self.flux = String::from("logistic");
}

// Tomo-e Gozen
if telescope.contains("kiso") {
//enable optical
self.is_optical = true;
self.flux = String::from("ratio");
}
}

if line.contains("ASTRO-F") {
Expand Down

0 comments on commit 3717686

Please sign in to comment.