ISIS Application Documentation
kaguyasp2ascii | Printer Friendly View | TOC | Home |
Converts Kaguya SP (Spectral Profiler) file to a tab delimited text file
Overview | Parameters |
DescriptionThis program will read a binary SELENE Kaguya SP (Spectral Profiler) data file (downloaded as a .spc file from the archive site) and create a user-specified, tab-delimited text file. The multi-column ASCII text file will contain one record for each of the 296 wavelengths (bands or channels) in the SP file. The bands are derived from 3 separate sensors, with wavelengths as follows: UVVIS wavelength = 512.6 -1010.7 nm; NIR1 wavelength = 883.5 - 1676.0 nm; NIR2 wavelength = 702.1-2587.9 nm. Each record in the output file will contain ancillary data and all of the observations for a specific wavelength. You can limit the number of observations that are listed by using the MINOBS and MAXOBS parameters. The ancillary data include a quality assessment (QA) parameter, raw DN, radiance, and ref_1 and ref_2 (reflectance values that have been photometrically corrected using values for highlands and mare, respectively) for each wavelength and each observation. SP binary data files can have less than 10 observations or more than 50. This program works on both Level 2B and Level 2C products from Kaguya, with two caveats: the NIR portions of the Level 2B products are not calibrated or photometrically corrected, but the L2C products have been fully calibrated and photometrically corrected. The documents in the kaguyasp2ascii/assets directory provide information about the Kaguya Spectral Profiler data. The directory also contains a summary of what the different Quality Assessment values mean (from p. 82 of the LISM SPICE documentation). Note that this program does not process the SP data in any way once the binary data is converted to ASCII. For example, you likely would not want to work with SP data that have oblique viewing angles or are poorly illuminated (these must be filtered from the archive site), or you may want to remove redundant or erroneous data at the instrument joins (e.g., spikes in DN values at the ends of the VIS, NIR1, NIR2). For the latter, the QA values will help you to identify these. QA values with any of the three left-most bits set to 1 can be removed from each spectrum.
References:
CategoriesHistory
|
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 19:28:11 |
Parameter GroupsFiles
Limit Parameters
|
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 19:28:11 |
This is the input Kaguya SP file. For an attached label, use the .spc file, or for a detached label, use the .lbl file.
Type | filename |
---|---|
File Mode | input |
Filter | *.lbl *.spc |
The output file will be formatted as a tab delimited file and will contain all requested observations for a single wavelength in each record of the file. Each observation will include the raw, radiance, reflectance, and QA information. If two reflectances are available, as in newer-format files, both will be included in the output file.
Type | filename |
---|---|
File Mode | output |
This is the minimum observation of the observation range for which information will be obtained from the input file. If no value is specified, then the minimum will be set to 1.
Type | string |
---|---|
Default | None |
This is the maximum observation of the observation range for which information will be obtained from the input file. If no value is specified, then the maximum will be set to the maximum observation in the input file.
Type | string |
---|---|
Default | None |