File tree Expand file tree Collapse file tree
src/rad/resources/schemas/reference_files Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,13 +13,17 @@ properties:
1313 allOf :
1414 - $ref : asdf://stsci.edu/datamodels/roman/schemas/reference_files/ref_common-1.0.0
1515 - type : object
16+
17+ input_units : " pixel"
18+ output_units : " arcsec"
19+
1620 properties :
1721 reftype :
1822 type : string
1923 enum : [DISTORTION]
2024 - $ref : asdf://stsci.edu/datamodels/roman/schemas/reference_files/ref_optical_element-1.0.0
2125 coordinate_distortion_transform :
22- title : Distortion Transform Model
26+ title : Distortion Transform Model with inputs in "pixel" and outputs in "arcsec"
2327 description : |
2428 The astropy.modeling.Model instance of of the distortion transform model.
2529 type : object
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ properties:
1313 allOf :
1414 - $ref : asdf://stsci.edu/datamodels/roman/schemas/reference_files/ref_common-1.0.0
1515 - type : object
16+
17+ input_units : " DN"
18+ output_units : " DN"
19+
1620 properties :
1721 reftype :
1822 type : string
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ properties:
1313 allOf :
1414 - $ref : asdf://stsci.edu/datamodels/roman/schemas/reference_files/ref_common-1.0.0
1515 - type : object
16+
17+ input_units : " DN"
18+ output_units : " DN"
19+
1620 properties :
1721 reftype :
1822 type : string
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ properties:
1515 allOf :
1616 - $ref : asdf://stsci.edu/datamodels/roman/schemas/reference_files/ref_common-1.0.0
1717 - type : object
18+
19+ input_units : " DN"
20+ output_units : " DN"
21+
1822 properties :
1923 reftype :
2024 type : string
You can’t perform that action at this time.
0 commit comments