8 stable releases (3 major)
new 3.0.1 | Sep 15, 2023 |
---|---|
3.0.0 | Sep 14, 2023 |
2.1.0 | Sep 12, 2023 |
1.0.1 | Jul 12, 2023 |
0.1.0 | Oct 3, 2022 |
#21 in #telescope
154 downloads per month
735KB
2K
SLoC
gmt_dos-clients_crseo
A client for the optical model crate crseo.
lib.rs
:
CEO Optical Model
This module is a high-level interface to [crseo] and [crseo] is a Rust wrapper around CEO. CEO is a CUDA-based optical propagation model for the GMT.
Follow the instructions here to install and to setup CEO.
A default optical model consists in the GMT and an on-axis source
use dos_actors::prelude::*;
use gmt_dos_clients_crseo::OpticalModel;
let optical_model = OpticalModel::builder().build().expect("Failed to build CEO optical model");
Dependencies
~16–37MB
~480K SLoC