ism3d.utils.io

Functions

dct2fits

save a non-nested dictionary into a FITS binary table

dct2hdf

write a Python dictionary object into a HDF5 file.

dct2npy

export_model

export a model set into FITS images or Measurement Sets shortname: a string list to get rid of from the original data image name

fits2dct

read a fits table into a none-nested dictionary the fits table must be the “1-row” version from gmake.dct2fits

from_hdf5

read a Python dictionary object from a HDF5 file slashes are not allowed in HDF5 object names We repalce any “|” in keys with “/” to recover the potential file directory paths in keysst

hdf2dct

read a Python dictionary object from a HDF5 file slashes are not allowed in HDF5 object names We repalce any “|” in keys with “/” to recover the potential file directory paths in keysst

npy2dct

read_data

read FITS/image or MS/visibilities into the dictionary

to_hdf5

write a Python dictionary object into a HDF5 file.