Changes between Version 3 and Version 4 of Processing/Py6S_vs_Hyperspectral/Advanced_techniques
- Timestamp:
- Oct 21, 2015, 2:23:04 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/Py6S_vs_Hyperspectral/Advanced_techniques
v3 v4 10 10 ~arsf/arsf_data/2015/flight_data/spain/EUFAR15_38-2015_170_Mallorca/processing/delivery/EUFAR15_38-170-hyperspectral-20151014 11 11 12 Create a new folder as airborne: 13 mkdir ../../../processing/plot_fenix_vs_py6s 12 Create a new folder: 13 {{{ 14 output_folder=/tmp/fenix_vs_py6s-`date +%s` 15 mkdir $output_folder 16 }}} 14 17 15 18 In this case, the script to run is plot_fenix_vs_py6s.py 16 19 You will need to specify for the same flightline the .bil on level1b, the .igm and the postprocessed .nav file. Be careful not to take the mask files and the same flightline for every file (the script will exit if not). Run the model as the example: 17 20 {{{ 18 plot_fenix_vs_py6s.py -i ./flightlines/level1b/f169b141b.bil -m ../../../processing/hyperspectral/flightlines/georeferencing/igm/f169b143b_p_sct20.37.igm -n ./flightlines/navigation/f169b141b_nav_post_processed.bil --plot ../../../processing/plot_fenix_vs_py6s/test -v21 plot_fenix_vs_py6s.py -i ./flightlines/level1b/f169b141b.bil -m ../../../processing/hyperspectral/flightlines/georeferencing/igm/f169b143b_p_sct20.37.igm -n ./flightlines/navigation/f169b141b_nav_post_processed.bil --plot $output_folder/test -v 19 22 }}} 20 23 On the example above a pixel is not specified and the script will look for a ramdom vegetation pixel at nadir and create a plot called test.png on the given folder.