You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.rst
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,9 @@ Where, on different systems, you might have to specify the `SPS_HOME`
19
19
environment variable. Python-FSPS requires that variable to be set and it will
20
20
fail to import if it is set incorrectly.
21
21
22
-
Python-FSPS is built against specific versions of the FSPS Fortran API, so it is
23
-
important that you have a recent version of FSPS through git. Currently
24
-
Python-FSPS is built against FSPS v3.0.
22
+
Python-FSPS is built against specific versions of the FSPS Fortran API and data
23
+
files, so it is important that you have a recent version of FSPS through git.
24
+
Currently Python-FSPS is built against FSPS v3.2.
25
25
26
26
Installing stable version
27
27
-------------------------
@@ -55,7 +55,15 @@ in more detail in the FSPS documentation, but their names are:
55
55
- `MILES` (default)
56
56
- `BASEL`
57
57
58
-
Changing either library requires switching off the relevant default, which for isochrones is `MIST` and for spectra is `MILES`, and switching on the desired library. As an example, you can change to Padova isochrones and the BaSeL low resolution synthetic stellar library by re-installing:
58
+
* Dust emission libraries
59
+
60
+
- `DL07` (default)
61
+
- `THEMIS`
62
+
63
+
Changing any of these libraries requires switching off the relevant default,
64
+
which for isochrones is `MIST` and for spectra is `MILES`, and switching on the
65
+
desired library. As an example, you can change to Padova isochrones and the
66
+
BaSeL low resolution synthetic stellar library by re-installing:
59
67
60
68
.. code-block:: bash
61
69
@@ -77,9 +85,10 @@ repository <https://github.com/dfm/python-fsps>`_ and building:
77
85
cd python-fsps
78
86
python -m pip install .
79
87
80
-
Flags can be prepended to change the stellar libraries as described above. This repository includes FSPS as a submodule, so if you forget the `--recursive`
81
-
flag above, you can get the submodule by running the following commands in the
82
-
root directory of the Python-FSPS repository:
88
+
Flags can be prepended to change the stellar libraries as described above. This
89
+
repository includes FSPS as a submodule, so if you forget the `--recursive` flag
90
+
above, you can get the submodule by running the following commands in the root
0 commit comments