Skip to content

Commit

Permalink
Merge pull request #220 from lsst/tickets/DM-44535
Browse files Browse the repository at this point in the history
DM-44535: Express dipoleAngle, trailAngle in position angle on sky instead of detector angle
  • Loading branch information
wmwv authored Jun 4, 2024
2 parents a85a1fa + 874a6fe commit 09a866f
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions data/DiaSource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,13 @@ funcs:
- base_LocalWcs_CDMatrix_2_1
- base_LocalWcs_CDMatrix_2_2
trailAngle:
functor: CoordColumn
args: ext_trailedSources_Naive_angle
functor: ConvertDetectorAngleToPositionAngle
args:
- ext_trailedSources_Naive_angle
- base_LocalWcs_CDMatrix_1_1
- base_LocalWcs_CDMatrix_1_2
- base_LocalWcs_CDMatrix_2_1
- base_LocalWcs_CDMatrix_2_2
# trailCov[15] not implemented
# trailLnL not implemented
# trailChi2 not implemented
Expand Down Expand Up @@ -178,8 +183,13 @@ funcs:
- base_LocalWcs_CDMatrix_2_1
- base_LocalWcs_CDMatrix_2_2
dipoleAngle:
functor: Column
args: ip_diffim_DipoleFit_orientation
functor: ConvertDetectorAngleToPositionAngle
args:
- ip_diffim_DipoleFit_orientation
- base_LocalWcs_CDMatrix_1_1
- base_LocalWcs_CDMatrix_1_2
- base_LocalWcs_CDMatrix_2_1
- base_LocalWcs_CDMatrix_2_2
# dipoleCov not implemented
# dipoleLnl not implemented
dipoleChi2:
Expand Down

0 comments on commit 09a866f

Please sign in to comment.