Scheduling package for SST-1M observations
Numpy, Scipy, Astropy, PyAstronomy, Matplolib, Pandas, Tqdm, Cython, Docopt, Healpy
git clone https://github.com/cta-sst-1m/digicamscheduling
git submodule update --init --recursive # this will download the config files that are used by default
cd digicamscheduling
conda env create -f environment.yml
source activate digicamscheduling
python setup.py install
Try one of command line scripts (at the moment you can only run these programs
if you are in digicamscheduling/
otherwise you have to specify the
paths of config files)
digicamscheduling-catalog
digicamscheduling-observability
digicamscheduling-elevation
digicamscheduling-moon
digicamscheduling-schedule
Example of usage
digicamscheduling-elevation --start_date='2018-08-15 12:00' --end_date='2018-08-16 12:00' --time_step=1
digicamscheduling-schedule --start_date='2018-08-15 12:00' --end_date='2018-08-16 12:00' --time_step=30 --output_path='.'
Use the option --help
to see how to run the scripts
Most of the issues appear when:
- Date does not exists : e.g. 2018-02-31
- Time step is too low --> Memory error
- Period is shorter than a day
- Period does not include night time (Sun elevation < -12 deg)