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 (numpy.ndarray) – the scan lines to apply the PSF to

  • direction (Optional[Union[Sequence, numpy.ndarray]]) – the direction of the scan lines

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

Returns

the unaltered scan lines

Return type

numpy.ndarray