dccc2025 commited on
Commit
6edc3a5
·
verified ·
1 Parent(s): d979b35

Add complete HADAR /root/inputs bundle (ENVI cubes + USSA npz)

Browse files
.gitattributes CHANGED
@@ -58,3 +58,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ original_datasets/IHTest_202104_Path26_Step2_LWHSI1_collect0_DistStA.bsq filter=lfs diff=lfs merge=lfs -text
62
+ original_datasets/IHTest_202104_Path32_Step12_LWHSI1_collect0_DistStA.bsq filter=lfs diff=lfs merge=lfs -text
63
+ original_datasets/IHTest_202108_Path9_Step11_LWHSI1_DistStA.bsq filter=lfs diff=lfs merge=lfs -text
64
+ original_datasets/IHTest_202204_Path13_Step13_LWHSI2_DistStA.bsq filter=lfs diff=lfs merge=lfs -text
65
+ original_datasets/IHTest_202204_Path13_Step9_LWHSI2_DistStA.bsq filter=lfs diff=lfs merge=lfs -text
66
+ original_datasets/IHTest_202204_Path2_Step1_LWHSI2_DistStA.bsq filter=lfs diff=lfs merge=lfs -text
DATASET_CARD.md ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Card: Heat-Assisted Detection and Ranging (HADAR) Inputs
2
+
3
+ ## Overview
4
+
5
+ This bundle supports ground-based long-wave infrared (LWIR) hyperspectral imaging for heat-assisted detection and ranging. It combines six scenes from the [DARPA IH Dataset](https://www.kitware.com/ihdataset/) with a shared U.S. Standard Atmosphere (USSA) spectral pair: horizontal-path attenuation coefficients and a ten-angle downwelling-radiance basis.
6
+
7
+ The atmospheric products are a frozen copy of the `data/` directory from [Ozone-Cues (LWIR absorption-based ranging)](https://github.com/unaydorken/Ozone-Cues-Mitigate-Reflected-Downwelling-Radiance-in-LWIR-Absorption-Based-Ranging/tree/main/data). All six IH captures are daylight, near-surface scenes. For clear-sky conditions with similar air temperatures, recent work on this problem finds that site-to-site differences in downwelling spectral features are small compared with other inversion errors, so the six cubes share one USSA atmosphere rather than a per-scene sounding.
8
+
9
+ The ENVI cubes are too large for GitHub. The image build fetches this same layout from the frozen Hugging Face dataset [dccc2025/tmp_dataset_hadar](https://huggingface.co/datasets/dccc2025/tmp_dataset_hadar) and checks SHA256. That fetch is pinned to a commit (not a moving `main` branch) and is not a live scrape of Kitware.
10
+
11
+ ## Directory Layout
12
+
13
+ ```text
14
+ inputs/
15
+ ├── DATASET_CARD.md
16
+ ├── attenuation.npz
17
+ ├── I_downwelling_res.npz
18
+ └── original_datasets/
19
+ ├── IHTest_202104_Path26_Step2_LWHSI1_collect0_DistStA.{bsq,hdr}
20
+ ├── IHTest_202104_Path32_Step12_LWHSI1_collect0_DistStA.{bsq,hdr}
21
+ ├── IHTest_202108_Path9_Step11_LWHSI1_DistStA.{bsq,hdr}
22
+ ├── IHTest_202204_Path2_Step1_LWHSI2_DistStA.{bsq,hdr}
23
+ ├── IHTest_202204_Path13_Step9_LWHSI2_DistStA.{bsq,hdr}
24
+ └── IHTest_202204_Path13_Step13_LWHSI2_DistStA.{bsq,hdr}
25
+ ```
26
+
27
+ ## 1. Hyperspectral Scenes (`original_datasets/`)
28
+
29
+ Six ENVI-format LWIR hyperspectral cubes (`.bsq` + `.hdr`) from the DARPA IH Dataset. Each pair is a band-sequential cube plus acquisition metadata. Headers record wavelength (µm) and a near-surface air `temperature` (kelvin). They do **not** record a radiance scale factor.
30
+
31
+ | Scene stem | Acquisition time (UTC) | Lines | Samples | Bands |
32
+ |------------|------------------------|------:|--------:|------:|
33
+ | `IHTest_202104_Path26_Step2_LWHSI1_collect0_DistStA` | 2021-04-20T23:13:02 | 260 | 1600 | 256 |
34
+ | `IHTest_202104_Path32_Step12_LWHSI1_collect0_DistStA` | 2021-04-22T02:36:38 | 260 | 1600 | 256 |
35
+ | `IHTest_202108_Path9_Step11_LWHSI1_DistStA` | 2021-08-10T06:59:34 | 260 | 1500 | 256 |
36
+ | `IHTest_202204_Path2_Step1_LWHSI2_DistStA` | 2022-04-20T21:14:29 | 480 | 1500 | 250 |
37
+ | `IHTest_202204_Path13_Step9_LWHSI2_DistStA` | 2022-04-22T23:00:35 | 480 | 1500 | 250 |
38
+ | `IHTest_202204_Path13_Step13_LWHSI2_DistStA` | 2022-04-22T23:09:03 | 480 | 1500 | 250 |
39
+
40
+ - **Format:** ENVI BSQ, 32-bit float (`data type = 4`).
41
+ - **Wavelengths:** Stored in each `.hdr` file; units are micrometers (µm).
42
+ - **Distribution:** `Distribution Statement A` (see scene headers).
43
+
44
+ ### Cube radiance units
45
+
46
+ The `.bsq` arrays are **not** already in
47
+ \(\mathrm{W\,m^{-2}\,sr^{-1}\,\mu m^{-1}}\). They are stored a factor of
48
+ \(10^{2}\) high relative to physical spectral radiance. Convert with
49
+
50
+ \[
51
+ L_{\lambda}\;[\mathrm{W\,m^{-2}\,sr^{-1}\,\mu m^{-1}}]
52
+ = 10^{-2}\,L_{\mathrm{bsq}}.
53
+ \]
54
+
55
+ Use this scaled \(L_{\lambda}\) in any comparison to Planck \(B_\lambda(T)\)
56
+ or to the bundled downwelling basis (which is already in physical units).
57
+ Do not treat header `temperature` as the surface temperature map; it is
58
+ local air temperature.
59
+
60
+ ### Source Citation
61
+
62
+ ```bibtex
63
+ @InProceedings{Yellin_2024_WACV,
64
+ author = {Yellin, Florence and McCloskey, Scott and Hill, Cole and Smith, Eric and Clipp, Brian},
65
+ title = {Concurrent Band Selection and Traversability Estimation from Long-Wave Hyperspectral Imagery in Off-Road Settings},
66
+ booktitle = {Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)},
67
+ month = {January},
68
+ year = {2024}
69
+ }
70
+ ```
71
+
72
+ **Dataset homepage:** https://www.kitware.com/ihdataset/
73
+
74
+ ## 2. Spectral Attenuation (`attenuation.npz`)
75
+
76
+ Frozen USSA horizontal-path spectral attenuation, copied from the Ozone-Cues `data/` snapshot above. Not recomputed per scene.
77
+
78
+ | Key | Shape | Description |
79
+ |-----|-------|-------------|
80
+ | `attenuation` | `(256, 1)` | Spectral attenuation coefficient α, in **dB m⁻¹** |
81
+ | `lambda` | `(1, 256)` | Wavelength grid paired with `attenuation`, in **µm** |
82
+
83
+ **Value range (α):** approximately 2.8×10⁻⁴ to 1.4×10⁻² dB m⁻¹ over 7.98–13.05 µm.
84
+
85
+ Load example:
86
+
87
+ ```python
88
+ import numpy as np
89
+
90
+ data = np.load("attenuation.npz")
91
+ alpha = data["attenuation"] # (256, 1), dB/m
92
+ lam_att = data["lambda"] # (1, 256), µm
93
+ ```
94
+
95
+ ## 3. Downwelling-Radiance Basis (`I_downwelling_res.npz`)
96
+
97
+ Ten resampled USSA downwelling spectral radiance profiles, one per zenith angle, from the same Ozone-Cues `data/` snapshot. These columns are a fixed angular basis for reflected hemispherical downwelling. They are already in physical radiance units.
98
+
99
+ | Key | Shape | Description |
100
+ |-----|-------|-------------|
101
+ | `lambda` | `(1, 256)` | Wavelength grid, in **µm** (approximately 8.10–13.17 µm) |
102
+ | `downwelling_res` | `(256, 10)` | Downwelling spectral radiance at each angle, in **W m⁻² sr⁻¹ µm⁻¹** |
103
+
104
+ **Zenith angles (column order, degrees):**
105
+
106
+ `0, 30, 60, 70, 80, 82, 84, 86, 88, 89`
107
+
108
+ Column `k` of `downwelling_res` corresponds to zenith angle `k` in the list above.
109
+
110
+ Load example:
111
+
112
+ ```python
113
+ import numpy as np
114
+
115
+ data = np.load("I_downwelling_res.npz")
116
+ lam = data["lambda"] # (1, 256), µm
117
+ I_down = data["downwelling_res"] # (256, 10), W·m⁻²·sr⁻¹·µm⁻¹
118
+ ```
119
+
120
+ ## Units and Conventions
121
+
122
+ | Quantity | Symbol / key | Units |
123
+ |----------|--------------|-------|
124
+ | Wavelength | `lambda` | µm |
125
+ | Attenuation coefficient | `attenuation` (α) | dB m⁻¹ |
126
+ | Downwelling spectral radiance | `downwelling_res` | W m⁻² sr⁻¹ µm⁻¹ |
127
+ | Hyperspectral cube | ENVI `.bsq` | stored \(10^{2}\) high; \(L=10^{-2}L_{\mathrm{bsq}}\) in W m⁻² sr⁻¹ µm⁻¹ |
128
+ | Header `temperature` | air temperature | K |
129
+
130
+ ## Notes for Use
131
+
132
+ 1. **Wavelength alignment.** LWHSI1 cubes have 256 bands starting near 8.06 µm. LWHSI2 cubes have 250 bands starting near 6.84 µm. The downwelling `lambda` grid is a 256-channel LWIR window and does **not** automatically match every scene. Interpolate or band-select every spectral product onto the scene wavelength grid before combining them.
133
+ 2. **Separate attenuation grid.** `attenuation.npz` has its own `lambda` axis, offset from the downwelling grid. Resample `attenuation` onto the scene grid before using \(\tau(d)=10^{-\alpha d/10}\).
134
+ 3. **Shared atmosphere.** One USSA attenuation cube and one ten-angle downwelling basis are used for all six scenes. This is a documented approximation for clear-sky, similar-temperature collections, not a claim that the real soundings were identical.
135
+ 4. **Downwelling basis.** Treat the ten columns of `downwelling_res` as a fixed, ordered angular basis; do not permute them. They are not the delivered single-band texture map `X`.
I_downwelling_res.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ad9360c5bd3ceb56bf51a288705274c4d83dcbdb4854a9755f9bb4c770e159f
3
+ size 23056
attenuation.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:926b6ed085b1bf901dda87d8f834c0e85804d4367b1836b8fb2492c3446d0ff1
3
+ size 4616
original_datasets/.DS_Store ADDED
Binary file (8.2 kB). View file
 
original_datasets/IHTest_202104_Path26_Step2_LWHSI1_collect0_DistStA.bsq ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:441457fb393ff0c8d76902d401fdd7bb5b9f717689c3b09673822423c23250be
3
+ size 425984000
original_datasets/IHTest_202104_Path26_Step2_LWHSI1_collect0_DistStA.hdr ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ENVI
2
+ acquisition time = 2021-04-20T23:13:02.0Z
3
+ description = {
4
+ Distribution Statement A}
5
+ samples = 1600
6
+ lines = 260
7
+ bands = 256
8
+ header offset = 0
9
+ file type = {
10
+ ENVI Standard}
11
+ data type = 4
12
+ interleave = BSQ
13
+ byte order = 0
14
+ wavelength units = Micrometers
15
+ wavelength = {
16
+ 8.057200, 8.077100, 8.097000, 8.116900, 8.136800, 8.156700, 8.176600, 8.196500, 8.216400, 8.236300, 8.256200, 8.276100, 8.296000, 8.315900, 8.335800, 8.355700, 8.375600, 8.395500, 8.415400, 8.435300, 8.455200, 8.475100, 8.495000, 8.514900, 8.534800, 8.554700, 8.574600, 8.594500, 8.614400, 8.634300, 8.654200, 8.674100, 8.694000, 8.713900, 8.733800, 8.753700, 8.773600, 8.793500, 8.813400, 8.833300, 8.853200, 8.873100, 8.893000, 8.912900, 8.932800, 8.952700, 8.972600, 8.992500, 9.012400, 9.032300, 9.052200, 9.072100, 9.092000, 9.111900, 9.131800, 9.151700, 9.171600, 9.191500, 9.211400, 9.231300, 9.251200, 9.271100, 9.291000, 9.310900, 9.330800, 9.350700, 9.370600, 9.390500, 9.410400, 9.430300, 9.450200, 9.470100, 9.490000, 9.509900, 9.529800, 9.549700, 9.569600, 9.589500, 9.609400, 9.629300, 9.649200, 9.669100, 9.689000, 9.708900, 9.728800, 9.748700, 9.768600, 9.788500, 9.808400, 9.828300, 9.848200, 9.868100, 9.888000, 9.907900, 9.927800, 9.947700, 9.967600, 9.987500, 10.007400, 10.027300, 10.047200, 10.067100, 10.087000, 10.106900, 10.126800, 10.146700, 10.166600, 10.186500, 10.206400, 10.226300, 10.246200, 10.266100, 10.286000, 10.305900, 10.325800, 10.345700, 10.365600, 10.385500, 10.405400, 10.425300, 10.445200, 10.465100, 10.485000, 10.504900, 10.524800, 10.544700, 10.564600, 10.584500, 10.604400, 10.624300, 10.644200, 10.664100, 10.684000, 10.703900, 10.723800, 10.743700, 10.763600, 10.783500, 10.803400, 10.823300, 10.843200, 10.863100, 10.883000, 10.902900, 10.922800, 10.942700, 10.962600, 10.982500, 11.002400, 11.022300, 11.042200, 11.062100, 11.082000, 11.101900, 11.121800, 11.141700, 11.161600, 11.181500, 11.201400, 11.221300, 11.241200, 11.261100, 11.281000, 11.300900, 11.320800, 11.340700, 11.360600, 11.380500, 11.400400, 11.420300, 11.440200, 11.460100, 11.480000, 11.499900, 11.519800, 11.539700, 11.559600, 11.579500, 11.599400, 11.619300, 11.639200, 11.659100, 11.679000, 11.698900, 11.718800, 11.738700, 11.758600, 11.778500, 11.798400, 11.818300, 11.838200, 11.858100, 11.878000, 11.897900, 11.917800, 11.937700, 11.957600, 11.977500, 11.997400, 12.017300, 12.037200, 12.057100, 12.077000, 12.096900, 12.116800, 12.136700, 12.156600, 12.176500, 12.196400, 12.216300, 12.236200, 12.256100, 12.276000, 12.295900, 12.315800, 12.335700, 12.355600, 12.375500, 12.395400, 12.415300, 12.435200, 12.455100, 12.475000, 12.494900, 12.514800, 12.534700, 12.554600, 12.574500, 12.594400, 12.614300, 12.634200, 12.654100, 12.674000, 12.693900, 12.713800, 12.733700, 12.753600, 12.773500, 12.793400, 12.813300, 12.833200, 12.853100, 12.873000, 12.892900, 12.912800, 12.932700, 12.952600, 12.972500, 12.992400, 13.012300, 13.032200, 13.052100, 13.072000, 13.091900, 13.111800, 13.131700}
17
+ temperature = 295.8
original_datasets/IHTest_202104_Path32_Step12_LWHSI1_collect0_DistStA.bsq ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e59a6f7235a2d5ed1f54a9b045fb30944f5559fc7d5ad4babd8d81a46fc45bab
3
+ size 425984000
original_datasets/IHTest_202104_Path32_Step12_LWHSI1_collect0_DistStA.hdr ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ENVI
2
+ acquisition time = 2021-04-22T02:36:38.0Z
3
+ description = {
4
+ Distribution Statement A}
5
+ samples = 1600
6
+ lines = 260
7
+ bands = 256
8
+ header offset = 0
9
+ file type = {
10
+ ENVI Standard}
11
+ data type = 4
12
+ interleave = BSQ
13
+ byte order = 0
14
+ wavelength units = Micrometers
15
+ wavelength = {
16
+ 8.104948406, 8.124733705, 8.144519003, 8.164304302, 8.1840896, 8.203874899, 8.223660198, 8.243446609, 8.263234006, 8.283022643, 8.302812392, 8.322603256, 8.342395232, 8.362188449, 8.381982908, 8.401778493, 8.421575319, 8.44137326, 8.46117239, 8.480972866, 8.500774532, 8.52057744, 8.54038159, 8.560186856, 8.579993366, 8.599801118, 8.619610114, 8.639420227, 8.659231583, 8.679044184, 8.698857902, 8.718672864, 8.738488945, 8.758306251, 8.778124587, 8.79794415, 8.817764831, 8.837586658, 8.857409588, 8.877233639, 8.897058681, 8.916884915, 8.936712127, 8.956540495, 8.976369776, 8.996200176, 9.016031444, 9.035863833, 9.055697235, 9.075531496, 9.095366751, 9.115203001, 9.13504018, 9.154878303, 9.174717168, 9.194557028, 9.214397756, 9.234239338, 9.254081809, 9.273925037, 9.293769135, 9.313613974, 9.333459717, 9.353306178, 9.373153436, 9.393001392, 9.412850091, 9.432699489, 9.452549683, 9.472400469, 9.492252033, 9.512104205, 9.531957141, 9.551810561, 9.571664749, 9.591519573, 9.611374864, 9.63123095, 9.651087541, 9.670944577, 9.690802355, 9.710660582, 9.730519444, 9.750378815, 9.770238709, 9.790099088, 9.809959972, 9.829821359, 9.849683253, 9.8695455, 9.889408404, 9.909271689, 9.929135298, 9.948999465, 9.968864066, 9.988729033, 10.00859445, 10.02846025, 10.04832646, 10.06819313, 10.08806008, 10.10792739, 10.12779522, 10.1476633, 10.16753173, 10.18740057, 10.20726961, 10.22713908, 10.24700892, 10.26687908, 10.2867495, 10.30662028, 10.32649138, 10.34636275, 10.36623438, 10.38610637, 10.40597874, 10.42585124, 10.44572412, 10.46559725, 10.48547064, 10.50534425, 10.52521809, 10.54509241, 10.56496687, 10.58484158, 10.60471654, 10.62459182, 10.64446735, 10.66434304, 10.68421907, 10.70409536, 10.72397178, 10.74384858, 10.76372549, 10.78360279, 10.80348022, 10.82335803, 10.84323597, 10.8631141, 10.8829926, 10.9028713, 10.92275022, 10.94262938, 10.96250883, 10.98238854, 11.0022684, 11.02214861, 11.04202907, 11.06190966, 11.08179064, 11.10167172, 11.1215532, 11.14143493, 11.16131691, 11.18119915, 11.20108158, 11.22096433, 11.24084737, 11.2607307, 11.28061424, 11.30049812, 11.32038227, 11.34026677, 11.36015154, 11.38003656, 11.39992196, 11.4198076, 11.43969363, 11.45957991, 11.47946654, 11.49935358, 11.51924104, 11.53912867, 11.55901673, 11.5789051, 11.59879378, 11.61868298, 11.63857255, 11.65846241, 11.67835275, 11.69824348, 11.71813469, 11.73802629, 11.75791827, 11.77781075, 11.79770375, 11.81759712, 11.83749097, 11.85738536, 11.87728021, 11.89717561, 11.91707145, 11.93696799, 11.95686497, 11.97676252, 11.99666075, 12.01655944, 12.03645889, 12.05635887, 12.07625948, 12.09616084, 12.11606282, 12.13596545, 12.15586882, 12.17577296, 12.19567785, 12.21558351, 12.23548991, 12.25539718, 12.27530521, 12.29521429, 12.31512409, 12.33503495, 12.35494657, 12.37485921, 12.39477291, 12.41468758, 12.43460331, 12.45452008, 12.47443805, 12.49435719, 12.51427667, 12.53419616, 12.55411564, 12.57403512, 12.5939546, 12.61387409, 12.63379357, 12.65371305, 12.67363253, 12.69355202, 12.7134715, 12.73339098, 12.75331046, 12.77322995, 12.79314943, 12.81306891, 12.83298839, 12.85290787, 12.87282736, 12.89274684, 12.91266632, 12.9325858, 12.95250529, 12.97242477, 12.99234425, 13.01226373, 13.03218322, 13.0521027, 13.07202218, 13.09194166, 13.11186115, 13.13178063, 13.15170011, 13.17161959}
17
+ temperature = 279.6
original_datasets/IHTest_202108_Path9_Step11_LWHSI1_DistStA.bsq ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f09f37de236e5b1241d897e312904521efa7ef89b8dc16c6a637463c52b60404
3
+ size 399360000
original_datasets/IHTest_202108_Path9_Step11_LWHSI1_DistStA.hdr ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ENVI
2
+ acquisition time = 2021-08-10T06:59:34.0Z
3
+ samples = 1500
4
+ lines = 260
5
+ bands = 256
6
+ header offset = 0
7
+ file type = {
8
+ ENVI Standard}
9
+ data type = 4
10
+ byte order = 0
11
+ wavelength units = Micrometers
12
+ wavelength = {
13
+ 8.057200, 8.077100, 8.097000, 8.116900, 8.136800, 8.156700, 8.176600, 8.196500, 8.216400, 8.236300, 8.256200, 8.276100, 8.296000, 8.315900, 8.335800, 8.355700, 8.375600, 8.395500, 8.415400, 8.435300, 8.455200, 8.475100, 8.495000, 8.514900, 8.534800, 8.554700, 8.574600, 8.594500, 8.614400, 8.634300, 8.654200, 8.674100, 8.694000, 8.713900, 8.733800, 8.753700, 8.773600, 8.793500, 8.813400, 8.833300, 8.853200, 8.873100, 8.893000, 8.912900, 8.932800, 8.952700, 8.972600, 8.992500, 9.012400, 9.032300, 9.052200, 9.072100, 9.092000, 9.111900, 9.131800, 9.151700, 9.171600, 9.191500, 9.211400, 9.231300, 9.251200, 9.271100, 9.291000, 9.310900, 9.330800, 9.350700, 9.370600, 9.390500, 9.410400, 9.430300, 9.450200, 9.470100, 9.490000, 9.509900, 9.529800, 9.549700, 9.569600, 9.589500, 9.609400, 9.629300, 9.649200, 9.669100, 9.689000, 9.708900, 9.728800, 9.748700, 9.768600, 9.788500, 9.808400, 9.828300, 9.848200, 9.868100, 9.888000, 9.907900, 9.927800, 9.947700, 9.967600, 9.987500, 10.007400, 10.027300, 10.047200, 10.067100, 10.087000, 10.106900, 10.126800, 10.146700, 10.166600, 10.186500, 10.206400, 10.226300, 10.246200, 10.266100, 10.286000, 10.305900, 10.325800, 10.345700, 10.365600, 10.385500, 10.405400, 10.425300, 10.445200, 10.465100, 10.485000, 10.504900, 10.524800, 10.544700, 10.564600, 10.584500, 10.604400, 10.624300, 10.644200, 10.664100, 10.684000, 10.703900, 10.723800, 10.743700, 10.763600, 10.783500, 10.803400, 10.823300, 10.843200, 10.863100, 10.883000, 10.902900, 10.922800, 10.942700, 10.962600, 10.982500, 11.002400, 11.022300, 11.042200, 11.062100, 11.082000, 11.101900, 11.121800, 11.141700, 11.161600, 11.181500, 11.201400, 11.221300, 11.241200, 11.261100, 11.281000, 11.300900, 11.320800, 11.340700, 11.360600, 11.380500, 11.400400, 11.420300, 11.440200, 11.460100, 11.480000, 11.499900, 11.519800, 11.539700, 11.559600, 11.579500, 11.599400, 11.619300, 11.639200, 11.659100, 11.679000, 11.698900, 11.718800, 11.738700, 11.758600, 11.778500, 11.798400, 11.818300, 11.838200, 11.858100, 11.878000, 11.897900, 11.917800, 11.937700, 11.957600, 11.977500, 11.997400, 12.017300, 12.037200, 12.057100, 12.077000, 12.096900, 12.116800, 12.136700, 12.156600, 12.176500, 12.196400, 12.216300, 12.236200, 12.256100, 12.276000, 12.295900, 12.315800, 12.335700, 12.355600, 12.375500, 12.395400, 12.415300, 12.435200, 12.455100, 12.475000, 12.494900, 12.514800, 12.534700, 12.554600, 12.574500, 12.594400, 12.614300, 12.634200, 12.654100, 12.674000, 12.693900, 12.713800, 12.733700, 12.753600, 12.773500, 12.793400, 12.813300, 12.833200, 12.853100, 12.873000, 12.892900, 12.912800, 12.932700, 12.952600, 12.972500, 12.992400, 13.012300, 13.032200, 13.052100, 13.072000, 13.091900, 13.111800, 13.131700}
14
+ description = {
15
+ Distribution Statement A}
16
+ interleave = BSQ
17
+ temperature = 307.1
original_datasets/IHTest_202204_Path13_Step13_LWHSI2_DistStA.bsq ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e82f2e0a653ddc5002cc6554d70d8625c5322907c305d2ec4ae845f8867306dd
3
+ size 720000000
original_datasets/IHTest_202204_Path13_Step13_LWHSI2_DistStA.hdr ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ENVI
2
+ acquisition time = 2022-04-22T23:09:03.0Z
3
+ samples = 1500
4
+ lines = 480
5
+ bands = 250
6
+ header offset = 0
7
+ file type = {
8
+ ENVI Standard}
9
+ data type = 4
10
+ byte order = 0
11
+ wavelength units = Micrometers
12
+ wavelength = {
13
+ 6.840145, 6.865546, 6.890947, 6.916348, 6.941750, 6.967151, 6.992552, 7.017953, 7.043354, 7.068755, 7.094156, 7.119557, 7.144958, 7.170360, 7.195761, 7.221162, 7.246563, 7.271965, 7.297366, 7.322767, 7.348168, 7.373569, 7.398970, 7.424371, 7.449772, 7.475173, 7.500575, 7.525970, 7.551356, 7.576740, 7.602114, 7.627485, 7.652852, 7.678213, 7.703569, 7.728921, 7.754270, 7.779614, 7.804955, 7.830295, 7.855628, 7.880959, 7.906288, 7.931613, 7.956936, 7.982256, 8.007576, 8.032892, 8.058206, 8.083517, 8.108828, 8.134134, 8.159440, 8.184742, 8.210046, 8.235346, 8.260645, 8.285941, 8.311236, 8.336530, 8.361822, 8.387114, 8.412401, 8.437690, 8.462976, 8.488260, 8.513543, 8.538824, 8.564104, 8.589384, 8.614660, 8.639936, 8.665208, 8.690481, 8.715752, 8.741021, 8.766289, 8.791554, 8.816820, 8.842082, 8.867343, 8.892603, 8.917861, 8.943117, 8.968372, 8.993624, 9.018876, 9.044125, 9.069373, 9.094618, 9.119863, 9.145104, 9.170345, 9.195582, 9.220820, 9.246054, 9.271286, 9.296517, 9.321745, 9.346972, 9.372196, 9.397417, 9.422637, 9.447855, 9.473071, 9.498284, 9.523498, 9.548706, 9.573912, 9.599118, 9.624320, 9.649520, 9.674718, 9.699914, 9.725108, 9.750299, 9.775486, 9.800672, 9.825856, 9.851038, 9.876216, 9.901392, 9.926566, 9.951736, 9.976907, 10.002072, 10.027236, 10.052399, 10.077558, 10.102713, 10.127867, 10.153018, 10.178167, 10.203311, 10.228456, 10.253595, 10.278734, 10.303869, 10.329002, 10.354132, 10.379259, 10.404384, 10.429506, 10.454624, 10.479741, 10.504856, 10.529967, 10.555076, 10.580180, 10.605284, 10.630384, 10.655482, 10.680577, 10.705669, 10.730760, 10.755847, 10.780930, 10.806012, 10.831091, 10.856166, 10.881240, 10.906310, 10.931378, 10.956442, 10.981505, 11.006564, 11.031621, 11.056675, 11.081728, 11.106775, 11.131823, 11.156864, 11.181905, 11.206944, 11.231978, 11.257012, 11.282042, 11.307070, 11.332093, 11.357117, 11.382135, 11.407152, 11.432166, 11.457177, 11.482185, 11.507192, 11.532197, 11.557197, 11.582194, 11.607191, 11.632184, 11.657174, 11.682163, 11.707150, 11.732132, 11.757113, 11.782091, 11.807067, 11.832039, 11.857010, 11.881980, 11.906946, 11.931909, 11.956870, 11.981829, 12.006785, 12.031738, 12.056690, 12.081639, 12.106586, 12.131531, 12.156473, 12.181414, 12.206350, 12.231286, 12.256219, 12.281150, 12.306080, 12.331004, 12.355931, 12.380851, 12.405772, 12.430691, 12.455606, 12.480518, 12.505431, 12.530343, 12.555255, 12.580167, 12.605080, 12.629992, 12.654903, 12.679815, 12.704727, 12.729640, 12.754552, 12.779464, 12.804376, 12.829288, 12.854200, 12.879112, 12.904024, 12.928936, 12.953848, 12.978761, 13.003673, 13.028584, 13.053496, 13.078408, 13.103321}
14
+ description = {
15
+ Distribution Statement A}
16
+ interleave = BSQ
17
+ temperature = 298.1
original_datasets/IHTest_202204_Path13_Step9_LWHSI2_DistStA.bsq ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52869b3657013ce7bdcf051a658831407dc59a23ca5091b38234f1958e88c636
3
+ size 720000000
original_datasets/IHTest_202204_Path13_Step9_LWHSI2_DistStA.hdr ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ENVI
2
+ acquisition time = 2022-04-22T23:00:35.0Z
3
+ samples = 1500
4
+ lines = 480
5
+ bands = 250
6
+ header offset = 0
7
+ file type = {
8
+ ENVI Standard}
9
+ data type = 4
10
+ byte order = 0
11
+ wavelength units = Micrometers
12
+ wavelength = {
13
+ 6.840145, 6.865546, 6.890947, 6.916348, 6.941750, 6.967151, 6.992552, 7.017953, 7.043354, 7.068755, 7.094156, 7.119557, 7.144958, 7.170360, 7.195761, 7.221162, 7.246563, 7.271965, 7.297366, 7.322767, 7.348168, 7.373569, 7.398970, 7.424371, 7.449772, 7.475173, 7.500575, 7.525970, 7.551356, 7.576740, 7.602114, 7.627485, 7.652852, 7.678213, 7.703569, 7.728921, 7.754270, 7.779614, 7.804955, 7.830295, 7.855628, 7.880959, 7.906288, 7.931613, 7.956936, 7.982256, 8.007576, 8.032892, 8.058206, 8.083517, 8.108828, 8.134134, 8.159440, 8.184742, 8.210046, 8.235346, 8.260645, 8.285941, 8.311236, 8.336530, 8.361822, 8.387114, 8.412401, 8.437690, 8.462976, 8.488260, 8.513543, 8.538824, 8.564104, 8.589384, 8.614660, 8.639936, 8.665208, 8.690481, 8.715752, 8.741021, 8.766289, 8.791554, 8.816820, 8.842082, 8.867343, 8.892603, 8.917861, 8.943117, 8.968372, 8.993624, 9.018876, 9.044125, 9.069373, 9.094618, 9.119863, 9.145104, 9.170345, 9.195582, 9.220820, 9.246054, 9.271286, 9.296517, 9.321745, 9.346972, 9.372196, 9.397417, 9.422637, 9.447855, 9.473071, 9.498284, 9.523498, 9.548706, 9.573912, 9.599118, 9.624320, 9.649520, 9.674718, 9.699914, 9.725108, 9.750299, 9.775486, 9.800672, 9.825856, 9.851038, 9.876216, 9.901392, 9.926566, 9.951736, 9.976907, 10.002072, 10.027236, 10.052399, 10.077558, 10.102713, 10.127867, 10.153018, 10.178167, 10.203311, 10.228456, 10.253595, 10.278734, 10.303869, 10.329002, 10.354132, 10.379259, 10.404384, 10.429506, 10.454624, 10.479741, 10.504856, 10.529967, 10.555076, 10.580180, 10.605284, 10.630384, 10.655482, 10.680577, 10.705669, 10.730760, 10.755847, 10.780930, 10.806012, 10.831091, 10.856166, 10.881240, 10.906310, 10.931378, 10.956442, 10.981505, 11.006564, 11.031621, 11.056675, 11.081728, 11.106775, 11.131823, 11.156864, 11.181905, 11.206944, 11.231978, 11.257012, 11.282042, 11.307070, 11.332093, 11.357117, 11.382135, 11.407152, 11.432166, 11.457177, 11.482185, 11.507192, 11.532197, 11.557197, 11.582194, 11.607191, 11.632184, 11.657174, 11.682163, 11.707150, 11.732132, 11.757113, 11.782091, 11.807067, 11.832039, 11.857010, 11.881980, 11.906946, 11.931909, 11.956870, 11.981829, 12.006785, 12.031738, 12.056690, 12.081639, 12.106586, 12.131531, 12.156473, 12.181414, 12.206350, 12.231286, 12.256219, 12.281150, 12.306080, 12.331004, 12.355931, 12.380851, 12.405772, 12.430691, 12.455606, 12.480518, 12.505431, 12.530343, 12.555255, 12.580167, 12.605080, 12.629992, 12.654903, 12.679815, 12.704727, 12.729640, 12.754552, 12.779464, 12.804376, 12.829288, 12.854200, 12.879112, 12.904024, 12.928936, 12.953848, 12.978761, 13.003673, 13.028584, 13.053496, 13.078408, 13.103321}
14
+ description = {
15
+ Distribution Statement A}
16
+ interleave = BSQ
17
+ temperature = 298.4
original_datasets/IHTest_202204_Path2_Step1_LWHSI2_DistStA.bsq ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1c5e27b4a6a83bfb2696e4950c901da1f3dd5d9bb6a454053cfb043a152f0e2
3
+ size 720000000
original_datasets/IHTest_202204_Path2_Step1_LWHSI2_DistStA.hdr ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ENVI
2
+ acquisition time = 2022-04-20T21:14:29.0Z
3
+ samples = 1500
4
+ lines = 480
5
+ bands = 250
6
+ header offset = 0
7
+ file type = {
8
+ ENVI Standard}
9
+ data type = 4
10
+ byte order = 0
11
+ wavelength units = Micrometers
12
+ wavelength = {
13
+ 6.840145, 6.865546, 6.890947, 6.916348, 6.941750, 6.967151, 6.992552, 7.017953, 7.043354, 7.068755, 7.094156, 7.119557, 7.144958, 7.170360, 7.195761, 7.221162, 7.246563, 7.271965, 7.297366, 7.322767, 7.348168, 7.373569, 7.398970, 7.424371, 7.449772, 7.475173, 7.500575, 7.525970, 7.551356, 7.576740, 7.602114, 7.627485, 7.652852, 7.678213, 7.703569, 7.728921, 7.754270, 7.779614, 7.804955, 7.830295, 7.855628, 7.880959, 7.906288, 7.931613, 7.956936, 7.982256, 8.007576, 8.032892, 8.058206, 8.083517, 8.108828, 8.134134, 8.159440, 8.184742, 8.210046, 8.235346, 8.260645, 8.285941, 8.311236, 8.336530, 8.361822, 8.387114, 8.412401, 8.437690, 8.462976, 8.488260, 8.513543, 8.538824, 8.564104, 8.589384, 8.614660, 8.639936, 8.665208, 8.690481, 8.715752, 8.741021, 8.766289, 8.791554, 8.816820, 8.842082, 8.867343, 8.892603, 8.917861, 8.943117, 8.968372, 8.993624, 9.018876, 9.044125, 9.069373, 9.094618, 9.119863, 9.145104, 9.170345, 9.195582, 9.220820, 9.246054, 9.271286, 9.296517, 9.321745, 9.346972, 9.372196, 9.397417, 9.422637, 9.447855, 9.473071, 9.498284, 9.523498, 9.548706, 9.573912, 9.599118, 9.624320, 9.649520, 9.674718, 9.699914, 9.725108, 9.750299, 9.775486, 9.800672, 9.825856, 9.851038, 9.876216, 9.901392, 9.926566, 9.951736, 9.976907, 10.002072, 10.027236, 10.052399, 10.077558, 10.102713, 10.127867, 10.153018, 10.178167, 10.203311, 10.228456, 10.253595, 10.278734, 10.303869, 10.329002, 10.354132, 10.379259, 10.404384, 10.429506, 10.454624, 10.479741, 10.504856, 10.529967, 10.555076, 10.580180, 10.605284, 10.630384, 10.655482, 10.680577, 10.705669, 10.730760, 10.755847, 10.780930, 10.806012, 10.831091, 10.856166, 10.881240, 10.906310, 10.931378, 10.956442, 10.981505, 11.006564, 11.031621, 11.056675, 11.081728, 11.106775, 11.131823, 11.156864, 11.181905, 11.206944, 11.231978, 11.257012, 11.282042, 11.307070, 11.332093, 11.357117, 11.382135, 11.407152, 11.432166, 11.457177, 11.482185, 11.507192, 11.532197, 11.557197, 11.582194, 11.607191, 11.632184, 11.657174, 11.682163, 11.707150, 11.732132, 11.757113, 11.782091, 11.807067, 11.832039, 11.857010, 11.881980, 11.906946, 11.931909, 11.956870, 11.981829, 12.006785, 12.031738, 12.056690, 12.081639, 12.106586, 12.131531, 12.156473, 12.181414, 12.206350, 12.231286, 12.256219, 12.281150, 12.306080, 12.331004, 12.355931, 12.380851, 12.405772, 12.430691, 12.455606, 12.480518, 12.505431, 12.530343, 12.555255, 12.580167, 12.605080, 12.629992, 12.654903, 12.679815, 12.704727, 12.729640, 12.754552, 12.779464, 12.804376, 12.829288, 12.854200, 12.879112, 12.904024, 12.928936, 12.953848, 12.978761, 13.003673, 13.028584, 13.053496, 13.078408, 13.103321}
14
+ description = {
15
+ Distribution Statement A}
16
+ interleave = BSQ
17
+ temperature = 298.7