sefd_merge

Module Contents

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

pols

ipols

pols_par

ipols_par

root2

fmt

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

Bases: Exception

Common base class for all non-exit exceptions.

sefd_merge.pols = ['XX', 'XY', 'YX', 'YY'][source]
sefd_merge.ipols = [0, 1, 2, 3][source]
sefd_merge.pols_par = ['XX', 'YY'][source]
sefd_merge.ipols_par = [0, 3][source]
sefd_merge.root2[source]
sefd_merge.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_merge.main()[source]
sefd_merge.fmt = '%(asctime)s %(levelname)s  %(name)s %(message)s'[source]