Skip to content

Commit

Permalink
edit mwm_halo_gaia_dr3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
astronomygupta committed Jul 12, 2024
1 parent c20dfa3 commit 22f09ed
Showing 1 changed file with 0 additions and 56 deletions.
56 changes: 0 additions & 56 deletions python/target_selection/cartons/mwm_halo_gaia_dr3.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ class MWM_halo_distant_rrl_boss_triple_Carton(MWM_halo_distant_rrl_boss_single_C
priority = 3051
can_offset = True

def build_query(self, version_id, query_region=None):
query = super().build_query(version_id, query_region)
return query


class MWM_halo_distant_rrl_boss_Carton(BaseCarton):
"""5.1.34. mwm_halo_distant_rrl_boss
Expand Down Expand Up @@ -395,10 +391,6 @@ class MWM_halo_vmp_xp_boss_triple_Carton(MWM_halo_vmp_xp_boss_single_Carton):
priority = 1851
can_offset = True

def build_query(self, version_id, query_region=None):
query = super().build_query(version_id, query_region)
return query


class MWM_halo_mp_xp_boss_single_Carton(MWM_halo_mp_xp_Base_Carton):
"""
Expand Down Expand Up @@ -448,10 +440,6 @@ class MWM_halo_mp_xp_boss_triple_Carton(MWM_halo_mp_xp_boss_single_Carton):
priority = 2971
can_offset = True

def build_query(self, version_id, query_region=None):
query = super().build_query(version_id, query_region)
return query


class MWM_halo_nmp_xp_boss_single_Carton(MWM_halo_mp_xp_Base_Carton):
"""
Expand Down Expand Up @@ -501,10 +489,6 @@ class MWM_halo_nmp_xp_boss_triple_Carton(MWM_halo_nmp_xp_boss_single_Carton):
priority = 6501
can_offset = True

def build_query(self, version_id, query_region=None):
query = super().build_query(version_id, query_region)
return query


class MWM_halo_vmp_xp_apogee_single_Carton(MWM_halo_mp_xp_Base_Carton):
"""
Expand Down Expand Up @@ -550,10 +534,6 @@ class MWM_halo_vmp_xp_apogee_triple_Carton(MWM_halo_vmp_xp_apogee_single_Carton)
priority = 1851
can_offset = True

def build_query(self, version_id, query_region=None):
query = super().build_query(version_id, query_region)
return query


class MWM_halo_mp_xp_apogee_single_Carton(MWM_halo_mp_xp_Base_Carton):
"""
Expand Down Expand Up @@ -603,10 +583,6 @@ class MWM_halo_mp_xp_apogee_triple_Carton(MWM_halo_mp_xp_apogee_single_Carton):
priority = 2971
can_offset = True

def build_query(self, version_id, query_region=None):
query = super().build_query(version_id, query_region)
return query


class MWM_halo_nmp_xp_apogee_single_Carton(MWM_halo_mp_xp_Base_Carton):
"""
Expand Down Expand Up @@ -656,10 +632,6 @@ class MWM_halo_nmp_xp_apogee_triple_Carton(MWM_halo_nmp_xp_apogee_single_Carton)
priority = 6501
can_offset = True

def build_query(self, version_id, query_region=None):
query = super().build_query(version_id, query_region)
return query


class MWM_halo_mp_xp_dark_Base_Carton(BaseCarton):
"""5.1.36. mwm_halo_mp_xp_dark
Expand Down Expand Up @@ -1257,13 +1229,6 @@ class MWM_halo_local_high_apogee_triple_Carton(MWM_halo_local_high_apogee_single
priority = 2981
can_offset = True

def build_query(self, version_id, query_region=None):
query = super().build_query(version_id, query_region)
return query

def post_process(self, model):
super().post_process(model)


class MWM_halo_local_high_boss_single_Carton(MWM_halo_local_Base_Carton):
"""
Expand Down Expand Up @@ -1359,13 +1324,6 @@ class MWM_halo_local_high_boss_triple_Carton(MWM_halo_local_high_boss_single_Car
priority = 2981
can_offset = True

def build_query(self, version_id, query_region=None):
query = super().build_query(version_id, query_region)
return query

def post_process(self, model):
super().post_process(model)


class MWM_halo_local_low_apogee_single_Carton(MWM_halo_local_Base_Carton):
"""
Expand Down Expand Up @@ -1457,13 +1415,6 @@ class MWM_halo_local_low_apogee_triple_Carton(MWM_halo_local_low_apogee_single_C
priority = 6501
can_offset = True

def build_query(self, version_id, query_region=None):
query = super().build_query(version_id, query_region)
return query

def post_process(self, model):
super().post_process(model)


class MWM_halo_local_low_boss_single_Carton(MWM_halo_local_Base_Carton):
"""
Expand Down Expand Up @@ -1555,13 +1506,6 @@ class MWM_halo_local_low_boss_triple_Carton(MWM_halo_local_low_boss_single_Carto
priority = 6501
can_offset = True

def build_query(self, version_id, query_region=None):
query = super().build_query(version_id, query_region)
return query

def post_process(self, model):
super().post_process(model)


class MWM_halo_local_high_apogee_Carton(MWM_halo_local_Base_Carton):
"""
Expand Down

0 comments on commit 22f09ed

Please sign in to comment.