Skip to content

Commit

Permalink
Update PDS4_IMG_IngestLDD.xml
Browse files Browse the repository at this point in the history
Add data_received under Data_Quality class
  • Loading branch information
thareUSGS committed Sep 7, 2024
1 parent 8566c7a commit 10dae08
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions src/PDS4_IMG_IngestLDD.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,9 @@
- analog_offset_percent under Detector class
- For CLPS SCALPSS instrument (on several missions), add attributes:
- frame_count under Detector class
- Add data_received under Data_Quality class
</comment>
<last_modification_date_time>2024-09-30T17:47Z</last_modification_date_time>
<last_modification_date_time>2024-09-07T09:30Z</last_modification_date_time>


<!-- -->
Expand Down Expand Up @@ -4294,7 +4295,7 @@
</DD_Attribute>


<!-- Start Attributes: for Data_Qulaity Class -->
<!-- Start Attributes: for Data_Quality Class -->

<DD_Attribute>
<name>above_aft_flag</name>
Expand Down Expand Up @@ -4328,6 +4329,21 @@
</DD_Value_Domain>
</DD_Attribute>

<DD_Attribute>
<name>data_received</name>
<version_id>1.0</version_id>
<local_identifier>data_received</local_identifier>
<nillable_flag>false</nillable_flag>
<submitter_name>T. Hare</submitter_name>
<definition>This field defines if all parts of the data or image is received
without detected checksum or sequence errors. Example use case from MRO CTX is either
"OK" if all fragments of the image were received or "ERROR" if not.</definition>
<DD_Value_Domain>
<enumeration_flag>false</enumeration_flag>
<value_data_type>ASCII_Short_String_Collapsed</value_data_type>
</DD_Value_Domain>
</DD_Attribute>

<DD_Attribute>
<name>dq_bayer_cell</name>
<version_id>1.0</version_id>
Expand Down Expand Up @@ -8318,6 +8334,12 @@ product_flag.</definition>
<minimum_occurrences>0</minimum_occurrences>
<maximum_occurrences>1</maximum_occurrences>
</DD_Association>
<DD_Association>
<identifier_reference>data_received</identifier_reference>
<reference_type>attribute_of</reference_type>
<minimum_occurrences>0</minimum_occurrences>
<maximum_occurrences>1</maximum_occurrences>
</DD_Association>
<DD_Association>
<identifier_reference>image_corrupt_flag</identifier_reference>
<reference_type>attribute_of</reference_type>
Expand Down

0 comments on commit 10dae08

Please sign in to comment.