Changes between Version 12 and Version 13 of Processing/Py6S_vs_Hyperspectral
- Timestamp:
- Oct 21, 2015, 2:20:11 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/Py6S_vs_Hyperspectral
v12 v13 24 24 If 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. 25 25 26 Create a new folder as airborne user on the processingdirectory:26 Create a new folder as airborne user on the temporary directory: 27 27 {{{ 28 mkdir ../../../processing/fenix_vs_py6s 28 output_folder=/tmp/fenix_vs_py6s-`date +%s` 29 mkdir $output_folder 29 30 }}} 30 31 31 32 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 32 33 {{{ 33 check_fenix_spectra_py6s.py -i ./flightlines/level1b/ --num_plots 3 -o ../../../processing/fenix_vs_py6s/34 check_fenix_spectra_py6s.py -i ./flightlines/level1b/ --num_plots 3 -o $output_folder 34 35 }}} 35 36 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.