create_pointingtable_from_visibility

ska_sdp_datamodels.calibration.create_pointingtable_from_visibility(vis: Visibility, pointing_frame='azel', timeslice=None) PointingTable[source]

Create pointing table from visibility.

This makes an empty pointing table consistent with the Visibility.

Parameters:
  • vis – Visibility object

  • pointing_frame – pointing frame; e.g. “azel”, “local”, etc.

  • timeslice – Time interval between solutions (s)

Returns:

PointingTable object