:py:mod:`aces.askapdata.schedblock` =================================== .. py:module:: aces.askapdata.schedblock Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: aces.askapdata.schedblock.SchedulingBlock Attributes ~~~~~~~~~~ .. autoapisummary:: aces.askapdata.schedblock.ice_path_schedblock aces.askapdata.schedblock.ice_path .. py:data:: ice_path_schedblock .. py:data:: ice_path .. py:class:: SchedulingBlock(sbid) Bases: :py:obj:`object` Tool for reading infromation from the ASKAP Scheduling Block Service via ICE .. py:method:: __del__() .. py:method:: get_variables() :return: dynamic scheduling block variables :rtype: dict .. py:method:: get_parameters() :return: static scheduling block parameters :rtype: dict .. py:method:: get_footprint_name() :return: footprint name :rtype: str .. py:method:: get_footprint_pitch() :return: footprint pitch :rtype: float .. py:method:: get_footprint_rotation() :return: footprint rotation :rtype: float .. py:method:: get_weights_prefix() :return: beam weights prefix :rtype: str .. py:method:: find_unique_key(partial_key) Find unique parameter key matching partial string. The lookup partial_key target is expected to be at the end of the parset key being evaluated. Fails if more than one key name matches partial_key. :param str partial_key: partial key name :return: full key name :rtype: str .. py:method:: list_schedblocks(status='ACTIVE')