Installation#
pip install git+https://github.com/Matisse-Consortium/p2obt.git
or clone from source and install locally (with or without dev-dependencies):
git clone git@github.com:MBSck/p2obt.git
cd p2obt && pip install -e .[dev]
Optional#
An optional dependency is R. van Boekel’s calibrator_find.pro.
This is an IDL software used for calibrator finding, from which
night_plans can be manually created. This might be converted into a dedicated
python software in the future.
These are then used to feed the parse module of p2obt
used within the create_obs (see Features).