Skip to content

Commit

Permalink
Update DataGuide_AAPF_HSI.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oh231 authored Jun 27, 2024
1 parent 4cb4543 commit 9036157
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion DataGuide_AAPF_HSI.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ This document details the file system organization and navigation procedures for
- Parent directory
- {Experiment_Number}_{Treatment}
- Example: 407_WL, 407_WW, 401_20-1, 401_20-2, 401_80

- Data Files
- Header File (.hdr): This file stores metadata associated with the data acquisition process. It includes information such as sensor specifications, date and time of capture, etc.
- MD5 File (.md5): This file contains a Message Digest 5 (MD5) checksum. The MD5 checksum is a unique identifier generated from the data itself and can be used to verify data integrity. Any accidental corruption during storage or transmission will result in a mismatch between the calculated MD5 checksum and the one stored in the file.
- Hyperspectral Datacube (.raw): This file stores the raw hyperspectral data. A hyperspectral datacube is a three-dimensional array where each layer represents a two-dimensional image captured at a specific wavelength band.
- Image File (.tiff): This format stores two image representations depending on the data type. For VNIR data, a True Color Composite (TCC) image is generated. This image combines red, green, and blue bands from the hyperspectral datacube, creating a color representation similar to the natural scene. Conversely, SWIR data utilizes a False Color Composite (FCC) image. Here, bands from the datacube are combined, but the chosen bands may not correspond to the typical red, green, and blue channels. It is important to note that both TCC and FCC images are primarily used for quality control purposes.


#### Interim Data Product
Expand Down

0 comments on commit 9036157

Please sign in to comment.