Skip to content

Commit e70e2e8

Browse files
author
mirzaees
committed
add block parameters to runconfig
1 parent fa23a57 commit e70e2e8

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

configs/runconfig_forward.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ input_file_group:
1515
# output products whose secondary datetime is *after* `last_processed`.
1616
# Type: string | null.
1717
last_processed:
18+
# When the input does not match OPERA-burst naming (e.g. NISAR), split each input frame into
19+
# this many azimuth blocks and process each block as a synthetic burst. Default 1 = no
20+
# splitting.
21+
# Type: integer.
22+
azimuth_blocks: 8
23+
# Halo (input rows) on each side of an azimuth block. Default: max(half_window_y,
24+
# similarity_search_radius * stride_y, (corr_window_y // 2) * stride_y) + 5.
25+
# Type: integer | null.
26+
halo_rows:
1827
dynamic_ancillary_file_group:
1928
# REQUIRED: Path to file containing SAS algorithm parameters.
2029
# Type: string.
@@ -78,7 +87,7 @@ worker_settings:
7887
# If processing separate spatial bursts, number of bursts to run in parallel for wrapped-
7988
# phase-estimation.
8089
# Type: integer.
81-
n_parallel_bursts: 1
90+
n_parallel_bursts: 8
8291
# Size (rows, columns) of blocks of data to load at a time.
8392
# Type: array.
8493
block_shape:

configs/runconfig_historical.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ input_file_group:
1515
# output products whose secondary datetime is *after* `last_processed`.
1616
# Type: string | null.
1717
last_processed:
18+
# When the input does not match OPERA-burst naming (e.g. NISAR), split each input frame into
19+
# this many azimuth blocks and process each block as a synthetic burst. Default 1 = no
20+
# splitting.
21+
# Type: integer.
22+
azimuth_blocks: 8
23+
# Halo (input rows) on each side of an azimuth block. Default: max(half_window_y,
24+
# similarity_search_radius * stride_y, (corr_window_y // 2) * stride_y) + 5.
25+
# Type: integer | null.
26+
halo_rows:
1827
dynamic_ancillary_file_group:
1928
# REQUIRED: Path to file containing SAS algorithm parameters.
2029
# Type: string.
@@ -78,7 +87,7 @@ worker_settings:
7887
# If processing separate spatial bursts, number of bursts to run in parallel for wrapped-
7988
# phase-estimation.
8089
# Type: integer.
81-
n_parallel_bursts: 1
90+
n_parallel_bursts: 8
8291
# Size (rows, columns) of blocks of data to load at a time.
8392
# Type: array.
8493
block_shape:

0 commit comments

Comments
 (0)