Skip to content

Commit 49aacf1

Browse files
authored
Merge pull request #2526 from asfadmin/tyler/alos-2-file-type
Remove file type options from ALOS-2
2 parents 1b91c37 + 2dfb460 commit 49aacf1

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

src/app/models/datasets/alos_2.ts

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export const alos_2 = {
1717
Props.FARADAY_ROTATION,
1818
Props.BASELINE_TOOL,
1919
Props.USE_BEAM_MODE,
20-
Props.USE_PROCESSING_TYPE,
2120
],
2221
apiValue: { dataset: 'ALOS-2' },
2322
date: {
@@ -31,20 +30,7 @@ export const alos_2 = {
3130
name: 'JAXA/METI',
3231
url: 'https://global.jaxa.jp/',
3332
},
34-
productTypes: [
35-
{
36-
apiValue: '1.1',
37-
displayName: 'Level 1.1',
38-
},
39-
{
40-
apiValue: '1.5',
41-
displayName: 'Level 1.5',
42-
},
43-
{
44-
apiValue: '3.1',
45-
displayName: 'Level 3.1',
46-
},
47-
],
33+
productTypes: [],
4834
beamModes: ['WBS', 'WBD', 'WWS', 'WWD', 'VBS', 'VBD', 'WD1', 'WD2'],
4935
polarizations: ['HH', 'HV', 'VV', 'VH'],
5036
subtypes: [],

0 commit comments

Comments
 (0)