Skip to content

Commit 13b446a

Browse files
committed
Changed temperature raw_counts to allow negative numbers
1 parent e897014 commit 13b446a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/PDS4_IMG_IngestLDD.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,11 @@
261261
- Added pds:description to Data_Processing (for DSCOVR-EPIC)
262262
- Added camera_information to Optical_Properties (for RAC-CLPS)
263263

264+
1.9.4.0 R. Deen
265+
- Allow negative numbers for Device_Temperature.raw_count by switching from Ascii_NonNegative_Integer to Ascii_Integer (for PHX)
266+
264267
</comment>
265-
<last_modification_date_time>2025-08-19T00:00Z</last_modification_date_time>
268+
<last_modification_date_time>2026-03-11T00:00Z</last_modification_date_time>
266269

267270
<!-- -->
268271
<!-- Attributes: BEGIN -->
@@ -3600,7 +3603,7 @@
36003603
engineering units. i.e. temperature_value in degrees C or voltage_value in Volts</definition>
36013604
<DD_Value_Domain>
36023605
<enumeration_flag>false</enumeration_flag>
3603-
<value_data_type>ASCII_NonNegative_Integer</value_data_type>
3606+
<value_data_type>ASCII_Integer</value_data_type>
36043607
<unit_of_measure_type>Units_of_None</unit_of_measure_type>
36053608
</DD_Value_Domain>
36063609
</DD_Attribute>

0 commit comments

Comments
 (0)