Skip to content

Commit 0cb0a4b

Browse files
yzheng6GitHub Enterprise
authored andcommitted
Updated RSLC REE2 simulated data and corresponding runconfig/workflowdata.py file (#835)
- fixed state vector issues at beginning and end of line - shortened data start/end time by 3 seconds at start/end due to squint
1 parent 2d229fc commit 0cb0a4b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

tools/imagesets/runconfigs/rslc_REE2.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runconfig:
99
InputFileGroup:
1010
# REQUIRED List of NISAR raw data products in L0B format.
1111
InputFilePath:
12-
- input_L0B_RRSD_REE2/REE_L0B_NISAR_array144sq_01.h5
12+
- input_L0B_RRSD_REE2/REE_L0B_NISAR_array144sq_02.h5
1313

1414
DynamicAncillaryFileGroup:
1515
# Digital elevation model, optional.
@@ -73,8 +73,8 @@ runconfig:
7373
# Azimuth bounds of output SLC, optional.
7474
# Defaults to extent of raw data minus sythetic aperture and shifted
7575
# by squint.
76-
start_time: "2023-07-01T00:01:45.0"
77-
end_time: "2023-07-01T00:02:10.0"
76+
start_time: 2023-07-01T00:01:50.000
77+
end_time: 2023-07-01T00:02:27.000
7878

7979
# Range bounds of output SLC in meters, optional.
8080
# Defaults to entire fully focused swath.
@@ -107,8 +107,7 @@ runconfig:
107107
doppler:
108108
# Offset between quaternion frame and antenna boresight in degrees.
109109
# TBD This will likely be parameter in a separate cal file.
110-
#azimuth_boresight_deg: 0.9
111-
azimuth_boresight_deg: -0.9
110+
azimuth_boresight_deg: 0.9
112111

113112
# How to interpolate between samples in the LUT.
114113
interp_method: bilinear

tools/imagesets/workflowdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# and so forth
1212
"L0B_RRSD_REE2":
1313
[
14-
"REE_L0B_NISAR_array144sq_01.h5",
14+
"REE_L0B_NISAR_array144sq_02.h5",
1515
"REE_ANTPAT_DATA.h5",
1616
"README.txt",
1717
],

0 commit comments

Comments
 (0)