Skip to content

Commit

Permalink
Merge pull request #295 from lsst/tickets/DM-48117
Browse files Browse the repository at this point in the history
DM-48117: Remove localWcs and localPhotoCalib columns from ImSim Sources.
  • Loading branch information
TallJimbo authored Dec 18, 2024
2 parents e564c82 + 58c6949 commit d3356af
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions python/lsst/sdm_schemas/schemas/imsim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6345,46 +6345,6 @@ tables:
datatype: double
description: Moments-based measure of a source to be a galaxy.
fits:tunit:
- name: localPhotoCalib
"@id": "#Source.localPhotoCalib"
datatype: double
description: Local approximation of the PhotoCalib calibration factor at the location of the src.
fits:tunit:
- name: localPhotoCalib_flag
"@id": "#Source.localPhotoCalib_flag"
datatype: boolean
description: Set for any fatal failure
fits:tunit:
- name: localPhotoCalibErr
"@id": "#Source.localPhotoCalibErr"
datatype: double
description: Error on the local approximation of the PhotoCalib calibration factor at the location of the src.
fits:tunit:
- name: localWcs_flag
"@id": "#Source.localWcs_flag"
datatype: boolean
description: Set for any fatal failure
fits:tunit:
- name: localWcs_CDMatrix_2_1
"@id": "#Source.localWcs_CDMatrix_2_1"
datatype: double
description: (2, 1) element of the CDMatrix for the linear approximation of the WCS at the src location. Gives units in radians.
fits:tunit:
- name: localWcs_CDMatrix_1_1
"@id": "#Source.localWcs_CDMatrix_1_1"
datatype: double
description: (1, 1) element of the CDMatrix for the linear approximation of the WCS at the src location. Gives units in radians.
fits:tunit:
- name: localWcs_CDMatrix_1_2
"@id": "#Source.localWcs_CDMatrix_1_2"
datatype: double
description: (1, 2) element of the CDMatrix for the linear approximation of the WCS at the src location. Gives units in radians.
fits:tunit:
- name: localWcs_CDMatrix_2_2
"@id": "#Source.localWcs_CDMatrix_2_2"
datatype: double
description: (2, 2) element of the CDMatrix for the linear approximation of the WCS at the src location. Gives units in radians.
fits:tunit:
- name: blendedness_abs
"@id": "#Source.blendedness_abs"
datatype: double
Expand Down

0 comments on commit d3356af

Please sign in to comment.