Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion share/nisar/defaults/insar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ runconfig:
# 1) median_filter: compute mask with median absolute deviation thresholding
# 2) coherence: compute mask with normalized InSAR coherence thresholding
# 3) water: extract water areas from water mask file in dynamic ancillary data
mask_type: coherence
mask_type: ['subswath_mask']
# buffer from the land. Unit is [km]. Buffer should be integer.
ocean_water_buffer: 1
inland_water_buffer: 1
Expand Down
2 changes: 1 addition & 1 deletion share/nisar/schemas/insar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ preprocess_wrapped_phase_options:
distance_interpolator: include('distance_interp_options', required=False)

unwrap_mask_options:
mask_type: enum('median_filter', 'coherence', 'water', 'subswath_mask', required=False)
mask_type: list(enum('median_filter', 'coherence', 'water', 'subswath_mask'), required=False)
mask_path: str(required=False)
ocean_water_buffer: int(min=0, max=100, required=False)
inland_water_buffer: int(min=0, max=100, required=False)
Expand Down
Loading