Loading observation_sim/config/Pointing.py +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ class Pointing(object): self.exp_time = float(columns[18]) is_deep = float(columns[19]) # [TODO] Can also define other survey types if is_deep != -1.0: if is_deep == 2: self.survey_field_type = "DEEP" if not self.obs_config_file: Loading Loading
observation_sim/config/Pointing.py +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ class Pointing(object): self.exp_time = float(columns[18]) is_deep = float(columns[19]) # [TODO] Can also define other survey types if is_deep != -1.0: if is_deep == 2: self.survey_field_type = "DEEP" if not self.obs_config_file: Loading