noobase 0.0.6

Foundational pure-function utilities for astronomy analysis
Documentation
1
2
3
4
5
6
7
8
9
mod float;

pub mod aperture;
pub mod axis;
pub mod convolve;
pub mod image;
pub mod spectroscopy;

pub use float::Float;