Download SPInS
clone SPInS using the following command:
git clone git@gitlab.obspm.fr:dreese/spins.gitalternatively, download it from the git website
alternatively, download it with one of the following links and unpack it: zip tar.gz tar.bz2 tar
This will lead to the creation of a folder called
spins
and a subfolder calledspins/doc
.
the
spins
folder contains the SPInS program; it is from this folder that SPInS is launched.the
spins/doc
folder is where the documentation is generated. Typingmake html
within this folder will generate this web page inspins/doc/_build/html/
. Typingmake latexpdf
will generate a pdf version of this documentation inspins/doc/_build/latex/SPInS.pdf
.