Changes between Version 1 and Version 2 of Processing/Py6S_vs_Hyperspectral


Ignore:
Timestamp:
Oct 21, 2015, 10:20:16 AM (9 years ago)
Author:
asm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/Py6S_vs_Hyperspectral

    v1 v2  
    2323If you are airborne user at the selected delivery directory, you can follow the steps on this wiki and simply copy and paste the comands on the terminal.
    2424
    25 Create a new folder as airborne on the processing directory
     25Create a new folder as '''airborne''' user on the processing directory:
    2626{{{
    2727mkdir ../../../processing/fenix_vs_py6s
     
    3030You 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
    3131{{{
    32 check_fenix_spectra_py6s.py -i ./flightlines/level1b/  --num_plots 3 -o ../../../processing/fenix_vs_py6s/ -v
     32check_fenix_spectra_py6s.py -i ./flightlines/level1b/  --num_plots 3 -o ../../../processing/fenix_vs_py6s/
    3333}}}
    3434This 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.