-
Notifications
You must be signed in to change notification settings - Fork 2
Home
fergusL edited this page Oct 15, 2020
·
19 revisions
Welcome to the huntsman-drp wiki!
Ensure docker
and docker-compose
are installed.
The following environment variables must be set for the code to work properly:
-
HUNTSMAN_DRP
should point to the localhuntsman-drp
repository. -
OBS_HUNTSMAN
should point to the localobs_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.