diff --git a/src/PDS4_IMG_IngestLDD.xml b/src/PDS4_IMG_IngestLDD.xml
index 550c50d..219b88b 100644
--- a/src/PDS4_IMG_IngestLDD.xml
+++ b/src/PDS4_IMG_IngestLDD.xml
@@ -236,10 +236,11 @@
- Add data_received under Data_Quality class
- Updated White_Balance class to fix placement bug adding Data_Processing
- Updated Image_Mask adding Data_Processing and remove redundant attributes from there
- - Added "shutter_type" attributes, not used just yet
+ - Added Shutter Class under Detector with new shutter attributes.
+ - Currently only global or rolling are defined.
- 2024-10-23T16:50Z
+ 2024-10-24T13:07Z
@@ -3194,8 +3195,7 @@
R. Deen
Specifies the time between readout of each adjacent pixel.
It is the time from the start of one pixel to the start of the next.
- Generally important only for rolling shutters, but can be specified
- for any camera if desired.
+
false
ASCII_Real
@@ -3213,8 +3213,7 @@
R. Deen
Specifies the time between readout of the same pixel on
adjacent lines. It it the time from the start of one pixel to the
- start of the same pixel on the following line. Generally important
- only for rolling shutters, but can be specified for any camera if desired.
+ start of the same pixel on the following line.
false
ASCII_Real
@@ -3231,8 +3230,8 @@
false
R. Deen
Specifies the time it takes for readout of the entire camera
- frame. This is the time from readout of the first pixel to readout of
- the last and does not include exposure time or other delays.
+ frame. This is the time from readout of the first pixel to the readout of
+ the last pixel and does not include exposure time or other delays.
false
ASCII_Real
@@ -3401,10 +3400,9 @@
false
R. Deen
Specifies the Bottom to Top from
- a camera. Generally important only for rolling shutters, but can be
- specified for any camera if desired. Directions are relative to the
- image as displayed (thus there may be an interaction with
- disp:Display_Direction).
+ a camera. Directions are relative to the
+ image as displayed (thus there may be an
+ interaction with disp:Display_Direction).
true
ASCII_Short_String_Collapsed
@@ -3435,10 +3433,9 @@
false
R. Deen
Specifies the direction in which lines are read from a
- camera. Generally important only for rolling shutters, but can be
- specified for any camera if desired. Directions are relative to the
- image as displayed (thus there may be an interaction with
- disp:Display_Direction)..
+ camera. Directions are relative to the image as displayed
+ (thus there may be an interaction with
+ disp:Display_Direction).
true
ASCII_Short_String_Collapsed
@@ -3895,6 +3892,10 @@
Rolling
shutter is of type rolling
+
+ Unknown
+ shutter is of type unkown or not assigned
+
@@ -6156,6 +6157,12 @@
0
1
+
+ Shutter
+ component_of
+ 0
+ 1
+
pds.Internal_Reference
component_of
@@ -8613,6 +8620,59 @@ product_flag.
+
+
+ Shutter
+ 1.0
+ Shutter
+ R. Deen
+ Shutter is a class to hold information for shutter type of camera.
+ Currently only "Global" or "Rolling" are allowed. Global normally exposes all
+ pixels at the same time, so the image captures a consistent view of moving objects.
+ Rolling scans across the scene, meaning each pixel is exposed at a slightly
+ different time, which can introduce distortions for rapidly moving objects.
+ This is generally a property of the camera itself and does not vary from frame to frame.
+ false
+ false
+
+ shutter_type
+ attribute_of
+ 1
+ 1
+
+
+ readout_direction_pixel
+ attribute_of
+ 0
+ 1
+
+
+ readout_direction_line
+ attribute_of
+ 0
+ 1
+
+
+ pixel_readout_time
+ attribute_of
+ 0
+ 1
+
+
+ line_readout_time
+ attribute_of
+ 0
+ 1
+
+
+ frame_readout_time
+ attribute_of
+ 0
+ 1
+
+
+
+
White_Balance