Changes between Version 2 and Version 3 of Procedures/FenixProcessing/splitVNIRandSWIR


Ignore:
Timestamp:
Aug 18, 2014, 5:32:28 PM (10 years ago)
Author:
knpa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/FenixProcessing/splitVNIRandSWIR

    v2 v3  
    1414vimg2 = {349, 622}
    1515
     16You can insert these into multiple text files with e.g.:[[BR]]
     17for file in *bil.hdr; do sed -i '5i vimg1 = {1, 348}' $file; sed -i '6i vimg2 = {349, 622}' $file; done
     18
    1619The splitter is located at:[[BR]]
    1720/users/rsg/arsf/arsf_data/2014/misc/2014_cal_feb_gloucester/software/fenix_splitter/splitfile
    1821
     22and is ran simply as
     23
     24splitfile <bil_file>
     25
    1926This will create seperate files namd *vnir.bil and *swir.bil
     27