Skip to content

Commit

Permalink
Merge pull request #152 from lsst/tickets/DM-24392
Browse files Browse the repository at this point in the history
DM-24392: Update testdata_jointcal to include Gaia+PS1 refcats
  • Loading branch information
parejkoj committed Apr 9, 2020
2 parents 6513920 + ffd5fab commit 33ce3a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/jointcal/jointcal.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,8 @@ def runDataRef(self, dataRefs, profile_jointcal=False):
center = lsst.geom.SpherePoint(boundingCircle.getCenter())
radius = lsst.geom.Angle(boundingCircle.getOpeningAngle().asRadians(), lsst.geom.radians)

self.log.info(f"Data has center={center} with radius={radius.asDegrees()} degrees.")

# Determine a default filter associated with the catalog. See DM-9093
defaultFilter = filters.most_common(1)[0][0]
self.log.debug("Using %s band for reference flux", defaultFilter)
Expand Down

0 comments on commit 33ce3a3

Please sign in to comment.