Changes between Version 19 and Version 20 of Processing/Py6S_vs_Hyperspectral


Ignore:
Timestamp:
Feb 1, 2017, 1:29:52 PM (7 years ago)
Author:
dac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/Py6S_vs_Hyperspectral

    v19 v20  
    3939
    4040The 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                         Input IGM directory (optional, only required if non-standard location)
    43  -n INNAV, --innav INNAV
    44                        Input post-processed navigation file directory (optional, only required if non-standard location)
     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)
    4545
    4646[[BR]]
     
    4949
    5050* 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).
    5252* 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.
    5554
    5655=== Checking the spectra===