Skip to content

Commit

Permalink
Merge pull request #3 from lsst/tickets/DM-16338
Browse files Browse the repository at this point in the history
DM-16338: Remove addFluxErr (now always True)
  • Loading branch information
parejkoj committed Dec 18, 2018
2 parents 581de62 + 4837423 commit a967d21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/lsst/fgcmcal/fgcmOutputProducts.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,6 @@ def _formatCatalog(self, fgcmStarCat, offsets):

sourceMapper = afwTable.SchemaMapper(fgcmStarCat.schema)
minSchema = LoadIndexedReferenceObjectsTask.makeMinimalSchema(self.bands,
addFluxErr=True,
addCentroid=False,
addIsResolved=True,
coordErrDim=0)
Expand Down

0 comments on commit a967d21

Please sign in to comment.