pipeline.h.tasks.importdata.fluxes

Functions

CYCLE7_export_flux_from_result(results, context)

Export flux densities from a set of results to a CSV file.

export_flux_from_result(results, context[, …])

Export flux densities from a set of results to a CSV file.

get_atoms(text[, conv_fn])

Get the individual measurements from an ASDM element.

get_measurement(ms, spw, frequency_text, …)

Construct the measurement

get_setjy_results(mses)

Get the flux results from the ASDM Source.xml file and populate the context.

grouper(n, iterable[, fillvalue])

grouper(3, ‘ABCDEFG’, ‘x’) –> ABC DEF Gxx

import_flux(output_dir, observing_run[, …])

Read flux densities from a CSV file and import them into the context.

read_fluxes_nodb(ms)

Read fluxes from the Source XML table translating from the ASDM to MS spw ids as we go.

to_hertz(freq_text)

Convert a string extracted from an ASDM XML element to Frequency domain objects.

to_jansky(flux_text)

Convert a string extracted from an ASDM XML element to FluxDensity domain objects.