Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-30497: Bug: DiaSource table cannot find Ixx column #115

Merged
merged 3 commits into from
Jun 9, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions data/DiaSource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,48 +176,48 @@ funcs:

# These values below work but need a new functor for converting pixel^2
# units to arcsec^2 DM-
Ixx:
ixx:
functor: ConvertPixelSqToArcsecondsSq
args:
- slot_Shape_xx
- base_LocalWcs_CDMatrix_1_1
- base_LocalWcs_CDMatrix_1_2
- base_LocalWcs_CDMatrix_2_1
- base_LocalWcs_CDMatrix_2_2
Iyy:
iyy:
functor: ConvertPixelSqToArcsecondsSq
args:
- slot_Shape_yy
- base_LocalWcs_CDMatrix_1_1
- base_LocalWcs_CDMatrix_1_2
- base_LocalWcs_CDMatrix_2_1
- base_LocalWcs_CDMatrix_2_2
Ixy:
ixy:
functor: ConvertPixelSqToArcsecondsSq
args:
- slot_Shape_xy
- base_LocalWcs_CDMatrix_1_1
- base_LocalWcs_CDMatrix_1_2
- base_LocalWcs_CDMatrix_2_1
- base_LocalWcs_CDMatrix_2_2
# Icov not implemented
IxxPsf:
# icov not implemented
ixxPsf:
mrawls marked this conversation as resolved.
Show resolved Hide resolved
functor: ConvertPixelSqToArcsecondsSq
args:
- slot_PsfShape_xx
- base_LocalWcs_CDMatrix_1_1
- base_LocalWcs_CDMatrix_1_2
- base_LocalWcs_CDMatrix_2_1
- base_LocalWcs_CDMatrix_2_2
IyyPsf:
iyyPsf:
mrawls marked this conversation as resolved.
Show resolved Hide resolved
functor: ConvertPixelSqToArcsecondsSq
args:
- slot_PsfShape_xy
- base_LocalWcs_CDMatrix_1_1
- base_LocalWcs_CDMatrix_1_2
- base_LocalWcs_CDMatrix_2_1
- base_LocalWcs_CDMatrix_2_2
IxyPsf:
ixyPsf:
mrawls marked this conversation as resolved.
Show resolved Hide resolved
functor: ConvertPixelSqToArcsecondsSq
args:
- slot_PsfShape_xy
Expand Down