pipeline.infrastructure.utils.conversion¶
The conversion module contains utility functions.
The conversion module contains utility functions that convert between data types and assist in formatting objects as strings for presentation to the user.
Functions
|
Convert a string to the corresponding antenna IDs. |
|
Convert the string list into the textual description. |
|
Remove any kind of quotes from a string to facilitate comparisons. |
|
Convert a string to the corresponding field IDs. |
|
Flatten a list of lists into a single list without pipelineaq.QAScore. |
|
Convert a datetime to a formatted string representation. |
|
Convert a timedelta to a formatted string representation. |
|
Convert a CASA epoch measure into a Python datetime. |
|
Convert list of MJD seconds to a list of equivalent datetime objects. |
|
Expand a numeric range expressed in CASA syntax to the list of integer. |
|
Split a string containing field names into a list. |
|
Convert a string to spectral window IDs and channels. |
|
Convert pipeline intents back to the equivalent intents recorded in the measurement set. |
|
Convert CASA intents to pipeline intents. |
|
Convert list of UNIX epoch times to a list of equivalent datetime objects. |
Classes
|
‘Least recently used’ cache that logs when cache entries are evicted. |