Skip to content

Commit 2fba8b7

Browse files
authored
Add Radiance enum to radiometric_type
1 parent 9216dbc commit 2fba8b7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/PDS4_IMG_IngestLDD.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,10 @@
283283
- Added "NEF", "NEF High Efficiency Star" to img:onboard_compression_type (for Artemis)
284284
- Updated cardinality of Image_Mask in both Imaging and Commanded_Parameters to 0:unbounded per request from T. Cornet
285285
- Changed units of f_number from Length to None as f_number is a unitless quantity (backwards-incompatible change but clear error)
286+
- Added "Radiance" as an enum value for radiometric_type (it was in the description but not the value list)
286287

287288
</comment>
288-
<last_modification_date_time>2026-07-22T23:00Z</last_modification_date_time>
289+
<last_modification_date_time>2026-07-31T16:00Z</last_modification_date_time>
289290

290291
<!-- -->
291292
<!-- Attributes: BEGIN -->
@@ -4003,6 +4004,10 @@
40034004
<value_data_type>ASCII_Short_String_Collapsed</value_data_type>
40044005
<unit_of_measure_type>Units_of_None</unit_of_measure_type>
40054006
<DD_Permissible_Value>
4007+
<value>Radiance</value>
4008+
<value_meaning>Radiometric correction results are expressed in units of Radiance (generally W/m^2/sr)
4009+
</value_meaning>
4010+
</DD_Permissible_Value> <DD_Permissible_Value>
40064011
<value>Radiance Factor</value>
40074012
<value_meaning>Radiance Factor also known as I/F or IOF. Some images are scaled to absolute
40084013
radiance units, then divided by the absolute radiance of the Sun at the top of the planet's

0 commit comments

Comments
 (0)