Skip to main content

get_point_spread

Function get_point_spread 

Source
pub fn get_point_spread(
    resolution: &Array2<f64>,
    source_idx: usize,
) -> Array1<f64>
Expand description

Point-spread function (PSF) for a given source index.

Returns a column of the resolution matrix: how activity at source idx appears across all sources after inverse modelling.

Shape: [n_sources].