Skip to content

Commit

Permalink
mwm_openfiber.py: edit openfibertargets_mwm_mdwarfs_plato_apogee
Browse files Browse the repository at this point in the history
  • Loading branch information
astronomygupta committed Dec 23, 2024
1 parent 8a3ac9c commit 654cbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/target_selection/cartons/mwm_openfiber.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def build_query(self, version_id, query_region=None):
Gaia_DR3.bp_rp,
Gaia_DR3.parallax,
Gaia_DR3.l,
Gaia_DR3.b
Gaia_DR3.b,
)
.join(Gaia_DR3, on=(CatalogToGaia_DR3.target_id == Gaia_DR3.source_id))
.where(
Expand Down

0 comments on commit 654cbb3

Please sign in to comment.