Skip to content
Closed
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
d1c4d7f
disable polarimetric symmetrization by default
gshiroma Jul 3, 2025
0ef09a8
Merge branch 'isce-framework:develop' into develop
gshiroma Jul 9, 2025
2ac2694
revert changes to `symmetrize_cross_pol_channels`
gshiroma Jul 22, 2025
05d7fda
Update GCOV and GSLC specification XMLs
gshiroma Jul 22, 2025
749058d
Revert changes to the GCOV and GSLC specification XMLs
gshiroma Jul 23, 2025
fc8ac53
Merge branch 'isce-framework:develop' into develop
gshiroma Jul 24, 2025
064d073
Merge branch 'isce-framework:develop' into develop
gshiroma Aug 7, 2025
22464ef
Merge branch 'isce-framework:develop' into develop
gshiroma Aug 7, 2025
a75e7f1
Merge branch 'isce-framework:develop' into develop
gshiroma Aug 11, 2025
ab21d36
Merge branch 'isce-framework:develop' into develop
gshiroma Aug 12, 2025
d61d489
Merge branch 'isce-framework:develop' into develop
gshiroma Aug 18, 2025
0af53dd
Merge branch 'isce-framework:develop' into develop
gshiroma Aug 20, 2025
d454e6a
Merge branch 'isce-framework:develop' into develop
gshiroma Aug 21, 2025
6e7e9d1
Merge branch 'isce-framework:develop' into develop
gshiroma Aug 28, 2025
dd80c38
Merge branch 'isce-framework:develop' into develop
gshiroma Aug 29, 2025
63853b2
Merge branch 'isce-framework:develop' into develop
gshiroma Aug 29, 2025
7c7272f
Merge branch 'isce-framework:develop' into develop
gshiroma Sep 2, 2025
dd18a84
Merge branch 'isce-framework:develop' into develop
gshiroma Sep 17, 2025
d43ca22
Merge branch 'isce-framework:develop' into develop
gshiroma Oct 6, 2025
c62d750
Merge branch 'isce-framework:develop' into develop
gshiroma Oct 29, 2025
5922bbf
Merge branch 'isce-framework:develop' into develop
gshiroma Nov 6, 2025
9cc7088
Merge branch 'isce-framework:develop' into develop
gshiroma Dec 15, 2025
c207327
Merge branch 'isce-framework:develop' into develop
gshiroma Jan 10, 2026
b37c144
Merge branch 'isce-framework:develop' into develop
gshiroma Mar 11, 2026
046a9ce
Merge branch 'isce-framework:develop' into develop
gshiroma Mar 30, 2026
23e6e7f
Merge branch 'isce-framework:develop' into develop
gshiroma Apr 27, 2026
82bc63a
Merge branch 'isce-framework:develop' into develop
gshiroma May 20, 2026
b7d989f
Update static layers specs XML
gshiroma May 28, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions python/packages/nisar/products/XML/L2/nisar_L2_STATIC.xml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@
width="64">
<annotation app="conformance"
lang="en"
DIMENSION_LIST="HDF5 internal attribute"
_FillValue="nan"
grid_mapping="projection"
units="hertz">2D lookup table of Doppler centroid</annotation>
Expand All @@ -405,7 +404,6 @@
lang="en"
REFERENCE_LIST="HDF5 internal attribute"
CLASS="HDF5 internal attribute"
NAME="HDF5 internal attribute"
units="meters">Slant range values corresponding to the native Doppler grid</annotation>
</real>
<real name="/science/LSAR/STATIC/metadata/nativeDoppler/zeroDopplerTime"
Expand All @@ -415,7 +413,6 @@
lang="en"
REFERENCE_LIST="HDF5 internal attribute"
CLASS="HDF5 internal attribute"
NAME="HDF5 internal attribute"
units="seconds since YYYY-mm-ddTHH:MM:SS">Zero Doppler time since UTC epoch values corresponding to the native Doppler grid</annotation>
</real>

Expand All @@ -426,8 +423,8 @@
width="64">
<annotation app="conformance"
lang="en"
REFERENCE_LIST="HDF5 internal attribute"
CLASS="HDF5 internal attribute"
NAME="HDF5 internal attribute"
units="meters">Slant range values corresponding to the slant range/azimuth grid used to form the layers in this granule related to radar collection geometry</annotation>
</real>
<real name="/science/LSAR/STATIC/metadata/radarGridParameters/slantRangeSpacing"
Expand All @@ -442,8 +439,8 @@
width="64">
<annotation app="conformance"
lang="en"
REFERENCE_LIST="HDF5 internal attribute"
CLASS="HDF5 internal attribute"
NAME="HDF5 internal attribute"
units="seconds since YYYY-mm-ddTHH:MM:SS">Zero Doppler time since UTC epoch values corresponding to the slant range/azimuth grid used to form the layers in this granule related to radar collection geometry</annotation>
</real>
<real name="/science/LSAR/STATIC/metadata/radarGridParameters/zeroDopplerTimeSpacing"
Expand Down
Loading