Trait ifu::Throughput

source ·
pub trait Throughput {
    // Required method
    fn throughput(&self, field_image: &mut FieldImage) -> ImageResult<()>;
}
Expand description

IFU throughput definition

Required Methods§

source

fn throughput(&self, field_image: &mut FieldImage) -> ImageResult<()>

Implementations on Foreign Types§

source§

impl Throughput for Telescope

source§

fn throughput(&self, field_image: &mut FieldImage) -> ImageResult<()>

Implementors§