Skip to content

Commit

Permalink
edit mwm_snc_further_ext.py
Browse files Browse the repository at this point in the history
  • Loading branch information
astronomygupta committed Jul 9, 2024
1 parent 55fa819 commit ecb0816
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions python/target_selection/cartons/mwm_snc_further_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ def build_query(self, version_id, query_region=None):
class Openfibertargets_mwm_snc_further_ext_apogee_bright_Carton(MWM_snc_further_ext_Base_Carton):
"""Shorthand name: openfibertargets_mwm_snc_further_ext_apogee_bright
REPLACES openfibertargets_nov2020_24
Return columns: Gaia Galactic longitude and latitude, parallax, parallax_error, G, BP, RP, ruwe, phot_bp_rp_excess_factor, astrometric_excess_noise, and 2MASS H
Return columns: Gaia Galactic longitude and latitude, parallax, parallax_error,
G, BP, RP, ruwe, phot_bp_rp_excess_factor, astrometric_excess_noise, and 2MASS H
Metadata: can_offset=True
Priority: 6085
Cadence: bright_1x1
Expand Down Expand Up @@ -94,7 +95,8 @@ def build_query(self, version_id, query_region=None):
class Openfibertargets_mwm_snc_further_ext_apogee_dark_Carton(MWM_snc_further_ext_Base_Carton):
"""Shorthand name: openfibertargets_mwm_snc_further_ext_apogee_dark
REPLACES openfibertargets_nov2020_24
Return columns: Gaia Galactic longitude and latitude, parallax, parallax_error, G, BP, RP, ruwe, phot_bp_rp_excess_factor, astrometric_excess_noise, and 2MASS H
Return columns: Gaia Galactic longitude and latitude, parallax, parallax_error,
G, BP, RP, ruwe, phot_bp_rp_excess_factor, astrometric_excess_noise, and 2MASS H
Metadata: can_offset=True
Priority: 6085
Cadence: dark_1x1
Expand Down Expand Up @@ -126,7 +128,8 @@ def build_query(self, version_id, query_region=None):
class Openfibertargets_mwm_snc_further_ext_boss_Carton(MWM_snc_further_ext_Base_Carton):
"""Shorthand name: openfibertargets_mwm_snc_further_ext_boss
REPLACES openfibertargets_nov2020_24
Return columns: Gaia Galactic longitude and latitude, parallax, parallax_error, G, BP, RP, ruwe, phot_bp_rp_excess_factor, astrometric_excess_noise, and 2MASS H
Return columns: Gaia Galactic longitude and latitude, parallax, parallax_error,
G, BP, RP, ruwe, phot_bp_rp_excess_factor, astrometric_excess_noise, and 2MASS H
Metadata: can_offset=True
Priority: 6086
Cadence: bright_1x1 for stars with G < 16 and dark_1x1 for stars with G > 16
Expand Down

0 comments on commit ecb0816

Please sign in to comment.