astrohack.scripts.baseline.baseline_reduction_pipeline

Functions

parse()

param_init(param_dict, msger)

run_casa_pre_locit_steps(param_dict, msger)

run_astrohack_locit(param_dict, msger)

run_astrohack_exports(param_dict, msger)

make_single_antenna_phase_over_time(exports_name, ...)

make_all_antenna_phases_plot(param_dict, ant_names, msger)

run_post_locit_plots(param_dict, msger)

prepare_html_report(param_dict, msger)

main()

Module Contents

parse()[source]
param_init(param_dict: dict, msger: astrohack.utils.pipeline_support.MessageBoard)[source]
run_casa_pre_locit_steps(param_dict: dict, msger: astrohack.utils.pipeline_support.MessageBoard)[source]
run_astrohack_locit(param_dict: dict, msger: astrohack.utils.pipeline_support.MessageBoard)[source]
run_astrohack_exports(param_dict: dict, msger: astrohack.utils.pipeline_support.MessageBoard)[source]
make_single_antenna_phase_over_time(exports_name, refant_name, ant_name, corr_axis, scan_list, plt_times, raw_phases, corr_phases, dpi)[source]
make_all_antenna_phases_plot(param_dict: dict, ant_names: list, msger: astrohack.utils.pipeline_support.MessageBoard)[source]
run_post_locit_plots(param_dict: dict, msger: astrohack.utils.pipeline_support.MessageBoard)[source]
prepare_html_report(param_dict: dict, msger: astrohack.utils.pipeline_support.MessageBoard)[source]
main()[source]