Skip to content

Commit

Permalink
contributors and a-net install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
saarahhall committed May 11, 2023
1 parent 012f806 commit b5c3c22
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/contributors.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Contributers
Contributors
============

winterdrp was created by `Robert Stein <https://robertdstein.github.io/>`_ and
Expand All @@ -7,10 +7,13 @@ winterdrp was created by `Robert Stein <https://robertdstein.github.io/>`_ and
Other people who contributed to the code include:

* Sulekha Kishore
* Saarah Hall
* Benjamin Roulston

We also made great use of existing software:

* `source-extractor <https://www.astromatic.net/software/sextractor/>`_ (a.k.a sextractor)
* `scamp <https://www.astromatic.net/software/scamp//>`_
* `swarp <https://www.astromatic.net/software/swarp/>`_
* `psfex <https://www.astromatic.net/software/psfex/>`_
* `astrometry.net <https://nova.astrometry.net/>`_
16 changes: 16 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,24 @@ Dependencies include:
* `scamp <https://www.astromatic.net/software/scamp/>`_
* `swarp <https://www.astromatic.net/software/swarp/>`_
* `psfex <https://www.astromatic.net/software/psfex/>`_
* `astrometry.net <https://nova.astrometry.net/>`_
* `postgreSQL <https://www.postgresql.org/download/>`_

To run astrometry solutions with Astrometry.net (the default for SEDMv2), you'll need to download Astrometry.net
locally, as outlined `here <http://astrometry.net/use.html>`_. Once you have a local version, there should be an
astrometry-net folder somewhere on your machine. If you used Homebrew, it should be here:

.. code-block:: bash
/opt/homebrew/Cellar/astrometry-net/
Then, make sure to also grab index files from
`this directory <https://portal.nersc.gov/project/cosmo/temp/dstn/index-5200/LITE/>`_ and save them under

.. code-block:: bash
.../astrometry-net/<version>/data
PostgreSQL is relatively straightforward to install via the `official website <https://www.postgresql.org/download/>`_.
The other packages might be more complicated, and will depend on your platform.

Expand Down

0 comments on commit b5c3c22

Please sign in to comment.