an actual test of addStep()

This commit is contained in:
jywarren
2017-01-09 21:11:30 -05:00
parent 5f0f599abe
commit 13ab04a773
4 changed files with 149236 additions and 588 deletions

View File

@@ -6,7 +6,7 @@ module.exports = {
'image-select': require('./modules/ImageSelect'),
'green-channel': require('./modules/GreenChannel'),
'ndvi-red': require('./modules/NdviRed'),
// 'plot': require('./modules/Plot'),
'plot': require('./modules/Plot'),
'image-threshold': require('./modules/ImageThreshold')
}