diff --git a/config/consolidateVisitSummary.py b/config/consolidateVisitSummary.py new file mode 100644 index 00000000..753cd10e --- /dev/null +++ b/config/consolidateVisitSummary.py @@ -0,0 +1,4 @@ +# The refit-pointing subtask does not yet support instruments with a parity +# flip between FOCAL_PLANE and FIELD_ANGLE. +config.do_refit_pointing = False +config.do_write_visit_geometry = False diff --git a/config/updateVisitSummary.py b/config/updateVisitSummary.py index 05df3a2b..753cd10e 100644 --- a/config/updateVisitSummary.py +++ b/config/updateVisitSummary.py @@ -1,3 +1,4 @@ # The refit-pointing subtask does not yet support instruments with a parity # flip between FOCAL_PLANE and FIELD_ANGLE. config.do_refit_pointing = False +config.do_write_visit_geometry = False