File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
1827dynamic_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 :
Original file line number Diff line number Diff 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 :
1827dynamic_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 :
You can’t perform that action at this time.
0 commit comments