Data model helpers¶
data_models.data_model_helpers Module¶
Functions to help with persistence of data models
These do data conversion and persistence. Functions from processing_library and processing_components are used.
Functions¶
Convert Earth Location to string |
|
Convert Earth Location to string |
|
Convert SkyCoord to string |
|
Convert direction (SkyCoord) from string |
|
|
Convert a Configuration to HDF |
Extract configuration from HDF |
|
|
Convert visibility to HDF |
Convert HDF root to visibility |
|
|
Convert blockvisibility to HDF |
Convert HDF root to blockvisibility |
|
|
Export a Visibility to HDF5 format |
|
Import a Visibility from HDF5 format |
|
Export a BlockVisibility to HDF5 format |
|
Import a Visibility from HDF5 format |
|
Convert GainTable to HDF |
Convert HDF root to a GainTable |
|
|
Export a GainTable to HDF5 format |
|
Import GainTable(s) from HDF5 format |
|
Convert PointingTable to HDF |
Convert HDF root to a PointingTable |
|
|
Export a PointingTable to HDF5 format |
|
Import PointingTable(s) from HDF5 format |
|
Convert Skycomponent to HDF :param sc: SkyComponent :param f: HDF root :return: |
Convert HDF root to a SkyComponent |
|
|
Export a Skycomponent to HDF5 format |
|
Import Skycomponent(s) from HDF5 format |
|
Convert Image to HDF |
Convert HDF root to an Image |
|
|
Export an Image to HDF5 format |
|
Import Image(s) from HDF5 format |
|
Export a Skymodel to HDF5 format |
|
|
|
Import a Skymodel from HDF5 format |
|
|
|
Convert Griddata to HDF |
Convert HDF root to a GridData |
|
|
Export a GridData to HDF5 format |
|
Import GridData from HDF5 format |
Convert Griddata to HDF |
|
Convert HDF root to a ConvolutionFunction |
|
|
Export a ConvolutionFunction to HDF5 format |
|
Import ConvolutionFunction from HDF5 format |
|
Copy a memory data model to a buffer data model |
|
Copy a buffer data model into memory data model |
Convert Earth Location to string |
|
Convert Earth Location to string |
|
Convert SkyCoord to string |
|
Convert direction (SkyCoord) from string |
|
|
Convert a Configuration to HDF |
Extract configuration from HDF |
|
|
Convert visibility to HDF |
Convert HDF root to visibility |
|
|
Convert blockvisibility to HDF |
Convert HDF root to blockvisibility |
|
|
Export a Visibility to HDF5 format |
|
Import a Visibility from HDF5 format |
|
Export a BlockVisibility to HDF5 format |
|
Import a Visibility from HDF5 format |
|
Convert GainTable to HDF |
Convert HDF root to a GainTable |
|
|
Export a GainTable to HDF5 format |
|
Import GainTable(s) from HDF5 format |
|
Convert PointingTable to HDF |
Convert HDF root to a PointingTable |
|
|
Export a PointingTable to HDF5 format |
|
Import PointingTable(s) from HDF5 format |
|
Convert Skycomponent to HDF :param sc: SkyComponent :param f: HDF root :return: |
Convert HDF root to a SkyComponent |
|
|
Export a Skycomponent to HDF5 format |
|
Import Skycomponent(s) from HDF5 format |
|
Convert Image to HDF |
Convert HDF root to an Image |
|
|
Export an Image to HDF5 format |
|
Import Image(s) from HDF5 format |
|
Export a Skymodel to HDF5 format |
|
|
|
Import a Skymodel from HDF5 format |
|
|
|
Convert Griddata to HDF |
Convert HDF root to a GridData |
|
|
Export a GridData to HDF5 format |
|
Import GridData from HDF5 format |
Convert Griddata to HDF |
|
Convert HDF root to a ConvolutionFunction |
|
|
Export a ConvolutionFunction to HDF5 format |
|
Import ConvolutionFunction from HDF5 format |
|
Copy a memory data model to a buffer data model |
|
Copy a buffer data model into memory data model |