convert_stokes_to_polimage

ska_sdp_func_python.image.operations.convert_stokes_to_polimage(im: Image, polarisation_frame: PolarisationFrame)[source]

Convert a stokes image in IQUV to polarisation_frame.

For example::

impol = convert_stokes_to_polimage(imIQUV, PolarisationFrame(‘linear’))

Parameters:
  • im – Image to be converted

  • polarisation_frame – desired polarisation frame

Returns:

Complex image

See also

ska_sdp_func_python.image.operations.convert_polimage_to_stokes() ska_sdp_datamodels.polarisation.convert_circular_to_stokes() ska_sdp_datamodels.polarisation.convert_linear_to_stokes()