pub struct PsfGrid { /* private fields */ }Implementations§
Source§impl PsfGrid
impl PsfGrid
pub fn new( label: &'static str, grid: GRID2D, directory_path: &'static str, center_fits_keys: (&'static str, &'static str), ) -> PsfGrid
pub fn load_data_frames(&mut self, x_num: usize, y_num: usize)
pub fn validate(&mut self) -> bool
pub fn interpolated_psf(&self, point: &Point) -> Vec<Vec<f32>>
pub fn grid_psf(&self, index: usize) -> Vec<Vec<f32>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PsfGrid
impl RefUnwindSafe for PsfGrid
impl Send for PsfGrid
impl Sync for PsfGrid
impl Unpin for PsfGrid
impl UnsafeUnpin for PsfGrid
impl UnwindSafe for PsfGrid
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more