Skip to content

Commit

Permalink
Skip chi2/npixels columns for now, until we get them in apdb
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Jul 26, 2021
1 parent 4f3984a commit 5b76a0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/lsst/ap/association/diaForcedSource.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,10 @@ def setDefaults(self):
'slot_PsfFlux_flag',
'base_PsfFlux_flag_noGoodPixels',
'slot_PsfFlux_flag_noGoodPixels',
'base_PsfFlux_flag_edge', 'slot_PsfFlux_flag_edge']
'base_PsfFlux_flag_edge', 'slot_PsfFlux_flag_edge',
'base_PsfFlux_chi2', 'slot_PsfFlux_chi2',
'base_PsfFlux_npixels', 'slot_PsfFlux_npixels',
]


class DiaForcedSourceTask(pipeBase.Task):
Expand Down

0 comments on commit 5b76a0b

Please sign in to comment.