Skip to content

Commit

Permalink
Merge pull request #1832 from asfadmin/DS-5224-remove-DEM-name-menu
Browse files Browse the repository at this point in the history
Remove dem name from RTC-GAMMA on demand menu options
  • Loading branch information
glshort authored Dec 14, 2023
2 parents 201416e + 8e3385a commit 99a486c
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/app/models/hyp3-jobs.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export const RtcGammaJobType: Hyp3JobType = {
default: 'gamma0',
info:
'INFO_BACKSCATTER_COEFFICIENT'

}, {
name: 'Scale',
apiName: 'scale',
Expand Down Expand Up @@ -67,20 +66,6 @@ export const RtcGammaJobType: Hyp3JobType = {
}],
default: 30,
info: 'INFO_PRODUCT_PIXEL'
}, {
name: 'DEM Name',
apiName: 'dem_name',
type: JobOptionType.DROPDOWN,
options: [{
name: 'Copernicus DEM',
apiValue: 'copernicus'
}, {
name: 'NED/SRTM',
apiValue: 'legacy'
}],
default: 'copernicus',
info:
'INFO_NAME_OF_THE_DEM'
}, {
name: 'DEM Matching',
apiName: 'dem_matching',
Expand Down

0 comments on commit 99a486c

Please sign in to comment.