get_epoch_as_datetime¶ get_epoch_as_datetime(epoch)[source]¶ Convert a CASA 'epoch' measure into a Python datetime. Parameters: epoch (dict) -- CASA 'epoch' measure dictionary. Returns: The equivalent Python datetime. Return type: datetime