pub struct ConvolutionResult {
pub image: Array2<f32>,
pub scaling_factor: f64,
}Fields§
§image: Array2<f32>Convolved image (NaNs propagated from input).
scaling_factor: f64Flux scaling factor for Jy/beam.
Auto Trait Implementations§
impl Freeze for ConvolutionResult
impl RefUnwindSafe for ConvolutionResult
impl Send for ConvolutionResult
impl Sync for ConvolutionResult
impl Unpin for ConvolutionResult
impl UnsafeUnpin for ConvolutionResult
impl UnwindSafe for ConvolutionResult
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