Running stimela2 #1587
Athanaseus
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Installation
pip install git+https://github.com/caracal-pipeline/stimela.git@FIASCO3
pip install git+https://github.com/caracal-pipeline/cult-cargo.git@genesis
Once these packages are released, the following should work:
pip install stimela cult-cargo
Recipes
List of recipes:
caracal_cabs.yml - All the software running in containers for the processing of the data
caracal_ddcal.yml - The processing steps
caracal_default.yml - The default parameters when executing the pipeline (also can be provided on command line e.g. pa-rotate=true)
caracal_pointings.yml - Processing multiple measurement sets (or pointings) at a time
Running
For help:
stimela --help
Run:
stimela doc <ymlfile>
to get documentation of the recipe fileRunning on single MS:
stimela -C run caracal_reductions.yml -l --step image-pol-1 pa-rotate=true ms=msdir/1543664600_sdp_l0-T16R02C02-corr.ms/
Running over multiple MS:
stimela -C run caracal_pointings.yml loop-pointings
Beta Was this translation helpful? Give feedback.
All reactions