Skip to content

Commit

Permalink
Merge pull request #1266 from Caltech-IPAC/IRSA-4793-3color-default
Browse files Browse the repository at this point in the history
IRSA-4793 Change the default three color bands.
  • Loading branch information
wmiipac authored Sep 7, 2022
2 parents 6707bc9 + c1c61ef commit b50d24d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/firefly/js/metaConvert/DataProductsFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,10 @@ function initConverterTemplates() {
getGridDataProduct: getGridDataProductWrapper(makeWisePlotRequest),
getRelatedDataProduct: getRelatedDataProductWrapper(makeWisePlotRequest),
threeColorBands: {
b1: {color: Band.RED, title: 'Band 1'},
b1: {color: Band.BLUE, title: 'Band 1'},
b2: {color: Band.GREEN, title: 'Band 2'},
b3: {color: null, title: 'Band 3'},
b4: {color: Band.BLUE, title: 'Band 4'}
b4: {color: Band.RED, title: 'Band 4'}
},
},
{
Expand Down

0 comments on commit b50d24d

Please sign in to comment.