Changes between Version 4 and Version 5 of Processing/Py6S_vs_Hyperspectral/Advanced_techniques
- Timestamp:
- Oct 21, 2015, 5:25:49 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/Py6S_vs_Hyperspectral/Advanced_techniques
v4 v5 34 34 If you want to look for a specific pixel, you can select it by its position (lat,lon) or by its coordinates (x,y) on the flightline's grid. Note that the script with only accept (lat, lon) inputs within the range of latitude and longitude of the flightline to prevent human errors. 35 35 36 Verbose mode is recommended when running this script and will print on screen information about the given pixel and the viewing angles needed to run the py6smodel if the pixel is not a Nadir.36 Verbose mode is recommended when running this script and will print on screen information about the given pixel and the viewing angles needed to run the Py6S model if the pixel is not a Nadir. 37 37 38 38 This will plot the Fenix spectra against the at-sensor Py6S vegetation model. In this case, both figures will only match if the pixel given as input is a vegetation one and therefore, some caution is recomended when interpreting the plot. … … 40 40 41 41 === Ground Reflectance === 42 If an in-situ ground spectra has been measured and is available, you can run a more precisse Py6S model by giving its path. In this case, the ground reflectance will not be a vegetation type predefined by py6sand your reflectances values will be computed on the model.42 If an in-situ ground spectra has been measured and is available, you can run a more precisse Py6S model by giving its path. In this case, the ground reflectance will not be a vegetation type predefined by Py6S and your reflectances values will be computed on the model. 43 43 You will need to add -s when running the script: 44 44 plot_fenix_vs_py6s.py -v -s ./GROUND_SPECTRA_PATH (-i -m. -n, --plot are still required)