Skip to content

Commit

Permalink
mwm_snc_100pc_boss_single: change priority
Browse files Browse the repository at this point in the history
  • Loading branch information
astronomygupta committed Aug 6, 2024
1 parent 7f38a53 commit 06c6da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/target_selection/cartons/mwm_snc.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ class MWM_SNC_100pc_BOSS_single_Carton(MWM_SNC_100pc_BOSS_Carton):
is the cadence and priority.
Metadata:
Priority: 1801
Priority: 1806
Cadence: if G < 16, bright_1x1 ; if G > 16, dark_1x1
Instrument: BOSS
can_offset = True
Expand All @@ -256,7 +256,7 @@ class MWM_SNC_100pc_BOSS_single_Carton(MWM_SNC_100pc_BOSS_Carton):
mapper = "MWM"
instrument = "BOSS"
cadence = None # cadence is set in post_process()
priority = 1801
priority = 1806
can_offset = True

def build_query(self, version_id, query_region=None):
Expand Down

0 comments on commit 06c6da5

Please sign in to comment.