├── .gitignore ├── LICENSE.md ├── README.md ├── aoflagger_strategies ├── default │ ├── 0319+415.rfis │ ├── 1331+305.rfis │ ├── 1407+284.rfis │ └── default_faint.rfis └── other │ ├── 0319+415.rfis │ ├── 0716+4708.rfis │ ├── 0720+0720.rfis │ ├── 1331+305.rfis │ ├── 1407+284.rfis │ └── eMERLIN_default_ao_strategy_v1.rfis ├── calibrator_models ├── 1331+305.clean.model.tt0 │ ├── logtable │ │ ├── table.dat │ │ ├── table.f0 │ │ ├── table.info │ │ └── table.lock │ ├── table.dat │ ├── table.f0 │ ├── table.f0_TSM0 │ ├── table.info │ └── table.lock └── 3C286_C.clean.model.tt0 │ ├── logtable │ ├── table.dat │ ├── table.f0 │ ├── table.info │ └── table.lock │ ├── table.dat │ ├── table.f0 │ ├── table.f0_TSM0 │ ├── table.info │ └── table.lock ├── default_params.json ├── documentation └── docs.md ├── eMERLIN_CASA_pipeline.py ├── functions ├── __init__.py ├── eMCP_functions.py ├── eMCP_plots.py └── eMCP_weblog.py ├── inputs.ini └── utils ├── eMCP.css ├── eMCP_logo.png └── emerlin-2.gif /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/README.md -------------------------------------------------------------------------------- /aoflagger_strategies/default/0319+415.rfis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/aoflagger_strategies/default/0319+415.rfis -------------------------------------------------------------------------------- /aoflagger_strategies/default/1331+305.rfis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/aoflagger_strategies/default/1331+305.rfis -------------------------------------------------------------------------------- /aoflagger_strategies/default/1407+284.rfis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/aoflagger_strategies/default/1407+284.rfis -------------------------------------------------------------------------------- /aoflagger_strategies/default/default_faint.rfis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/aoflagger_strategies/default/default_faint.rfis -------------------------------------------------------------------------------- /aoflagger_strategies/other/0319+415.rfis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/aoflagger_strategies/other/0319+415.rfis -------------------------------------------------------------------------------- /aoflagger_strategies/other/0716+4708.rfis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/aoflagger_strategies/other/0716+4708.rfis -------------------------------------------------------------------------------- /aoflagger_strategies/other/0720+0720.rfis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/aoflagger_strategies/other/0720+0720.rfis -------------------------------------------------------------------------------- /aoflagger_strategies/other/1331+305.rfis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/aoflagger_strategies/other/1331+305.rfis -------------------------------------------------------------------------------- /aoflagger_strategies/other/1407+284.rfis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/aoflagger_strategies/other/1407+284.rfis -------------------------------------------------------------------------------- /aoflagger_strategies/other/eMERLIN_default_ao_strategy_v1.rfis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/aoflagger_strategies/other/eMERLIN_default_ao_strategy_v1.rfis -------------------------------------------------------------------------------- /calibrator_models/1331+305.clean.model.tt0/logtable/table.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/calibrator_models/1331+305.clean.model.tt0/logtable/table.dat -------------------------------------------------------------------------------- /calibrator_models/1331+305.clean.model.tt0/logtable/table.f0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/calibrator_models/1331+305.clean.model.tt0/logtable/table.f0 -------------------------------------------------------------------------------- /calibrator_models/1331+305.clean.model.tt0/logtable/table.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/calibrator_models/1331+305.clean.model.tt0/logtable/table.info -------------------------------------------------------------------------------- /calibrator_models/1331+305.clean.model.tt0/logtable/table.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/calibrator_models/1331+305.clean.model.tt0/logtable/table.lock -------------------------------------------------------------------------------- /calibrator_models/1331+305.clean.model.tt0/table.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/calibrator_models/1331+305.clean.model.tt0/table.dat -------------------------------------------------------------------------------- /calibrator_models/1331+305.clean.model.tt0/table.f0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/calibrator_models/1331+305.clean.model.tt0/table.f0 -------------------------------------------------------------------------------- /calibrator_models/1331+305.clean.model.tt0/table.f0_TSM0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/calibrator_models/1331+305.clean.model.tt0/table.f0_TSM0 -------------------------------------------------------------------------------- /calibrator_models/1331+305.clean.model.tt0/table.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/calibrator_models/1331+305.clean.model.tt0/table.info -------------------------------------------------------------------------------- /calibrator_models/1331+305.clean.model.tt0/table.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/calibrator_models/1331+305.clean.model.tt0/table.lock -------------------------------------------------------------------------------- /calibrator_models/3C286_C.clean.model.tt0/logtable/table.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/calibrator_models/3C286_C.clean.model.tt0/logtable/table.dat -------------------------------------------------------------------------------- /calibrator_models/3C286_C.clean.model.tt0/logtable/table.f0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/calibrator_models/3C286_C.clean.model.tt0/logtable/table.f0 -------------------------------------------------------------------------------- /calibrator_models/3C286_C.clean.model.tt0/logtable/table.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/calibrator_models/3C286_C.clean.model.tt0/logtable/table.info -------------------------------------------------------------------------------- /calibrator_models/3C286_C.clean.model.tt0/logtable/table.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/calibrator_models/3C286_C.clean.model.tt0/logtable/table.lock -------------------------------------------------------------------------------- /calibrator_models/3C286_C.clean.model.tt0/table.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/calibrator_models/3C286_C.clean.model.tt0/table.dat -------------------------------------------------------------------------------- /calibrator_models/3C286_C.clean.model.tt0/table.f0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/calibrator_models/3C286_C.clean.model.tt0/table.f0 -------------------------------------------------------------------------------- /calibrator_models/3C286_C.clean.model.tt0/table.f0_TSM0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/calibrator_models/3C286_C.clean.model.tt0/table.f0_TSM0 -------------------------------------------------------------------------------- /calibrator_models/3C286_C.clean.model.tt0/table.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/calibrator_models/3C286_C.clean.model.tt0/table.info -------------------------------------------------------------------------------- /calibrator_models/3C286_C.clean.model.tt0/table.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/calibrator_models/3C286_C.clean.model.tt0/table.lock -------------------------------------------------------------------------------- /default_params.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/default_params.json -------------------------------------------------------------------------------- /documentation/docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/documentation/docs.md -------------------------------------------------------------------------------- /eMERLIN_CASA_pipeline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/eMERLIN_CASA_pipeline.py -------------------------------------------------------------------------------- /functions/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /functions/eMCP_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/functions/eMCP_functions.py -------------------------------------------------------------------------------- /functions/eMCP_plots.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/functions/eMCP_plots.py -------------------------------------------------------------------------------- /functions/eMCP_weblog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/functions/eMCP_weblog.py -------------------------------------------------------------------------------- /inputs.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/inputs.ini -------------------------------------------------------------------------------- /utils/eMCP.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/utils/eMCP.css -------------------------------------------------------------------------------- /utils/eMCP_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/utils/eMCP_logo.png -------------------------------------------------------------------------------- /utils/emerlin-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/e-merlin/eMERLIN_CASA_pipeline/HEAD/utils/emerlin-2.gif --------------------------------------------------------------------------------