aces.askapdata.schedblock¶
Module Contents¶
Classes¶
Tool for reading infromation from the ASKAP Scheduling Block Service via ICE |
Attributes¶
- class aces.askapdata.schedblock.SchedulingBlock(sbid)[source]¶
Bases:
objectTool for reading infromation from the ASKAP Scheduling Block Service via ICE
- find_unique_key(partial_key)[source]¶
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.
- Parameters:
partial_key (str) – partial key name
- Returns:
full key name
- Return type:
str