bilby_rust 0.1.0

Rust implementation of domain-specific geometrical operations for Bilby to mirror the functionality in bilby-cython using PyO3.
Documentation
1
2
3
4
5
6
7
use super::time;
pub mod antenna;
pub mod polarization;
pub mod response;
pub mod rotation;
pub mod three;
pub mod util;