IRIS + Rubin Sampling
ingestIngest
Retrieve public observational data from archives or survey providers without collapsing source truth.
- remote archive query and download
- live survey ingest
- raw storage discipline
Workflow underneath the interface
Astrolyte is built around repeatable ingestion, indexing, processing, validation, and delivery. The interface is only the visible surface of the workflow underneath.
Stages
Astrolyte favors repeatable operations over hidden automation. Each stage leaves behind artifacts that can be inspected, checked, and reused.
IRIS + Rubin Sampling
ingestRetrieve public observational data from archives or survey providers without collapsing source truth.
IRIS
indexExtract metadata and organize files or records cleanly so later stages can operate on stable structure.
Rubin Sampling + T CrB
processClean, standardize, and transform records into tables, features, figures, and analysis-facing artifacts.
IRIS + Rubin Sampling + T CrB
validateRun overlap checks, audit comparisons, and baseline evaluation so failure modes stay visible.
All three lineages
serveExpose raw, processed, and curated products for inspection and reuse without breaking provenance.
Layers
The pipeline stays legible because the storage layers never collapse into one undifferentiated output surface.
Layer 1
Original archive files, untouched source records, and retrieval context remain intact.
Layer 2
Cleaned tables, standardized schemas, indexed metadata, and validated observation records are generated downstream.
Layer 3
Derived features, summaries, figures, and analysis-ready exports become the reusable public surface.