Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A Docker image has been created that contains all of the LSST pipeline software as well as the simulation software. It is available from the Docker repository as jamespepcc/lsstsimulations:1.12. Please see the Docker Introduction page for more information about using Docker containers.

...

docker run -ti jamespepcc/lsstsimulations:1.12

(You may need to include additional command line options if you wish to make use of shared folders, port forwarding, or other Docker features).

...

For more information on how to find out what packages are available, install more packages, etc., please see the EUPS documentation. The current version of the container (v1.12) is based on the LSST pipeline software v14 and Python 3.6. An older version based on v13 . A v14 version is planned for the futureand Python 2.7 is available as jamespepcc/lsstsimulations:1.1.

MAF Tutorial Notebooks

A set of iPython tutorial notebooks for the MAF software is available from GitHub. After running the Docker image (or installing the LSST simulation software some other way), clone:

...