Skip to content

Commit

Permalink
Merge pull request #1834 from asfadmin/test
Browse files Browse the repository at this point in the history
V2.5.2
  • Loading branch information
tylercchase authored Dec 18, 2023
2 parents f89403d + 99a486c commit 542f954
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 542f954

Please sign in to comment.