Commit f9c38528 authored by Wei Chengliang's avatar Wei Chengliang
Browse files

update Pointing.py: if is_deep

parent 410316ee
Pipeline #7057 failed with stage
in 0 seconds
......@@ -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:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment