Add dataset card for frozen HADAR inputs
Browse files
README.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pretty_name: HADAR LWIR HSI inputs (FrontierPhysics)
|
| 4 |
+
tags:
|
| 5 |
+
- hyperspectral
|
| 6 |
+
- lwir
|
| 7 |
+
- envi
|
| 8 |
+
- remote-sensing
|
| 9 |
+
- thermal
|
| 10 |
---
|
| 11 |
+
|
| 12 |
+
# HADAR task inputs (frozen snapshot)
|
| 13 |
+
|
| 14 |
+
This repository hosts the **complete** `/root/inputs` bundle for the
|
| 15 |
+
FrontierPhysics task `heat-assisted-detection-and-ranging`:
|
| 16 |
+
|
| 17 |
+
- six 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 |
+
|
| 21 |
+
The cubes are too large for GitHub (each `.bsq` is 381–687 MB). The task
|
| 22 |
+
Dockerfile downloads **this pinned revision** at image build and verifies
|
| 23 |
+
SHA256. Do not treat `main` as a live feed: rebuilds must keep using the
|
| 24 |
+
commit hash in the task's `environment/hf/inputs.lock`.
|
| 25 |
+
|
| 26 |
+
Full scientific documentation is in `DATASET_CARD.md` in this snapshot.
|