Skip to content

Commit 432bcf0

Browse files
author
Talib Oliver Cabrera
committed
golden dataset and event mask updates
1 parent 6426354 commit 432bcf0

16 files changed

Lines changed: 958 additions & 130 deletions

configs/runconfig.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ cal_disp_workflow:
1515
# REQUIRED: Directory containing UNR .tenv8 timeseries files.
1616
# Type: string.
1717
unr_timeseries_dir:
18-
# REQUIRED: Version of UNR gridded data, e.g. [0.2].
18+
# REQUIRED: Version of UNR gridded data, e.g. [0.3].
1919
# Type: string.
20-
unr_grid_version: '0.2'
20+
unr_grid_version: '0.3'
2121
# REQUIRED: Type of UNR gridded data [constant|variable].
2222
# Type: string.
2323
unr_grid_type: constant
@@ -90,7 +90,7 @@ cal_disp_workflow:
9090
primary_executable:
9191
# Product type of the PGE.
9292
# Type: string.
93-
product_type: CAL_DISP
93+
product_type: DISP_CAL
9494
# Product path configuration.
9595
# Type: Object.
9696
product_path_group:

scripts/build_golden_output.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# dem.tif (symlinked from --static-dir)
4040
# algorithm_parameters.yaml
4141
# golden_output/
42-
# OPERA_L4_CAL-DISP-S1_*.nc expected CalProduct
42+
# OPERA_L4_DISP-CAL-S1_*.nc expected CalProduct
4343
#
4444
# After running, enable integration tests with:
4545
# export CAL_DISP_TEST_DATA=<output-dir>

0 commit comments

Comments
 (0)