Moment.apply_1d

giant.point_spread_functions.moments:

Moment.apply_1d(image_1d, direction=None, step=1)[source]

Just returns the input scan lines as is.

Parameters:
  • image_1d (ndarray) – the scan lines to apply the PSF to

  • direction (Sequence | ndarray | None) – the direction of the scan lines

  • step (Real) – the step size of the scan lines

Returns:

the unaltered scan lines

Return type:

ndarray