-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated unittests, finished ER3 cleanup Co-authored-by: Jim Hofman <[email protected]>
- Loading branch information
1 parent
c45111b
commit a9aae8d
Showing
11 changed files
with
375 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
104 changes: 104 additions & 0 deletions
104
src/opera/test/data/test_sas_qa_bad_extension_config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
RunConfig: | ||
Name: OPERA-BASE-PGE-TEST-CONFIG | ||
|
||
Groups: | ||
|
||
PGE: | ||
PGENameGroup: | ||
PGEName: BASE_PGE_TEST | ||
|
||
InputFilesGroup: | ||
InputFilePaths: | ||
- input/input_file01.h5 | ||
- input/input_file02.h5 | ||
|
||
DynamicAncillaryFilesGroup: | ||
AncillaryFileMap: | ||
DEMFile: input/input_dem.vrt | ||
|
||
ProductPathGroup: | ||
ProductCounter: 005 | ||
OutputProductPath: base_pge_test/outputs/ | ||
ScratchPath: base_pge_test/scratch/ | ||
SASOutputFile: output_file.abc | ||
|
||
PrimaryExecutable: | ||
ProductIdentifier: EXAMPLE | ||
ProgramPath: echo | ||
ProgramOptions: | ||
- 'hello world > base_pge_test/outputs/output_file.abc' | ||
ErrorCodeBase: 100000 | ||
SchemaPath: sample_sas_schema.yaml | ||
IsoTemplatePath: sample_iso_template.xml.jinja2 | ||
|
||
QAExecutable: | ||
Enabled: True | ||
ProgramPath: echo | ||
ProgramOptions: | ||
- hello from qa executable | ||
|
||
DebugLevelGroup: | ||
DebugSwitch: False | ||
ExecuteViaShell: True | ||
|
||
SAS: | ||
input_subset: | ||
list_of_frequencies: | ||
A: | ||
B: | ||
fullcovariance: False | ||
|
||
dem_download: | ||
source: | ||
top_left: | ||
x: | ||
y: | ||
bottom_right: | ||
x: | ||
y: | ||
|
||
pre_process: | ||
azimuth_looks: 1 | ||
range_looks: 1 | ||
|
||
rtc: | ||
output_type: gamma0 | ||
algorithm_type: area_projection | ||
input_terrain_radiometry: sigma0 | ||
rtc_min_value_db: -30 | ||
|
||
geocode: | ||
algorithm_type: area_projection | ||
memory_mode: auto | ||
geogrid_upsampling: 1 | ||
save_nlooks: True | ||
save_rtc: True | ||
abs_rad_cal: 1 | ||
outputEPSG: | ||
output_posting: | ||
A: | ||
x_posting: | ||
y_posting: | ||
B: | ||
x_posting: | ||
y_posting: | ||
x_snap: 100 | ||
y_snap: 100 | ||
top_left: | ||
y_abs: | ||
x_abs: | ||
bottom_right: | ||
y_abs: | ||
x_abs: | ||
|
||
noise_correction: | ||
apply_correction: False | ||
correction_type: None | ||
|
||
worker: | ||
internet_access: False | ||
gpu_enabled: False | ||
|
||
QA: | ||
validate: False | ||
quality: False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.