Changes between Version 12 and Version 13 of Processing/Py6S_vs_Hyperspectral


Ignore:
Timestamp:
Oct 21, 2015, 2:20:11 PM (9 years ago)
Author:
asm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/Py6S_vs_Hyperspectral

    v12 v13  
    2424If you are '''airborne''' user at the selected delivery directory, you can follow the steps on this wiki and simply '''copy and paste''' the commands on the terminal.
    2525
    26 Create a new folder as airborne user on the processing directory:
     26Create a new folder as airborne user on the temporary directory:
    2727{{{
    28 mkdir ../../../processing/fenix_vs_py6s
     28output_folder=/tmp/fenix_vs_py6s-`date +%s`
     29mkdir $output_folder
    2930}}}
    3031
    3132You can run several plots per flightline to avoid error caused by a erroneous pixel. You can choose the number of plots to output but suggested number is 3. To run the script select as -i the level1b folder on the delivery created
    3233{{{
    33 check_fenix_spectra_py6s.py -i ./flightlines/level1b/  --num_plots 3 -o ../../../processing/fenix_vs_py6s/
     34check_fenix_spectra_py6s.py -i ./flightlines/level1b/  --num_plots 3 -o $output_folder
    3435}}}
    3536This will run the py6s model 3 times for flightline and can take some time to complete. It will create 3 .png files per flightline that you will need to check carefully. To this end, you can find some essential tips on the bottom of this page.