Skip to content

Commit 64af151

Browse files
committed
#369: Added megapixels to img:Detector
1 parent 340d7fe commit 64af151

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

src/PDS4_IMG_IngestLDD.xml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@
263263

264264
1.9.4.0 R. Deen
265265
- Allow negative numbers for Device_Temperature.raw_count by switching from Ascii_NonNegative_Integer to Ascii_Integer (for PHX)
266+
- Add megapixels to Detector (for Artemis)
266267

267268
</comment>
268269
<last_modification_date_time>2026-03-11T00:00Z</last_modification_date_time>
@@ -2562,7 +2563,7 @@
25622563
<unit_of_measure_type>Units_of_None</unit_of_measure_type>
25632564
</DD_Value_Domain>
25642565
</DD_Attribute>
2565-
2566+
25662567
<DD_Attribute>
25672568
<name>lines</name>
25682569
<version_id>1.0</version_id>
@@ -2578,6 +2579,23 @@
25782579
<unit_of_measure_type>Units_of_None</unit_of_measure_type>
25792580
</DD_Value_Domain>
25802581
</DD_Attribute>
2582+
2583+
<DD_Attribute>
2584+
<name>megapixels</name>
2585+
<version_id>1.0</version_id>
2586+
<local_identifier>megapixels</local_identifier>
2587+
<nillable_flag>false</nillable_flag>
2588+
<submitter_name>Namrata Malarout</submitter_name>
2589+
<definition>Specifies the size of the detector in megapixels.
2590+
This is not intended to be a precise measurement but rather indicates
2591+
the general size or class of the detector.</definition>
2592+
<DD_Value_Domain>
2593+
<enumeration_flag>false</enumeration_flag>
2594+
<value_data_type>ASCII_Real</value_data_type>
2595+
<minimum_value>1</minimum_value>
2596+
<unit_of_measure_type>Units_of_None</unit_of_measure_type>
2597+
</DD_Value_Domain>
2598+
</DD_Attribute>
25812599

25822600
<DD_Attribute>
25832601
<name>line_fov</name>
@@ -6424,6 +6442,12 @@
64246442
<minimum_occurrences>0</minimum_occurrences>
64256443
<maximum_occurrences>1</maximum_occurrences>
64266444
</DD_Association>
6445+
<DD_Association>
6446+
<identifier_reference>megapixels</identifier_reference>
6447+
<reference_type>attribute_of</reference_type>
6448+
<minimum_occurrences>0</minimum_occurrences>
6449+
<maximum_occurrences>1</maximum_occurrences>
6450+
</DD_Association>
64276451
<DD_Association>
64286452
<identifier_reference>samples</identifier_reference>
64296453
<reference_type>attribute_of</reference_type>

0 commit comments

Comments
 (0)