Skip to content

Commit

Permalink
Add columns needed for gbdesAstrometricFit
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsaunders committed Nov 29, 2023
1 parent 3637e94 commit f8d2517
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion python/lsst/pipe/tasks/isolatedStarAssociation.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,16 @@ class IsolatedStarAssociationConfig(pipeBase.PipelineTaskConfig,
dtype=str,
default=['x',
'y',
'xErr',
'yErr',
'apFlux_17_0_instFlux',
'apFlux_17_0_instFluxErr',
'apFlux_17_0_flag',
'localBackground_instFlux',
'localBackground_flag']
'localBackground_flag'
'ixx',
'iyy',
'ixy',]
)
source_selector = sourceSelectorRegistry.makeField(
doc='How to select sources. Under normal usage this should not be changed.',
Expand Down

0 comments on commit f8d2517

Please sign in to comment.