convert_polimage_to_stokes

ska_sdp_func_python.image.operations.convert_polimage_to_stokes(im: Image, complex_image=False)[source]

Convert a polarisation image to stokes IQUV (complex).

For example:

imIQUV = convert_polimage_to_stokes(impol)

Parameters:
  • im – Complex Image in linear or circular

  • complex_image – boolean for complex image, (default False)

Returns:

Complex or Real image

See also

ska_sdp_func_python.image.operations.convert_stokes_to_polimage() ska_sdp_datamodels.polarisation.convert_stokes_to_circular() ska_sdp_datamodels.polarisation.convert_stokes_to_linear()