Changes between Version 19 and Version 20 of Processing/Py6S_vs_Hyperspectral
- Timestamp:
- Feb 1, 2017, 1:29:52 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/Py6S_vs_Hyperspectral
v19 v20 39 39 40 40 The script also needs the IGM directory and the NAV files for every file on the level1b directory. If the location is not the usual one and the script can't find it, you can specify their paths on the command line by using: 41 -m INIGM, --inigm INIGM 42 43 -n INNAV, --innav INNAV 44 41 42 * `-m INIGM, --inigm INIGM` - Input IGM directory (optional, only required if non-standard location) 43 44 * `-n INNAV, --innav INNAV` - Input post-processed navigation file directory (optional, only required if non-standard location) 45 45 46 46 [[BR]] … … 49 49 50 50 * Plot spectra for only one flightline in a directory with several ones. Or a specific flightline with different names on IGM, NAV and level1b. 51 * Chose a pixel by its given (lat, lon).51 * Chose a pixel by its given (lat, lon). 52 52 * Chose a pixel by its position on the grid (x,y). 53 * Use in-situ reflectance instead of the predefined by Py6S. 54 53 * Use measured in-situ reflectance instead of the predefined vegetation spectra included in Py6S. 55 54 56 55 === Checking the spectra===