@@ -196,7 +196,7 @@ The per-pulse-mode zarrs (`*--short_pulse--*.zarr`, `*--long_pulse--*.zarr`) rem
196196- 3 products (MVBS, denoised, raw Sv) × 2 frequencies (38kHz, 200kHz) × 2 colormaps (` ocean_r ` , ` EK500 ` )
197197- Each echogram has a ** pulse-mode colour bar** at the bottom: orange = Short pulse, blue = Long pulse
198198- Time axis labelled with hourly ticks (UTC)
199- - Stored in ` /mnt/data/output/perday_echograms/ `
199+ - Stored alongside combined zarrs in each day directory
200200
201201** Processing** : 141 days × 4 workers = ** ~ 62 minutes** (` run_combine_daily.py ` )
202202
@@ -289,6 +289,9 @@ The per-pulse-mode zarrs (`*--short_pulse--*.zarr`, `*--long_pulse--*.zarr`) rem
289289│ │ ├── 2023-05-30--combined--mvbs.zarr # ← FINAL: MVBS
290290│ │ ├── 2023-05-30--combined--nasc--38kHz.zarr # ← FINAL: NASC 38 kHz
291291│ │ ├── 2023-05-30--combined--nasc--200kHz.zarr # ← FINAL: NASC 200 kHz
292+ │ │ ├── 2023-05-30--mvbs--38kHz--ek500.png # ← echogram
293+ │ │ ├── 2023-05-30--denoised--200kHz--ocean_r.png # ← echogram
294+ │ │ ├── ... (more echogram PNGs)
292295│ │ ├── 2023-05-30--short_pulse.zarr # intermediate
293296│ │ ├── 2023-05-30--short_pulse--denoised.zarr # intermediate
294297│ │ ├── 2023-05-30--short_pulse--mvbs.zarr # intermediate
@@ -303,7 +306,6 @@ The per-pulse-mode zarrs (`*--short_pulse--*.zarr`, `*--long_pulse--*.zarr`) rem
303306├── campaign_echograms/ # 593 MB — 12 PNG echograms
304307├── tiles/ # 1.9 MB — PMTiles + source GeoJSON
305308├── nasc_biomass/ # 1.5 MB — NASC points GeoJSON
306- ├── perday_echograms/ # 3.3 GB — 1,610 daily echogram PNGs (NEW)
307309├── heatmaps/ # 656 KB — COGs + PNGs + manifest
308310├── raw_downloads/ # empty (cleaned up)
309311└── *.log # pipeline logs
@@ -345,7 +347,7 @@ All final products uploaded to container `sd-tpos2023-full-v01` on storage accou
345347| Combined per-day zarrs | ` 2023-XX-XX/*--combined--*.zarr/ ` | 221,102 | ~ 82 GB |
346348| Campaign MVBS | ` campaign_mvbs_combined_38kHz.zarr/ ` | 2,681 | 9.5 GB |
347349| Campaign echograms | ` campaign_echograms/ ` | 12 | 593 MB |
348- | Per-day echograms | ` perday_echograms/ ` | 1,610 | 3.3 GB |
350+ | Per-day echograms | ` 2023-XX-XX/*.png ` | 1,610 | 3.3 GB |
349351| PMTiles + GeoJSON | ` tiles/ ` | 2 | 2 MB |
350352| NASC biomass | ` nasc_biomass/ ` | 1 | 1.5 MB |
351353| NASC heatmaps | ` heatmaps/ ` | 7 | 656 KB |
@@ -374,7 +376,7 @@ print(ds)
374376| Denoised Sv | 140 | ~ 30 GB | zarr | ` *--combined--denoised.zarr ` |
375377| MVBS | 137 | ~ 9 GB | zarr | ` *--combined--mvbs.zarr ` |
376378| NASC (per-freq) | 216 | ~ 3 MB | zarr | ` *--combined--nasc--{38kHz,200kHz}.zarr ` |
377- | Per-day echograms | 1,610 | 3.3 GB | PNG | ` perday_echograms/ ` |
379+ | Per-day echograms | 1,610 | 3.3 GB | PNG | ` {day}/{day}--{product}--{freq}--{cmap}.png ` |
378380
379381** Campaign-level products:**
380382
0 commit comments