Remove Path32 scene; keep five-cube HADAR input bundle
Browse files
DATASET_CARD.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
| 2 |
|
| 3 |
## Overview
|
| 4 |
|
| 5 |
-
This bundle supports ground-based long-wave infrared (LWIR) hyperspectral imaging for heat-assisted detection and ranging. It combines
|
| 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
|
| 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 |
|
|
@@ -17,7 +17,6 @@ inputs/
|
|
| 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}
|
|
@@ -26,12 +25,11 @@ inputs/
|
|
| 26 |
|
| 27 |
## 1. Hyperspectral Scenes (`original_datasets/`)
|
| 28 |
|
| 29 |
-
|
| 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 |
|
|
@@ -131,5 +129,5 @@ I_down = data["downwelling_res"] # (256, 10), W·m⁻²·sr⁻¹·µm⁻
|
|
| 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
|
| 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`.
|
|
|
|
| 2 |
|
| 3 |
## Overview
|
| 4 |
|
| 5 |
+
This bundle supports ground-based long-wave infrared (LWIR) hyperspectral imaging for heat-assisted detection and ranging. It combines five 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 five 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 five 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 |
|
|
|
|
| 17 |
├── I_downwelling_res.npz
|
| 18 |
└── original_datasets/
|
| 19 |
├── IHTest_202104_Path26_Step2_LWHSI1_collect0_DistStA.{bsq,hdr}
|
|
|
|
| 20 |
├── IHTest_202108_Path9_Step11_LWHSI1_DistStA.{bsq,hdr}
|
| 21 |
├── IHTest_202204_Path2_Step1_LWHSI2_DistStA.{bsq,hdr}
|
| 22 |
├── IHTest_202204_Path13_Step9_LWHSI2_DistStA.{bsq,hdr}
|
|
|
|
| 25 |
|
| 26 |
## 1. Hyperspectral Scenes (`original_datasets/`)
|
| 27 |
|
| 28 |
+
Five 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.
|
| 29 |
|
| 30 |
| Scene stem | Acquisition time (UTC) | Lines | Samples | Bands |
|
| 31 |
|------------|------------------------|------:|--------:|------:|
|
| 32 |
| `IHTest_202104_Path26_Step2_LWHSI1_collect0_DistStA` | 2021-04-20T23:13:02 | 260 | 1600 | 256 |
|
|
|
|
| 33 |
| `IHTest_202108_Path9_Step11_LWHSI1_DistStA` | 2021-08-10T06:59:34 | 260 | 1500 | 256 |
|
| 34 |
| `IHTest_202204_Path2_Step1_LWHSI2_DistStA` | 2022-04-20T21:14:29 | 480 | 1500 | 250 |
|
| 35 |
| `IHTest_202204_Path13_Step9_LWHSI2_DistStA` | 2022-04-22T23:00:35 | 480 | 1500 | 250 |
|
|
|
|
| 129 |
|
| 130 |
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.
|
| 131 |
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}\).
|
| 132 |
+
3. **Shared atmosphere.** One USSA attenuation cube and one ten-angle downwelling basis are used for all five scenes. This is a documented approximation for clear-sky, similar-temperature collections, not a claim that the real soundings were identical.
|
| 133 |
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`.
|
README.md
CHANGED
|
@@ -14,7 +14,7 @@ tags:
|
|
| 14 |
This repository hosts the **complete** `/root/inputs` bundle for the
|
| 15 |
FrontierPhysics task `heat-assisted-detection-and-ranging`:
|
| 16 |
|
| 17 |
-
-
|
| 18 |
- shared USSA `attenuation.npz` and `I_downwelling_res.npz`
|
| 19 |
- the agent-facing `DATASET_CARD.md`
|
| 20 |
|
|
|
|
| 14 |
This repository hosts the **complete** `/root/inputs` bundle for the
|
| 15 |
FrontierPhysics task `heat-assisted-detection-and-ranging`:
|
| 16 |
|
| 17 |
+
- five DARPA IH Dataset ENVI cubes (`.bsq` + `.hdr`)
|
| 18 |
- shared USSA `attenuation.npz` and `I_downwelling_res.npz`
|
| 19 |
- the agent-facing `DATASET_CARD.md`
|
| 20 |
|
original_datasets/IHTest_202104_Path32_Step12_LWHSI1_collect0_DistStA.bsq
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 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
DELETED
|
@@ -1,17 +0,0 @@
|
|
| 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|