| 1 | = Splitting VNIR and SWIR = |
| 2 | |
| 3 | This page details how to separate SWIR and VNIR from the FENIX (though may work with other Specim instruments). |
| 4 | |
| 5 | This works on raw files, level1b files and level2 mapped files. |
| 6 | |
| 7 | The header file needs to contain vimg entries (so add these if they are not present): |
| 8 | |
| 9 | vimg1 = {1, <number of vnir bands>} |
| 10 | vimg2 = {<number of vnir bands +1>, <number of bands in file>} |
| 11 | |
| 12 | So for normal Fenix binning: |
| 13 | vimg1 = {1, 348} |
| 14 | vimg2 = {349, 622} |
| 15 | |
| 16 | The splitter is located at: |
| 17 | /users/rsg/arsf/arsf_data/2014/misc/2014_cal_feb_gloucester/software/fenix_splitter/splitfile |
| 18 | |
| 19 | This will create seperate files namd *vnir.bil and *swir.bil |