Versions Compared

Key

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

...

There are some additional requirements for the simulations packages, mostly python dependencies that are so ubiquitous in scientific computing environments that it is more difficult for users for us to provide new versions than it is to supply them with the stack. These requirements are (there is some overlap here with the basic stack requirements):

 

  • python 2.7 or 3.6
  • numpy  - available from conda
  • scipy - available from conda
  • astropy - available from conda
  • matplotlib - available from conda
  • sqlalchemy - available from conda
  • Cython (note: even if using the stack-supplied Anaconda distribution, you should run conda install cython to install the Sims stack)- available from conda
  • cmake - available from conda if requiredcmake
  • gfortran (which is necessary to build the ephemeris-generating software package oorb)

...


Installing from Source

Anchor
Installation
Installation

The recommended (simplest) approach is to use the newest LSST software stack, and use the LSST-provided version miniconda python. (See here if you want to use your own python). 

...