Skip to content

Commit 27f6791

Browse files
committed
As of PR#948, focus.py no longer ignores nonexistent external orbit and
attitude files specified in its runconfig. The current runconfig for the REE2 RSLC workflow test case contains dummy filenames for a number of input files, including the orbit and attitude files. Since this data set was generated without external orbit and attitude files, this PR removes those particular filenames from the runconfig so that focus.py can run to completion. In addition, this PR removes all other unused filenames from the runconfig.
1 parent 92560f9 commit 27f6791

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)