noobase 0.0.2

Foundational pure-function utilities for astronomy analysis
Documentation

noobase (Rust core)

Foundational pure-function utilities for astronomy analysis.

This is the Rust core of the noobase project. See the project README for overview, quick start, and Python bindings.

Use

[dependencies]
noobase = "0.0.1"

Public surface

  • bins::Grid — 1-D monotonic axis
  • bins::overlap — overlap-weighted rebin primitives
  • spectroscopy::Spectrum — spectrum container with optional error / mask
  • photometry::{synthetic, SyntheticOperator} — synthetic photometry
  • image::reproject_exact — surface-brightness-conserving image reprojection via planar polygon clipping (rayon-parallel)

Status

Pre-1.0, API unstable. Breaking changes expected between minor versions.

License

MIT.