Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Replicating processes and exposures

Felipe Machado edited this page Oct 31, 2018 · 3 revisions

You can replicate a base process or generate exposures based on the last exposure on the database changing only RA and DEC following this steps

  1. Enter the container docker exec -it qlf_app_1 bash
  2. Execute the generate_mock_data.py script in backend/framework/bin selecting the base night, number of days and number of exposures per day.

Example generating 5 days with 25 exposures each starting at night 20191002

docker exec -it qlf_app_1 bash
python framework/bin/generate_mock_data.py 20191002 --days 5 --exps 25