Changes between Version 1 and Version 2 of Procedures/FenixProcessing/splitVNIRandSWIR
- Timestamp:
- Aug 18, 2014, 5:29:59 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/FenixProcessing/splitVNIRandSWIR
v1 v2 7 7 The header file needs to contain vimg entries (so add these if they are not present): 8 8 9 vimg1 = {1, <number of vnir bands>} 9 vimg1 = {1, <number of vnir bands>}[[BR]] 10 10 vimg2 = {<number of vnir bands +1>, <number of bands in file>} 11 11 12 12 So for normal Fenix binning: 13 vimg1 = {1, 348} 13 vimg1 = {1, 348}[[BR]] 14 14 vimg2 = {349, 622} 15 15 16 The splitter is located at: 16 The splitter is located at:[[BR]] 17 17 /users/rsg/arsf/arsf_data/2014/misc/2014_cal_feb_gloucester/software/fenix_splitter/splitfile 18 18