Skip to content

Commit

Permalink
Merge pull request #82 from lsst/tickets/DM-35322
Browse files Browse the repository at this point in the history
DM-35322: ForcedPhotCcdFromDataFrameTask needs local calib plugins
  • Loading branch information
ctslater committed Jul 17, 2022
2 parents 8d82b3c + c3dd4ec commit f074822
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions yml/dp02_dc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8284,8 +8284,8 @@ tables:
# fits:tunit:
# - name: localPhotoCalib_flag
# "@id": "#ForcedSourceOnDiaObject.localPhotoCalib_flag"
# datatype: double
# mysql:datatype: DOUBLE
# datatype: boolean
# mysql:datatype: BOOLEAN
# description: Set for any fatal failure
# fits:tunit:
# - name: localWcs_CDMatrix_1_1
Expand Down Expand Up @@ -8314,8 +8314,8 @@ tables:
# fits:tunit:
# - name: localWcs_flag
# "@id": "#ForcedSourceOnDiaObject.localWcs_flag"
# datatype: double
# mysql:datatype: DOUBLE
# datatype: boolean
# mysql:datatype: BOOLEAN
# description: Set for any fatal failure
# fits:tunit:
# - name: parentObjectId
Expand Down
8 changes: 4 additions & 4 deletions yml/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8341,8 +8341,8 @@ tables:
fits:tunit:
- name: localPhotoCalib_flag
"@id": "#ForcedSourceOnDiaObject.localPhotoCalib_flag"
datatype: double
mysql:datatype: DOUBLE
datatype: boolean
mysql:datatype: BOOLEAN
description: Set for any fatal failure
fits:tunit:
- name: localWcs_CDMatrix_1_1
Expand Down Expand Up @@ -8371,8 +8371,8 @@ tables:
fits:tunit:
- name: localWcs_flag
"@id": "#ForcedSourceOnDiaObject.localWcs_flag"
datatype: double
mysql:datatype: DOUBLE
datatype: boolean
mysql:datatype: BOOLEAN
description: Set for any fatal failure
fits:tunit:
- name: parentObjectId
Expand Down

0 comments on commit f074822

Please sign in to comment.