Skip to content

Commit

Permalink
FIREFLY-1187: Remove options from config
Browse files Browse the repository at this point in the history
  • Loading branch information
jaladh-singhal committed May 15, 2024
1 parent c2c5de5 commit 8e396c9
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions src/suit/js/SUIT.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,28 +196,12 @@ let options = {
},
},
obsCoreInstrumentName: {
placeholder: '<No option selected>',
options: [
{label: 'LSSTCam', value: 'LSSTCam'},
{label: 'LSSTCam-imSim', value: 'LSSTCam-imSim'},
{label: '<NULL>', value: 'null'}
]
tooltip: 'Name of instrument',
},
obsCoreSubType: {
tooltip: 'Specific type of image or other dataset',
placeholder: '<No option selected>',
helptext: '"lsst." + Butler Repo Dataset type',
options: [
{label: 'lsst.raw', value: 'lsst.raw'},
{label: 'lsst.calexp', value: 'lsst.calexp'},
{label: 'lsst.deepCoadd_calexp', value: 'lsst.deepCoadd_calexp'}
]
helptext: '"lsst." + Butler Repo Dataset type'
},
obsCoreCollection: {
options : [
{label: 'LSST.DP02', value: 'LSST.DP02'}
]
}
}
},
hips: {
Expand Down

0 comments on commit 8e396c9

Please sign in to comment.