Changes between Version 1 and Version 2 of Processing/Py6S_vs_Hyperspectral
- Timestamp:
- Oct 21, 2015, 10:20:16 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/Py6S_vs_Hyperspectral
v1 v2 23 23 If 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. 24 24 25 Create a new folder as airborne on the processing directory25 Create a new folder as '''airborne''' user on the processing directory: 26 26 {{{ 27 27 mkdir ../../../processing/fenix_vs_py6s … … 30 30 You 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 31 31 {{{ 32 check_fenix_spectra_py6s.py -i ./flightlines/level1b/ --num_plots 3 -o ../../../processing/fenix_vs_py6s/ -v32 check_fenix_spectra_py6s.py -i ./flightlines/level1b/ --num_plots 3 -o ../../../processing/fenix_vs_py6s/ 33 33 }}} 34 34 This 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.