Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dra williams patch 1 #106

Open
wants to merge 2 commits into
base: casa6
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion docs/src/acknowledgements.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
TBD
# Acknowledgements

Papers that result from e-MERLIN observations should carry the standard acknowledgement:
"e-MERLIN is a National Facility operated by the University of Manchester at Jodrell Bank Observatory on behalf of STFC, part of UK Research and Innovation."

Please cite the e-MERLIN CASA Pipeline (eMCP) in any resulting publications of this data: https://ui.adsabs.harvard.edu/abs/2021ascl.soft09006M/abstract

Papers that are funded by the EC* should also carry the following acknowledgement(s):
"This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 101004719."

"This [infrastructure] participates in a project that has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No 101004719."

*EC Criteria can be found at: https://www.radionet-eu.org/fp6/tna/index.html
46 changes: 45 additions & 1 deletion docs/src/examples.md
Original file line number Diff line number Diff line change
@@ -1 +1,45 @@
TBD
Quick start
=====

.. _quickstart:

If you have received calibrated data from the observatory and you want to refine the calibration, you can:

.. code-block:: console

(.venv) $ casa -c eMERLIN_CASA_pipeline/eMERLIN_CASA_pipeline.py -r calibration



Additional usage instructions
------------------

For a normal pipeline execution and assuming you have a ``inputs.ini`` file, and you have extracted the pipeline, you can:

.. code-block:: console

(.venv) $ casa -c /path/to/pipeline/eMERLIN_CASA_pipeline.py

To run the parallelized version using MPI in CASA you can use:

.. code-block:: console

(.venv) $ mpicasa -n <num_cores> -c eMERLIN_CASA_pipeline/eMERLIN_CASA_pipeline.py


Optional arguments
------------------

If you have want to run individual tasks, you can type them in:

.. code-block:: console

(.venv) $ casa -c eMERLIN_CASA_pipeline/eMERLIN_CASA_pipeline.py -r first_images

To exclude tasks use the ``-s`` parameter:

.. code-block:: console

(.venv) $ casa -c eMERLIN_CASA_pipeline/eMERLIN_CASA_pipeline.py -r calibration -s first_images