Skip to content

cta-sst-1m/digicamscheduling

Repository files navigation

digicamscheduling

Scheduling package for SST-1M observations

Getting Started

Prerequisites

Numpy, Scipy, Astropy, PyAstronomy, Matplolib, Pandas, Tqdm, Cython, Docopt, Healpy

Installing (with Anaconda)

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

Know issues

Most of the issues appear when:

  1. Date does not exists : e.g. 2018-02-31
  2. Time step is too low --> Memory error
  3. Period is shorter than a day
  4. Period does not include night time (Sun elevation < -12 deg)

Examples

Twilights

Moon

Observability

Source visibility

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages