Skip to content

Commit

Permalink
Rename fields to match new apdb schema
Browse files Browse the repository at this point in the history
Renamed decl->dec in parquet test data by hand in python.
  • Loading branch information
parejkoj committed May 9, 2023
1 parent 93dcef9 commit fc93477
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/jointcal/jointcal.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ def setDefaults(self):
self.sourceSelector["science"].flags.bad = badFlags
self.sourceSelector["science"].doRequireFiniteRaDec = True
self.sourceSelector["science"].requireFiniteRaDec.raColName = "ra"
self.sourceSelector["science"].requireFiniteRaDec.decColName = "decl"
self.sourceSelector["science"].requireFiniteRaDec.decColName = "dec"

# Use Gaia-DR2 with proper motions for astrometry; phot_g_mean is the
# primary Gaia band, but is not like any normal photometric band.
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified tests/data/subselected-sourceTable-0034690.parq
Binary file not shown.

0 comments on commit fc93477

Please sign in to comment.