Skip to content
fergusL edited this page Oct 15, 2020 · 19 revisions

Welcome to the huntsman-drp wiki!

Prerequisites for development

Ensure docker and docker-compose are installed.

Environment variables

The following environment variables must be set for the code to work properly:

  • HUNTSMAN_DRP should point to the local huntsman-drp repository.
  • OBS_HUNTSMAN should point to the local obs_huntsman repository. The following environment variables must be set if you intend to make use of astrometry.net:
  • ASTROMETRY_INDEX_DATA should point to the local directory containing astrometry.net index files.
  • ASTROMETRY_INPUT_DATA should point to the local directory containing files to to be plate solved. It can also be useful to mount in the LSST butler directory so that processed files can be examined outside the docker container:
  • BUTLER_DIRECTORY should point to a local directory intended to house the LSST butler repository.
Clone this wiki locally