Skip to content

Commit

Permalink
Merge pull request #375 from ASFHyP3/develop
Browse files Browse the repository at this point in the history
Release include_rgb parameter for RTC_GAMMA jobs
  • Loading branch information
asjohnston-asf authored Mar 9, 2021
2 parents d97ef62 + b067c58 commit ae6ca7b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.17]
### Added
- Exposed new `include_rgb` api parameter for RTC_GAMMA jobs

## [0.8.16]
### Changed
Expand Down
5 changes: 5 additions & 0 deletions apps/api/src/hyp3_api/api-spec/job_parameters.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ components:
default: false
type: boolean

include_rgb:
description: Include a false-color RGB decomposition in the product package for dual-pol granules (ignored for single-pol granules)
default: false
type: boolean

include_look_vectors:
description: Include the look vector theta and phi files in the product package
default: false
Expand Down
5 changes: 5 additions & 0 deletions job_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ RtcGamma:
include_scattering_area:
default: false
api_schema_location: "#/components/schemas/include_scattering_area"
include_rgb:
default: false
api_schema_location: "#/components/schemas/include_rgb"
required_parameters:
- granules
command:
Expand Down Expand Up @@ -60,6 +63,8 @@ RtcGamma:
- Ref::include_inc_map
- --include-scattering-area
- Ref::include_scattering_area
- --include-rgb
- Ref::include_rgb
- Ref::granules
validators:
- check_dem_coverage
Expand Down

0 comments on commit ae6ca7b

Please sign in to comment.