From b519721eaf4498fa2c82960ae188482a4726ca52 Mon Sep 17 00:00:00 2001 From: Virginia Brancato Date: Sun, 28 May 2023 10:46:12 -0700 Subject: [PATCH 1/7] First draft of static layers product specs --- XML/static_layers_cslc-s1.xml | 792 ++++++++++++++++++++++++++++++++++ 1 file changed, 792 insertions(+) create mode 100644 XML/static_layers_cslc-s1.xml diff --git a/XML/static_layers_cslc-s1.xml b/XML/static_layers_cslc-s1.xml new file mode 100644 index 0000000..4b106de --- /dev/null +++ b/XML/static_layers_cslc-s1.xml @@ -0,0 +1,792 @@ + + + + + + + + + + + + Absolute orbit number + + + Track number + + + Burst identification string (burst ID) + + + Instrument name + + + Product type + + + CSLC-S1 product version + + + CSLC-S1 product specification version + + + Look direction can be left or right + + + Mission identifier + + + Orbit direction can be ascending or descending + + + Azimuth start time of the product + + + Azimuth stop time of the product + + + Name of the processing center that produced the product + + + Boolean to indicate if product is in radar geometry or geocoded + + + L0A: Unprocessed instrument data; L0B: Reformatted, + unprocessed instrument data; L1: Processed instrument data in radar coordinates system; + and L2: Processed instrument data in geocoded coordinates system + + + OGR compatible WKT representation of bounding polygon of the image + + + + Radar band + + + Data processing date and time + + + + + + + Spacing of the geographical grid along Y-direction + + + Spacing of the geographical grid along X-direction + + + + + CF compliant dimension associated with the X coordinate + + + CF compliant dimension associated with the Y coordinate + + + + The angle of the platform velocity vector with respect to the East , measured anti-clockwise positive + + + + Incidence angle + + + + Local incidence angle + + + + Layover shadow mask + + + + + + Reference epoch of the state vector (format: YYYY-MM-DD HH:MM:SS.6f) + + + Direction of sensor orbit ephemeris (e.g., ascending, descending) + + + PrOE (or) NOE (or) MOE (or) POE (or) Custom + + + + Platform position along x-direction with respect to WGS84 G1762 reference frame + + + Platform position along y-direction with respect to WGS84 G1762 reference frame + + + Platform position along z-direction with respect to WGS84 G1762 reference frame + + + Platform velocity along x-direction with respect to WGS84 G1762 reference frame + + + Platform velocity along y-direction with respect to WGS84 G1762 reference frame + + + Platform velocity along z-direction with respect to WGS84 G1762 reference frame + + + Time of the orbit state vectors relative to the reference epoch + + + + Runconfiguration file used for processing + + + COMPASS (CSLC-S1 processor) version used for processing + + + ISCE3 version used for processing + + + S1 reader version used for processing + + + DEM interpolation method + + + TBD + + + TBD + + + TBD + + + + Azimuth steering rate of IW and EW modes + + + Time spacing between azimuth lines of the burst + + + Longitude, latitude center of burst + + + Image Processing Facility software version + + + Slant range of the middle of the IW2 swath + + + Sensor platform identification string (e.g., S1A or S1B) + + + Polarization of the burst + + + Pulse repetition frequency (PRF) of the raw data + + + Radar center frequency + + + Slant range bandwidth of the signal + + + Range chirp rate + + + Pixel spacing between slant range samples in the input burst SLC + + + Sampling rate of slant range in the input burst SLC + + + Value of the weighting window coefficient used during processing + + + Name of the weighting window type used during processing + + + The number of Pulse Repetition Intervals (PRI) between transmitted pulse and return echo + + + Sensing start time of the burst (format: YYYY-MM-DD HH:MM:SS.6f) + + + Sensing stop time of the burst (format: YYYY-MM-DD HH:MM:SS.6f) + + + Shape (length, width) of the burst in radar coordinates + + + Two-way slant range time of Doppler centroid frequency estimate + + + Slant range of the first sample of the input burst + + + Wavelength of the transmitted signal + + + Azimuth FM-rate polynomial coefficients + + + Mean of the polynomial + + + Order of the polynomial + + + Standard deviation of the polynomial + + + Doppler polynomial coefficients + + + Mean of the polynomial + + + Order of the polynomial + + + Standard deviation of the polynomial + + + + Input calibration file used + + + Source DEM file + + + Input L1 RSLC file used + + + Input noise file used + + + List of input orbit files used + + + Burst index relative other bursts in swath + + + First valid line for burst in measurement tiff + + + First valid sample for burst in measurement tiff + + + First valid sample for burst in measurement tiff + + + Last valid sample for burst in measurement tiff + + + Path to measurement tiff file inside the SAFE file + + + + Type of orbit file used in processing + + + TBD + + + TBD + + + TBD + + + Max of the heading angle of VV geocoded SLC + + + Mean of the heading angle of VV geocoded SLC + + + Min of the heading angle of VV geocoded SLC + + + STD of the heading angle of VV geocoded SLC + + + Max of the incidence angle of VV geocoded SLC + + + Mean of the incidence angle of VV geocoded SLC + + + Min of the incidence angle of VV geocoded SLC + + + STD of the incidence angle of VV geocoded SLC + + + Max of the local incidence angle of VV geocoded SLC + + + Mean of the local incidence angle of VV geocoded SLC + + + Min of the local incidence angle of VV geocoded SLC + + + STD of the local incidence angle of VV geocoded SLC + + + + + + + + + + + Number of pixels in CSLC static layers product imagery datasets + + + + Number of lines in CSLC static layers product imagery datasets + + + + Shape associated with CSLC static layers product imagery datasets + + + + + + Length of orbit state vector datasets + + + + Shape of metadata being a vector with two elements + + + + Number of lines in the polynomial coefficients datasets + + + + Number of pixels in the polynomial coefficients datasets + + + + Shape associated with the polynomial coefficients datasets + + + + + + From d70c3e7659895df6163d5395b188f87f2f32ae78 Mon Sep 17 00:00:00 2001 From: Virginia Brancato Date: Sun, 28 May 2023 10:52:52 -0700 Subject: [PATCH 2/7] CSLC-S1 static layers specs --- XML/static_layers_cslc-s1.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/XML/static_layers_cslc-s1.xml b/XML/static_layers_cslc-s1.xml index 4b106de..84ab03e 100644 --- a/XML/static_layers_cslc-s1.xml +++ b/XML/static_layers_cslc-s1.xml @@ -788,5 +788,6 @@ name="polynomialCoefficientsWidth"/> + From 4701e2e09f1464e5b6c516e4e600f33445c43003 Mon Sep 17 00:00:00 2001 From: Virginia Brancato Date: Sun, 28 May 2023 10:55:36 -0700 Subject: [PATCH 3/7] resync main branch --- XML/static_layers_cslc-s1.xml | 793 ---------------------------------- 1 file changed, 793 deletions(-) delete mode 100644 XML/static_layers_cslc-s1.xml diff --git a/XML/static_layers_cslc-s1.xml b/XML/static_layers_cslc-s1.xml deleted file mode 100644 index 84ab03e..0000000 --- a/XML/static_layers_cslc-s1.xml +++ /dev/null @@ -1,793 +0,0 @@ - - - - - - - - - - - - Absolute orbit number - - - Track number - - - Burst identification string (burst ID) - - - Instrument name - - - Product type - - - CSLC-S1 product version - - - CSLC-S1 product specification version - - - Look direction can be left or right - - - Mission identifier - - - Orbit direction can be ascending or descending - - - Azimuth start time of the product - - - Azimuth stop time of the product - - - Name of the processing center that produced the product - - - Boolean to indicate if product is in radar geometry or geocoded - - - L0A: Unprocessed instrument data; L0B: Reformatted, - unprocessed instrument data; L1: Processed instrument data in radar coordinates system; - and L2: Processed instrument data in geocoded coordinates system - - - OGR compatible WKT representation of bounding polygon of the image - - - - Radar band - - - Data processing date and time - - - - - - - Spacing of the geographical grid along Y-direction - - - Spacing of the geographical grid along X-direction - - - - - CF compliant dimension associated with the X coordinate - - - CF compliant dimension associated with the Y coordinate - - - - The angle of the platform velocity vector with respect to the East , measured anti-clockwise positive - - - - Incidence angle - - - - Local incidence angle - - - - Layover shadow mask - - - - - - Reference epoch of the state vector (format: YYYY-MM-DD HH:MM:SS.6f) - - - Direction of sensor orbit ephemeris (e.g., ascending, descending) - - - PrOE (or) NOE (or) MOE (or) POE (or) Custom - - - - Platform position along x-direction with respect to WGS84 G1762 reference frame - - - Platform position along y-direction with respect to WGS84 G1762 reference frame - - - Platform position along z-direction with respect to WGS84 G1762 reference frame - - - Platform velocity along x-direction with respect to WGS84 G1762 reference frame - - - Platform velocity along y-direction with respect to WGS84 G1762 reference frame - - - Platform velocity along z-direction with respect to WGS84 G1762 reference frame - - - Time of the orbit state vectors relative to the reference epoch - - - - Runconfiguration file used for processing - - - COMPASS (CSLC-S1 processor) version used for processing - - - ISCE3 version used for processing - - - S1 reader version used for processing - - - DEM interpolation method - - - TBD - - - TBD - - - TBD - - - - Azimuth steering rate of IW and EW modes - - - Time spacing between azimuth lines of the burst - - - Longitude, latitude center of burst - - - Image Processing Facility software version - - - Slant range of the middle of the IW2 swath - - - Sensor platform identification string (e.g., S1A or S1B) - - - Polarization of the burst - - - Pulse repetition frequency (PRF) of the raw data - - - Radar center frequency - - - Slant range bandwidth of the signal - - - Range chirp rate - - - Pixel spacing between slant range samples in the input burst SLC - - - Sampling rate of slant range in the input burst SLC - - - Value of the weighting window coefficient used during processing - - - Name of the weighting window type used during processing - - - The number of Pulse Repetition Intervals (PRI) between transmitted pulse and return echo - - - Sensing start time of the burst (format: YYYY-MM-DD HH:MM:SS.6f) - - - Sensing stop time of the burst (format: YYYY-MM-DD HH:MM:SS.6f) - - - Shape (length, width) of the burst in radar coordinates - - - Two-way slant range time of Doppler centroid frequency estimate - - - Slant range of the first sample of the input burst - - - Wavelength of the transmitted signal - - - Azimuth FM-rate polynomial coefficients - - - Mean of the polynomial - - - Order of the polynomial - - - Standard deviation of the polynomial - - - Doppler polynomial coefficients - - - Mean of the polynomial - - - Order of the polynomial - - - Standard deviation of the polynomial - - - - Input calibration file used - - - Source DEM file - - - Input L1 RSLC file used - - - Input noise file used - - - List of input orbit files used - - - Burst index relative other bursts in swath - - - First valid line for burst in measurement tiff - - - First valid sample for burst in measurement tiff - - - First valid sample for burst in measurement tiff - - - Last valid sample for burst in measurement tiff - - - Path to measurement tiff file inside the SAFE file - - - - Type of orbit file used in processing - - - TBD - - - TBD - - - TBD - - - Max of the heading angle of VV geocoded SLC - - - Mean of the heading angle of VV geocoded SLC - - - Min of the heading angle of VV geocoded SLC - - - STD of the heading angle of VV geocoded SLC - - - Max of the incidence angle of VV geocoded SLC - - - Mean of the incidence angle of VV geocoded SLC - - - Min of the incidence angle of VV geocoded SLC - - - STD of the incidence angle of VV geocoded SLC - - - Max of the local incidence angle of VV geocoded SLC - - - Mean of the local incidence angle of VV geocoded SLC - - - Min of the local incidence angle of VV geocoded SLC - - - STD of the local incidence angle of VV geocoded SLC - - - - - - - - - - - Number of pixels in CSLC static layers product imagery datasets - - - - Number of lines in CSLC static layers product imagery datasets - - - - Shape associated with CSLC static layers product imagery datasets - - - - - - Length of orbit state vector datasets - - - - Shape of metadata being a vector with two elements - - - - Number of lines in the polynomial coefficients datasets - - - - Number of pixels in the polynomial coefficients datasets - - - - Shape associated with the polynomial coefficients datasets - - - - - - - From 8c6744ce0e4bcaeb0b62705ca7b365ced0a47371 Mon Sep 17 00:00:00 2001 From: Virginia Brancato Date: Sun, 28 May 2023 10:57:29 -0700 Subject: [PATCH 4/7] Add calval specs for static layers CSLC-S1 --- XML/static_layers_cslc-s1.xml | 793 ++++++++++++++++++++++++++++++++++ 1 file changed, 793 insertions(+) create mode 100644 XML/static_layers_cslc-s1.xml diff --git a/XML/static_layers_cslc-s1.xml b/XML/static_layers_cslc-s1.xml new file mode 100644 index 0000000..84ab03e --- /dev/null +++ b/XML/static_layers_cslc-s1.xml @@ -0,0 +1,793 @@ + + + + + + + + + + + + Absolute orbit number + + + Track number + + + Burst identification string (burst ID) + + + Instrument name + + + Product type + + + CSLC-S1 product version + + + CSLC-S1 product specification version + + + Look direction can be left or right + + + Mission identifier + + + Orbit direction can be ascending or descending + + + Azimuth start time of the product + + + Azimuth stop time of the product + + + Name of the processing center that produced the product + + + Boolean to indicate if product is in radar geometry or geocoded + + + L0A: Unprocessed instrument data; L0B: Reformatted, + unprocessed instrument data; L1: Processed instrument data in radar coordinates system; + and L2: Processed instrument data in geocoded coordinates system + + + OGR compatible WKT representation of bounding polygon of the image + + + + Radar band + + + Data processing date and time + + + + + + + Spacing of the geographical grid along Y-direction + + + Spacing of the geographical grid along X-direction + + + + + CF compliant dimension associated with the X coordinate + + + CF compliant dimension associated with the Y coordinate + + + + The angle of the platform velocity vector with respect to the East , measured anti-clockwise positive + + + + Incidence angle + + + + Local incidence angle + + + + Layover shadow mask + + + + + + Reference epoch of the state vector (format: YYYY-MM-DD HH:MM:SS.6f) + + + Direction of sensor orbit ephemeris (e.g., ascending, descending) + + + PrOE (or) NOE (or) MOE (or) POE (or) Custom + + + + Platform position along x-direction with respect to WGS84 G1762 reference frame + + + Platform position along y-direction with respect to WGS84 G1762 reference frame + + + Platform position along z-direction with respect to WGS84 G1762 reference frame + + + Platform velocity along x-direction with respect to WGS84 G1762 reference frame + + + Platform velocity along y-direction with respect to WGS84 G1762 reference frame + + + Platform velocity along z-direction with respect to WGS84 G1762 reference frame + + + Time of the orbit state vectors relative to the reference epoch + + + + Runconfiguration file used for processing + + + COMPASS (CSLC-S1 processor) version used for processing + + + ISCE3 version used for processing + + + S1 reader version used for processing + + + DEM interpolation method + + + TBD + + + TBD + + + TBD + + + + Azimuth steering rate of IW and EW modes + + + Time spacing between azimuth lines of the burst + + + Longitude, latitude center of burst + + + Image Processing Facility software version + + + Slant range of the middle of the IW2 swath + + + Sensor platform identification string (e.g., S1A or S1B) + + + Polarization of the burst + + + Pulse repetition frequency (PRF) of the raw data + + + Radar center frequency + + + Slant range bandwidth of the signal + + + Range chirp rate + + + Pixel spacing between slant range samples in the input burst SLC + + + Sampling rate of slant range in the input burst SLC + + + Value of the weighting window coefficient used during processing + + + Name of the weighting window type used during processing + + + The number of Pulse Repetition Intervals (PRI) between transmitted pulse and return echo + + + Sensing start time of the burst (format: YYYY-MM-DD HH:MM:SS.6f) + + + Sensing stop time of the burst (format: YYYY-MM-DD HH:MM:SS.6f) + + + Shape (length, width) of the burst in radar coordinates + + + Two-way slant range time of Doppler centroid frequency estimate + + + Slant range of the first sample of the input burst + + + Wavelength of the transmitted signal + + + Azimuth FM-rate polynomial coefficients + + + Mean of the polynomial + + + Order of the polynomial + + + Standard deviation of the polynomial + + + Doppler polynomial coefficients + + + Mean of the polynomial + + + Order of the polynomial + + + Standard deviation of the polynomial + + + + Input calibration file used + + + Source DEM file + + + Input L1 RSLC file used + + + Input noise file used + + + List of input orbit files used + + + Burst index relative other bursts in swath + + + First valid line for burst in measurement tiff + + + First valid sample for burst in measurement tiff + + + First valid sample for burst in measurement tiff + + + Last valid sample for burst in measurement tiff + + + Path to measurement tiff file inside the SAFE file + + + + Type of orbit file used in processing + + + TBD + + + TBD + + + TBD + + + Max of the heading angle of VV geocoded SLC + + + Mean of the heading angle of VV geocoded SLC + + + Min of the heading angle of VV geocoded SLC + + + STD of the heading angle of VV geocoded SLC + + + Max of the incidence angle of VV geocoded SLC + + + Mean of the incidence angle of VV geocoded SLC + + + Min of the incidence angle of VV geocoded SLC + + + STD of the incidence angle of VV geocoded SLC + + + Max of the local incidence angle of VV geocoded SLC + + + Mean of the local incidence angle of VV geocoded SLC + + + Min of the local incidence angle of VV geocoded SLC + + + STD of the local incidence angle of VV geocoded SLC + + + + + + + + + + + Number of pixels in CSLC static layers product imagery datasets + + + + Number of lines in CSLC static layers product imagery datasets + + + + Shape associated with CSLC static layers product imagery datasets + + + + + + Length of orbit state vector datasets + + + + Shape of metadata being a vector with two elements + + + + Number of lines in the polynomial coefficients datasets + + + + Number of pixels in the polynomial coefficients datasets + + + + Shape associated with the polynomial coefficients datasets + + + + + + + From b58ab917cae17e5e4cbcb083fdbe0e1fd26ad402 Mon Sep 17 00:00:00 2001 From: Virginia Brancato Date: Wed, 7 Jun 2023 17:02:10 -0700 Subject: [PATCH 5/7] Force identification to abide product spec doc --- XML/static_layers_cslc-s1.xml | 155 +++++++++++++++++----------------- 1 file changed, 76 insertions(+), 79 deletions(-) diff --git a/XML/static_layers_cslc-s1.xml b/XML/static_layers_cslc-s1.xml index 84ab03e..26b77d9 100644 --- a/XML/static_layers_cslc-s1.xml +++ b/XML/static_layers_cslc-s1.xml @@ -18,120 +18,117 @@ - Absolute orbit number - - + width="64"> Track number + lang="en">Absolute orbit number + + OGR compatible WKT representation of bounding polygon of the image + + Burst identification string (burst ID) - + Instrument name - - Product type - - - CSLC-S1 product version - - + CSLC-S1 product specification version + lang="en">Boolean indicating if product is in radar geometry or geocoded - + Look direction can be left or right - + Mission identifier - + Orbit direction can be ascending or descending + lang="en">Orbit pass direction can be ascending or descending - + Azimuth start time of the product + lang="en">Name of the processing center that produced the product - + Azimuth stop time of the product + lang="en">Data processing date and time - + Name of the processing center that produced the product + lang="en">L0A: Unprocessed instrument data; L0B: Reformatted, unprocessed instrument data; L1: Processed instrument data in radar coordinates system; and L2: Processed instrument data in geocoded coordinates system - + Boolean to indicate if product is in radar geometry or geocoded + lang="en">CSLC-S1 product specification version - + L0A: Unprocessed instrument data; L0B: Reformatted, - unprocessed instrument data; L1: Processed instrument data in radar coordinates system; - and L2: Processed instrument data in geocoded coordinates system + lang="en">Product type - - OGR compatible WKT representation of bounding polygon of the image - + + CSLC-S1 product version - + Radar band - - Data processing date and time + + Track number + + + Azimuth stop time of product + + + Azimuth start time of product From 1909c6ed7927e334ebd57c7cd90930d086f4ea0f Mon Sep 17 00:00:00 2001 From: Virginia Brancato Date: Wed, 7 Jun 2023 17:31:59 -0700 Subject: [PATCH 6/7] Force proc info to abide tospec doc --- XML/static_layers_cslc-s1.xml | 129 +++++++++++++++------------------- 1 file changed, 57 insertions(+), 72 deletions(-) diff --git a/XML/static_layers_cslc-s1.xml b/XML/static_layers_cslc-s1.xml index 26b77d9..f6a331b 100644 --- a/XML/static_layers_cslc-s1.xml +++ b/XML/static_layers_cslc-s1.xml @@ -164,46 +164,42 @@ lang="en" units="meters">CF compliant dimension associated with the Y coordinate - The angle of the platform velocity vector with respect to the East , measured anti-clockwise positive + lang="en">Heading angle Incidence angle + lang="en">Incidence angle Local incidence angle + lang="en">Local incidence angle - + Layover shadow mask + lang="en">Layover shadow mask - + + Reference epoch of the state vector (format: YYYY-MM-DD HH:MM:SS.6f) + lang="en">Reference epoch of the state vectors (format: YYYY-MM-DD HH:MM:SS.6f) Platform position along x-direction with respect to WGS84 G1762 reference frame + units="meters">Platform position along x-direction with respect to the WGS84 G1762 reference frame Platform position along y-direction with respect to WGS84 G1762 reference frame + units="meters">Platform position along y-direction with respect to the WGS84 G1762 reference frame Platform position along z-direction with respect to WGS84 G1762 reference frame + units="meters">Platform position along z-direction with respect to the WGS84 G1762 reference frame Platform velocity along x-direction with respect to WGS84 G1762 reference frame + units="meters per second">Platform velocity along x-direction with respect to the WGS84 G1762 reference frame Platform velocity along y-direction with respect to WGS84 G1762 reference frame + units="meters per second">Platform velocity along y-direction with respect to the WGS84 G1762 reference frame Platform velocity along z-direction with respect to WGS84 G1762 reference frame + units="meters per second">Platform velocity along z-direction with respect to the WGS84 G1762 reference frame Time of the orbit state vectors relative to the reference epoch - + + Runconfiguration file used for processing + @@ -287,7 +285,7 @@ lang="en">ISCE3 version used for processing S1 reader version used for processing @@ -302,19 +300,19 @@ name="/metadata/processing_information/algorithms/float_data_geocoding_interpolator" shape="scalar"> TBD + lang="en">Floating-point data geocoding interpolation method TBD + lang="en">Topography generation algorithm TBD + lang="en">Unsigned int geocoding interpolation method Image Processing Facility software version + lang="en">Instrument Processing Facility software version Value of the weighting window coefficient used during processing + lang="en">Value of the weighting window coefficient used during processing + width="64"> The number of Pulse Repetition Intervals (PRI) between transmitted pulse and return echo + lang="en">The number of Pulse Repetition Intervals (PRI) between transmitted pulse and return echo + width="64"> Shape (length, width) of the burst in radar coordinates + units="pixels">Shape (length, width) of the burst in radar coordinates Wavelength of the transmitted signal Azimuth FM-rate polynomial coefficients + lang="en">Coefficients of the azimuth FM-rate polynomial Mean of the polynomial + lang="en">Mean of the azimuth FM-rate polynomial - + Order of the polynomial - + lang="en">Order of the azimuth FM-rate polynomial + Standard deviation of the polynomial + lang="en">Standard deviation of the azimuth FM-rate polynomial Doppler polynomial coefficients + lang="en">Doppler polynomial coefficients Mean of the polynomial + lang="en">Mean of the Doppler polynomial - + Order of the polynomial - + lang="en">Order of the Doppler polynomial + Standard deviation of the polynomial + lang="en">Standard deviation of the Doppler polynomial + shape="orbitInputFiles"> List of input orbit files used @@ -559,40 +549,35 @@ signed="false" width="64"> Burst index relative other bursts in swath + lang="en">Burst index relative other bursts in swath First valid line for burst in measurement tiff + lang="en">First valid line for burst in measurement tiff First valid sample for burst in measurement tiff + lang="en">First valid sample for burst in measurement tiff First valid sample for burst in measurement tiff + lang="en">First valid sample for burst in measurement tiff Last valid sample for burst in measurement tiff + lang="en">Last valid sample for burst in measurement tiff Date: Wed, 7 Jun 2023 19:58:38 -0700 Subject: [PATCH 7/7] Quality assurance fix --- XML/static_layers_cslc-s1.xml | 52 +++++++++++++++-------------------- 1 file changed, 22 insertions(+), 30 deletions(-) diff --git a/XML/static_layers_cslc-s1.xml b/XML/static_layers_cslc-s1.xml index f6a331b..88e5f42 100644 --- a/XML/static_layers_cslc-s1.xml +++ b/XML/static_layers_cslc-s1.xml @@ -596,106 +596,91 @@ shape="scalar" width="64"> TBD + lang="en">Percentage of output pixels labeled as layover and shadow TBD + lang="en">Percentage of output pixels labeled as layover TBD + lang="en">Percentage of output pixels labeled as shadow Max of the heading angle of VV geocoded SLC + lang="en">Max of the heading angle of VV geocoded SLC Mean of the heading angle of VV geocoded SLC + lang="en">Mean of the heading angle of VV geocoded SLC Min of the heading angle of VV geocoded SLC + lang="en">Min of the heading angle of VV geocoded SLC STD of the heading angle of VV geocoded SLC + lang="en">STD of the heading angle of VV geocoded SLC Max of the incidence angle of VV geocoded SLC + lang="en">Max of the incidence angle of VV geocoded SLC Mean of the incidence angle of VV geocoded SLC + lang="en">Mean of the incidence angle of VV geocoded SLC Min of the incidence angle of VV geocoded SLC + lang="en">Min of the incidence angle of VV geocoded SLC STD of the incidence angle of VV geocoded SLC + lang="en">STD of the incidence angle of VV geocoded SLC Max of the local incidence angle of VV geocoded SLC + lang="en">Max of the local incidence angle of VV geocoded SLC Mean of the local incidence angle of VV geocoded SLC + lang="en">Mean of the local incidence angle of VV geocoded SLC Min of the local incidence angle of VV geocoded SLC + lang="en">Min of the local incidence angle of VV geocoded SLC STD of the local incidence angle of VV geocoded SLC + lang="en">STD of the local incidence angle of VV geocoded SLC @@ -739,6 +724,13 @@ + + Number of orbit input files + +