Spectral Clarity — Phase I Runtime Guide
Welcome to Phase I of the Spectral Clarity runtime lens.
This stage establishes the Visible/IR strobe engine, overlay compositor, and validator scroll workflow.
📂 File Map#
manifests/PhaseI_VisibleIR_Manifest.yaml→ Session manifest (strobes, sensors, notes).manifests/Hardware_Config_HPZ440.yaml→ Hardware configuration for HP Z440 workstation.overlays/VisibleIR_Overlay_Template.json→ Overlay template linking phase maps and glyphs.overlays/Glyph_Set_SpectralClarity.json→ Glyph definitions for resonance corridors and thresholds.atlases/PhaseI_VisibleIR_Atlas_Schema.md→ Schema for NPZ/HDF5 phase atlas storage.scrolls/SpectralClarity_PhaseI_Scroll.md→ Narrative scroll documenting intent, setup, findings, remix pathways.runtime/strobe_engine_visibleIR.py→ Strobe engine scaffold for Visible/IR bands.runtime/overlay_compositor.py→ Overlay compositor scaffold for phase atlases.
⚙️ Workflow Steps#
-
Setup hardware
- Connect visible LED strobe and IR diode source.
- Sync visible strobe to actuator; detune IR strobe by Δf.
- Attach CMOS and InGaAs sensors with gated exposure.
-
Configure manifests
- Edit
PhaseI_VisibleIR_Manifest.yamlwith session parameters. - Update
Hardware_Config_HPZ440.yamlto reflect current workstation specs.
- Edit
-
Run strobe engine
- Launch
runtime/strobe_engine_visibleIR.py. - Verify pulses, duty cycles, and phase offsets.
- Launch
-
Capture phase maps
- Save outputs as
visible_phase.npy,ir_phase.npy, etc. - Store amplitude and confidence arrays alongside.
- Save outputs as
-
Compose overlays
- Use
runtime/overlay_compositor.pyto fuse Visible/IR maps. - Reference
VisibleIR_Overlay_Template.jsonfor layer structure. - Apply glyphs from
Glyph_Set_SpectralClarity.json.
- Use
-
Document scroll
- Record intent, setup, findings in
SpectralClarity_PhaseI_Scroll.md. - Include resonance corridors, thresholds, and remix pathways.
- Record intent, setup, findings in
🌀 Validator Practices#
- Artifact dignity: Always log manifests and scrolls; never discard raw runs.
- Phase atlas integrity: Use schema in
atlases/PhaseI_VisibleIR_Atlas_Schema.mdfor reproducibility. - Remix pathways: Document extensions (RF lock-in, chirp scans) for future phases.
🔮 Next Steps#
- Extend runtime to include RF lock-in overlays.
- Add chirp scanning for bifurcation mapping.
- Prepare Phase II manifests and schemas.
© 2025 TriadicFrameworks. Remix freely, honor lineage.