Installation¶
Installing nenucal¶
pip install nenucal-cd
This installs the following command-line tools:
Command |
Purpose |
|---|---|
|
NenuFAR data management, retrieval, and transfer |
|
Run the calibration pipeline |
|
Sky model building, filtering, clustering, inspection |
|
Inspect and smooth gain solutions |
|
Manage FLAG column; run SSINS flagger |
|
Measurement Set utilities |
|
Imaging with WSClean |
Requirements¶
nenucal requires Python ≥ 3.10. Some functionality also relies on external tools that must be installed separately:
DP3 — calibration and visibility processing — dp3.readthedocs.io
AOFlagger — RFI flagging — aoflagger.readthedocs.io
WSClean — imaging, used by
imgpipe— wsclean.readthedocs.io
Note:
losotoinstalls the legacyprogressbarpackage while nenucal requiresprogressbar2. They share the same import name, so depending on the installation order you may need to forceprogressbar2back:pip uninstall progressbar && pip install --force-reinstall progressbar2