-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathREADME.txt
More file actions
32 lines (21 loc) · 953 Bytes
/
README.txt
File metadata and controls
32 lines (21 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
MCFOST Python Utilities
==============================
This package implements a suite of utilities for working with
radiative transfer models of circumstellar dust computed with the
MCFOST Monte Carlo and ray-tracing radiative transfer code (Pinte
et al. 2006, 2009).
Please note this is not the MCFOST radiative transfer code itself
(in Fortran) but rather a set of accompanying Python utilities.
The names are identical since they are two accompanying parts of the
same computing environment, but they're not the same codes.
INSTALLATION
--------------
To install:
python setup.py install
To install in developer mode: (i.e. using symlinks to point directly
at this directory, so that code changes here are immediately available
without needing to repeat the above step):
python setup.py develop
USAGE DOCUMENTATION
---------------------
See http://www.stsci.edu/~mperrin/software/mcfostpy/ for (partial) documentation and example code.