Skip to content
Merged
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
33 changes: 29 additions & 4 deletions share/nisar/defaults/focus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,9 @@ runconfig:
fs_page_size: 4194304

qa:

workflows:

# Flag to run `validate` workflow to validate the
# input file against its product spec.
# Default: True
Expand Down Expand Up @@ -705,17 +707,40 @@ runconfig:
# Default: (1024, 1024)
tile_shape: [1024, 1024]

# True to output one grayscale PNG+KML pair per raster image layer; these
# will be generated in addition to the standard browse image PNG+KML.
# True to output one grayscale PNG+KML pair per raster image layer
# using the native coordinate system; these will be generated
# in addition to the standard native browse image PNG+KML.
# The filename of each additional file will include a suffix noting
# that image's frequency and polarization.
# False to have the primary browse image be the only PNG+KML generated.
# False to have the standard native browse image be the only PNG+KML generated.
# Note: If True, and if the input granule contains only one image,
# then the additional individual PNG will be a duplicate image to the
# primary browse image PNG, but with more descriptive filename.
# native browse image PNG, but with more descriptive filename.
# Default: False
output_individual_pngs: false

browse_latlon:

# True to generate a version of the native browse PNG+KML that is
# projected to EPSG 4326 (lon/lat) coordinate system for accurate
# geolocation in GIS software.
# False to only generate native browse outputs.
# The EPSG 4326 PNG+KML version will be in addition to the native
# browse PNG+KML outputs (where the PNG reflects the input product's
# native coordinate system). The EPSG 4326 outputs will be suffixed with
# '_LATLON' (e.g., 'BROWSE_LATLON.png' and 'BROWSE_LATLON.kml').
# Default: False
output_browse_latlon: false

# Resampling method for ISCE3 geocoding. Options: 'sinc',
# 'bilinear', 'bicubic', 'nearest', 'biquintic'.
# Ignored if `output_browse_latlon` is False.
# When output browse image data contains phase discontinuities
# (e.g. RIFG's wrapped interferogram), strongly recommend 'nearest';
# other methods can create artifacts when interpolating across the jump.
# Default: bilinear
resample: bilinear

histogram:

# Step size to decimate the input array for computing
Expand Down
28 changes: 24 additions & 4 deletions share/nisar/defaults/gcov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -669,17 +669,37 @@ runconfig:
# Default: (1024, 1024)
tile_shape: [1024, 1024]

# True to output one grayscale PNG+KML pair per raster image layer; these
# will be generated in addition to the standard browse image PNG+KML.
# True to output one grayscale PNG+KML pair per raster image layer
# using the native coordinate system; these will be generated
# in addition to the standard native browse image PNG+KML.
# The filename of each additional file will include a suffix noting
# that image's frequency and polarization.
# False to have the primary browse image be the only PNG+KML generated.
# False to have the standard native browse image be the only PNG+KML generated.
# Note: If True, and if the input granule contains only one image,
# then the additional individual PNG will be a duplicate image to the
# primary browse image PNG, but with more descriptive filename.
# native browse image PNG, but with more descriptive filename.
# Default: False
output_individual_pngs: false

browse_latlon:

# True to generate a version of the native browse PNG+KML that is
# projected to EPSG 4326 (lon/lat) coordinate system for accurate
# geolocation in GIS software.
# False to only generate native browse outputs.
# The EPSG 4326 PNG+KML version will be in addition to the native
# browse PNG+KML outputs (where the PNG reflects the input product's
# native coordinate system). The EPSG 4326 outputs will be suffixed with
# '_LATLON' (e.g., 'BROWSE_LATLON.png' and 'BROWSE_LATLON.kml').
# Default: False
output_browse_latlon: false

# Resampling algorithm for GDAL reprojection. Options: 'near',
# 'bilinear', 'cubic', 'cubicspline', 'lanczos', 'average', 'mode'.
# Ignored if `output_browse_latlon` is False.
# Default: average
resample: average

histogram:

# Step size to decimate the input array for computing
Expand Down
28 changes: 24 additions & 4 deletions share/nisar/defaults/gslc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -454,17 +454,37 @@ runconfig:
# Default: (1024, 1024)
tile_shape: [1024, 1024]

# True to output one grayscale PNG+KML pair per raster image layer; these
# will be generated in addition to the standard browse image PNG+KML.
# True to output one grayscale PNG+KML pair per raster image layer
# using the native coordinate system; these will be generated
# in addition to the standard native browse image PNG+KML.
# The filename of each additional file will include a suffix noting
# that image's frequency and polarization.
# False to have the primary browse image be the only PNG+KML generated.
# False to have the standard native browse image be the only PNG+KML generated.
# Note: If True, and if the input granule contains only one image,
# then the additional individual PNG will be a duplicate image to the
# primary browse image PNG, but with more descriptive filename.
# native browse image PNG, but with more descriptive filename.
# Default: False
output_individual_pngs: false

browse_latlon:

# True to generate a version of the native browse PNG+KML that is
# projected to EPSG 4326 (lon/lat) coordinate system for accurate
# geolocation in GIS software.
# False to only generate native browse outputs.
# The EPSG 4326 PNG+KML version will be in addition to the native
# browse PNG+KML outputs (where the PNG reflects the input product's
# native coordinate system). The EPSG 4326 outputs will be suffixed with
# '_LATLON' (e.g., 'BROWSE_LATLON.png' and 'BROWSE_LATLON.kml').
# Default: False
output_browse_latlon: false

# Resampling algorithm for GDAL reprojection. Options: 'near',
# 'bilinear', 'cubic', 'cubicspline', 'lanczos', 'average', 'mode'.
# Ignored if `output_browse_latlon` is False.
# Default: average
resample: average

histogram:

# Step size to decimate the input array for computing
Expand Down
Loading
Loading