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

Download history 2/week @ 2023-05-29 2/week @ 2023-06-12 2/week @ 2023-06-19 3/week @ 2023-06-26 1/week @ 2023-07-03 18/week @ 2023-07-10 3/week @ 2023-07-17 6/week @ 2023-07-24 1/week @ 2023-07-31 4/week @ 2023-08-07 3/week @ 2023-08-14 7/week @ 2023-08-21 67/week @ 2023-09-04 80/week @ 2023-09-11

154 downloads per month

MIT license

735KB
2K SLoC

gmt_dos-clients_crseo

Crates.io Documentation

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