Skip to content

Commit

Permalink
Merge pull request #260 from lsst/tickets/DM-48106
Browse files Browse the repository at this point in the history
DM-48106: Rename dipole classification "flag" and add attempted dipole classification
  • Loading branch information
abudlong authored Jan 11, 2025
2 parents f468c93 + 099e8f2 commit 77d0220
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/DiaSource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,10 @@ funcs:
args: ip_diffim_DipoleFit_chi2dof
isDipole:
functor: Column
args: ip_diffim_DipoleFit_flag_classification
args: ip_diffim_DipoleFit_classification
dipoleFitAttempted:
functor: Column
args: ip_diffim_DipoleFit_classificationAttempted
dipoleNdata:
functor: Column
args: ip_diffim_DipoleFit_nData
Expand Down

0 comments on commit 77d0220

Please sign in to comment.