Skip to content

Commit ee777d7

Browse files
jshimada47GitHub Enterprise
authored andcommitted
Merge pull request #1035 from isce-3/ree2_runconfig
Remove nonexistent external orbit and attitude filenames from REE2 workflow test runconfig
2 parents 0e1198c + 27f6791 commit ee777d7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tools/imagesets/runconfigs/rslc_REE2.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,34 +15,34 @@ runconfig:
1515

1616
# Refined orbit, optional.
1717
# Defaults to orbit within L0B product.
18-
orbit: orbit.xml
18+
orbit:
1919

2020
# Refined pointing, optional.
2121
# Defaults to attitude within L0B product.
22-
pointing: attitude.xml
22+
pointing:
2323

2424
# External calibration data, optional.
2525
# Defaults to no extra calibration gain, phase, delay, etc.
26-
external_calibration: cal.xml
26+
external_calibration:
2727

2828
# Internal calibration tables, optional.
2929
# If not provided, no secondary elevation antenna pattern correction.
30-
internal_calibration: type7table.xml
30+
internal_calibration:
3131

3232
# Polarimetric calibration data, optional. Crosstalk, relative phases, etc.
3333
# If not provided, no polarimetric calibration performed.
34-
polarimetric_calibration: polcal.h5
34+
polarimetric_calibration:
3535

3636
# Pre- and post-data take calibration data products, optional.
37-
bookend_calibration: pre_post_cal.L0B.h5
37+
bookend_calibration:
3838

3939
# Antenna pattern data, optional.
4040
# Defaults to sinc^4 pattern using nominal antenna dimensions.
4141
antenna_pattern: input_L0B_RRSD_REE2/REE_ANTPAT_CUTS_DATA.h5
4242

4343
# Chirp replica file, optional.
4444
# If absent will generate LFM chirp using parameters in L0B product.
45-
waveform: chirp.xml
45+
waveform:
4646

4747
product_path_group:
4848
# Directory where PGE will place results. Irrelevant to SAS.

0 commit comments

Comments
 (0)