Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
Updating Reflectance to DN
  • Loading branch information
hijinks authored Jul 25, 2018
1 parent 074d4dd commit 0340bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,10 +441,10 @@ app.setBandChart = function(marker_ids){

if(app.BCETskipped){
var chartTitle = 'Pixel Values';
var chartY = 'R';
var chartY = 'DN';
} else {
var chartTitle = 'Pixel Values';
var chartY = 'R*';
var chartY = 'DN';
}

app.bandChart.setOptions({
Expand Down

0 comments on commit 0340bb5

Please sign in to comment.