Skip to content

Commit

Permalink
Remove localWcs and localPhotoCalib columns from ImSim Sources.
Browse files Browse the repository at this point in the history
These (or equivalents) will be restored when we rework the pipelines
to use ReprocessVisitImageTask outputs as sources.
  • Loading branch information
TallJimbo committed Dec 17, 2024
1 parent c1fc04d commit be6b6f4
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 be6b6f4

Please sign in to comment.