Changes between Version 2 and Version 3 of Procedures/FenixProcessing/splitVNIRandSWIR
- Timestamp:
- Aug 18, 2014, 5:32:28 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/FenixProcessing/splitVNIRandSWIR
v2 v3 14 14 vimg2 = {349, 622} 15 15 16 You can insert these into multiple text files with e.g.:[[BR]] 17 for file in *bil.hdr; do sed -i '5i vimg1 = {1, 348}' $file; sed -i '6i vimg2 = {349, 622}' $file; done 18 16 19 The splitter is located at:[[BR]] 17 20 /users/rsg/arsf/arsf_data/2014/misc/2014_cal_feb_gloucester/software/fenix_splitter/splitfile 18 21 22 and is ran simply as 23 24 splitfile <bil_file> 25 19 26 This will create seperate files namd *vnir.bil and *swir.bil 27