Skip to content

Commit

Permalink
Increase the buffer_pixels when making OPERA CSLC mask (#470)
Browse files Browse the repository at this point in the history
Due to the geolocation errors, sometimes 200 pixels is not quite enough. 800 pixels on each edge seems conservative
  • Loading branch information
scottstanie authored Oct 29, 2024
1 parent 9ddffc0 commit e8e1ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dolphin/workflows/wrapped_phase.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def _get_mask(
make_nodata_mask(
opera_file_list=cslc_file_list,
out_file=nodata_mask_file,
buffer_pixels=200,
buffer_pixels=800,
)
mask_files.append(nodata_mask_file)
except Exception as e:
Expand Down

0 comments on commit e8e1ff0

Please sign in to comment.