sefd_convert

Module Contents

Classes

SEFDPlot

Functions

arg_init()

meta_legacy(m)

A temporary function to deal with tests on old-style outputs from sefdProcessing. It replaces single element

main()

Attributes

SEFD_params

pols

ipols

pols_par

ipols_par

root2

fmt

sefd_convert.arg_init()[source]
exception sefd_convert.Usage(msg)[source]

Bases: Exception

Common base class for all non-exit exceptions.

sefd_convert.SEFD_params[source]
sefd_convert.pols = ['XX', 'XY', 'YX', 'YY'][source]
sefd_convert.ipols = [0, 1, 2, 3][source]
sefd_convert.pols_par = ['XX', 'YY'][source]
sefd_convert.ipols_par = [0, 3][source]
sefd_convert.root2[source]
class sefd_convert.SEFDPlot(sbid)[source]

Bases: object

_directory[source]
_make_data_struct(name, pol, ants)[source]
summary()[source]
_set_fp_params(sbid)[source]
save_hdf5(filename=None)[source]
sefd_convert.meta_legacy(m)[source]

A temporary function to deal with tests on old-style outputs from sefdProcessing. It replaces single element lists with scalars, and in one case changes the key name of one entry. :param m: The meta directory, whose details structure was changed recently (2018-FEB-24) :return: The meta directory in the form that conforms to current expectations.

sefd_convert.main()[source]
sefd_convert.fmt = '%(asctime)s %(levelname)s  %(name)s %(message)s'[source]