Phase 1 Completion

This commit is contained in:
Chinmay Pandhare
2017-06-14 08:20:01 +05:30
parent 95e066fdc7
commit ec2790652c
13 changed files with 344 additions and 352 deletions

View File

@@ -2,11 +2,8 @@
* Core modules
*/
module.exports = {
'image-select': require('./modules/ImageSelect'),
'do-nothing': require('./modules/DoNothing'),
'green-channel': require('./modules/GreenChannel'),
'ndvi-red': require('./modules/NdviRed'),
'plot': require('./modules/Plot'),
'image-threshold': require('./modules/ImageThreshold'),
'crop': require('./modules/Crop')
'do-nothing-pix': require('./modules/DoNothingPix')
}