Skip to content

Commit

Permalink
Merge pull request #5 from lsst/tickets/DM-5642
Browse files Browse the repository at this point in the history
Use and enforce Astropy compliant units
  • Loading branch information
Pim Schellart authored and Pim Schellart committed May 10, 2016
2 parents 14e03d4 + ab9184f commit a00db6a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions examples/data/act-img.fits

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion python/lsst/meas/deblender/deblend.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def addSchemaKeys(self, schema):
self.psfKey = schema.addField('deblend_deblendedAsPsf', type='Flag',
doc='Deblender thought this source looked like a PSF')
self.psfCenterKey = afwTable.Point2DKey.addFields(schema, 'deblend_psfCenter',
'If deblended-as-psf, the PSF centroid', "pixels")
'If deblended-as-psf, the PSF centroid', "pixel")
self.psfFluxKey = schema.addField('deblend_psfFlux', type='D',
doc='If deblended-as-psf, the PSF flux')
self.tooManyPeaksKey = schema.addField('deblend_tooManyPeaks', type='Flag',
Expand Down

0 comments on commit a00db6a

Please sign in to comment.