.dockerignore
.gitignore
.gitlab-ci.yml
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
requirements.txt
setup.cfg
tox.ini
Docker/Dockerfile
Docker/Dockerfile.cuda
Docker/build.sh
bin/concat_linc_files
bin/plotrapthor
bin/rapthor
ci/debug.sh
ci/run.sh
ci/ubuntu_20_04-base
ci/ubuntu_20_04-rapthor
debug/everybeam/Dockerfile
debug/everybeam/build.sh
debug/everybeam/fails.py
debug/everybeam/run.sh
debug/scan_ms/Dockerfile
debug/scan_ms/build.sh
debug/scan_ms/entry.sh
debug/scan_ms/fails.py
debug/scan_ms/run.sh
debug/scan_ms/succeeds.py
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/acknowledgements.rst
docs/source/capabilities.rst
docs/source/changelog.rst
docs/source/cluster_module.rst
docs/source/code.rst
docs/source/conf.py
docs/source/context_module.rst
docs/source/field_class.rst
docs/source/future.rst
docs/source/help.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/miscellaneous_module.rst
docs/source/observation_class.rst
docs/source/operation_class.rst
docs/source/operations.rst
docs/source/parset.rst
docs/source/parset_module.rst
docs/source/preparation.rst
docs/source/products.rst
docs/source/rapthor_flow.png
docs/source/running.rst
docs/source/sector_class.rst
docs/source/steps.rst
docs/source/strategy.rst
docs/source/structure.rst
docs/source/tips.rst
docs/source/tutorials.rst
examples/custom_calibration_strategy.py
examples/default_calibration_strategy.py
examples/full_parset.sh
examples/ini2json.sh
examples/rapthor.parset
rapthor/__init__.py
rapthor/_logging.py
rapthor/_version.py
rapthor/modifystate.py
rapthor/process.py
rapthor.egg-info/PKG-INFO
rapthor.egg-info/SOURCES.txt
rapthor.egg-info/dependency_links.txt
rapthor.egg-info/requires.txt
rapthor.egg-info/top_level.txt
rapthor/lib/__init__.py
rapthor/lib/cluster.py
rapthor/lib/context.py
rapthor/lib/cwl.py
rapthor/lib/cwlrunner.py
rapthor/lib/facet.py
rapthor/lib/field.py
rapthor/lib/fitsimage.py
rapthor/lib/miscellaneous.py
rapthor/lib/observation.py
rapthor/lib/operation.py
rapthor/lib/parset.py
rapthor/lib/screen.py
rapthor/lib/sector.py
rapthor/lib/strategy.py
rapthor/operations/__init__.py
rapthor/operations/calibrate.py
rapthor/operations/image.py
rapthor/operations/mosaic.py
rapthor/operations/predict.py
rapthor/pipeline/execution/concat_ms.cwl
rapthor/pipeline/execution/fetch_data.cwl
rapthor/pipeline/execution/hba_nl.cwl
rapthor/pipeline/execution/run_rapthor.cwl
rapthor/pipeline/execution/tar_directory.cwl
rapthor/pipeline/execution/utils.js
rapthor/pipeline/execution/examples/hba_nl/L667526.config.json
rapthor/pipeline/execution/examples/hba_nl/hba_nl.json
rapthor/pipeline/execution/examples/hba_nl/hba_nl.sh
rapthor/pipeline/parsets/calibrate_pipeline.cwl
rapthor/pipeline/parsets/image_pipeline.cwl
rapthor/pipeline/parsets/image_sector_pipeline.cwl
rapthor/pipeline/parsets/mosaic_pipeline.cwl
rapthor/pipeline/parsets/mosaic_type_pipeline.cwl
rapthor/pipeline/parsets/predict_pipeline.cwl
rapthor/pipeline/steps/adjust_h5parm_sources.cwl
rapthor/pipeline/steps/blank_image.cwl
rapthor/pipeline/steps/calculate_image_diagnostics.cwl
rapthor/pipeline/steps/collect_h5parms.cwl
rapthor/pipeline/steps/combine_h5parms.cwl
rapthor/pipeline/steps/concat_ms_files_in_time.cwl
rapthor/pipeline/steps/ddecal_solve_complexgain.cwl
rapthor/pipeline/steps/ddecal_solve_complexgain_debug.cwl
rapthor/pipeline/steps/ddecal_solve_complexgain_joint.cwl
rapthor/pipeline/steps/ddecal_solve_complexgain_separate.cwl
rapthor/pipeline/steps/ddecal_solve_complexgain_separate_no_joint.cwl
rapthor/pipeline/steps/ddecal_solve_scalarcomplexgain.cwl
rapthor/pipeline/steps/ddecal_solve_scalarphase.cwl
rapthor/pipeline/steps/filter_skymodel.cwl
rapthor/pipeline/steps/make_aterm_images.cwl
rapthor/pipeline/steps/make_mosaic.cwl
rapthor/pipeline/steps/make_mosaic_template.cwl
rapthor/pipeline/steps/make_region_file.cwl
rapthor/pipeline/steps/merge_array_directories.cwl
rapthor/pipeline/steps/merge_array_files.cwl
rapthor/pipeline/steps/plot_solutions.cwl
rapthor/pipeline/steps/predict_model_data.cwl
rapthor/pipeline/steps/predict_model_data_phase_only.cwl
rapthor/pipeline/steps/prepare_imaging_data.cwl
rapthor/pipeline/steps/prepare_imaging_data_no_screens.cwl
rapthor/pipeline/steps/prepare_imaging_data_no_screens_phase_only.cwl
rapthor/pipeline/steps/process_slow_gains.cwl
rapthor/pipeline/steps/regrid_image.cwl
rapthor/pipeline/steps/split_h5parms.cwl
rapthor/pipeline/steps/subtract_sector_models.cwl
rapthor/pipeline/steps/writable_dir.cwl
rapthor/pipeline/steps/wsclean_image_facets.cwl
rapthor/pipeline/steps/wsclean_image_no_dde.cwl
rapthor/pipeline/steps/wsclean_image_screens.cwl
rapthor/pipeline/steps/wsclean_mpi_image_facets.cwl
rapthor/pipeline/steps/wsclean_mpi_image_no_dde.cwl
rapthor/pipeline/steps/wsclean_mpi_image_screens.cwl
rapthor/pipeline/steps/wsclean_restore.cwl
rapthor/scripts/__init__.py
rapthor/scripts/adjust_h5parm_sources.py
rapthor/scripts/blank_image.py
rapthor/scripts/calculate_image_diagnostics.py
rapthor/scripts/combine_h5parms.py
rapthor/scripts/concat_ms.py
rapthor/scripts/filter_skymodel.py
rapthor/scripts/make_aterm_images.py
rapthor/scripts/make_mosaic.py
rapthor/scripts/make_mosaic_template.py
rapthor/scripts/make_region_file.py
rapthor/scripts/mpi_runner.sh
rapthor/scripts/plot_rapthor_timing.py
rapthor/scripts/process_slow_gains.py
rapthor/scripts/regrid_image.py
rapthor/scripts/split_h5parms.py
rapthor/scripts/subtract_sector_models.py
rapthor/skymodels/3C196-pandey.skymodel
rapthor/skymodels/3c147-SH.skymodel
rapthor/skymodels/3c286-SH.skymodel
rapthor/skymodels/3c287-SH.skymodel
rapthor/skymodels/3c295-twocomp.skymodel.deprecated
rapthor/skymodels/3c380-SH.skymodel
rapthor/skymodels/3c48-SH.skymodel
test/test_context.py
test/test_facet.py
test/test_field.py
test/test_parset.py
test/test_screen.py
test/resources/calibration_skymodel.txt
test/resources/test.parset
test/resources/test_apparent_sky.txt
test/resources/test_true_sky.txt
test/scripts/compare_workflow_results.py