https://github.com/mperrin/mcfost-python
Python tools for working with MCFOST circumstellar disk models.
https://github.com/mperrin/mcfost-python
Last synced: about 1 year ago
JSON representation
Python tools for working with MCFOST circumstellar disk models.
- Host: GitHub
- URL: https://github.com/mperrin/mcfost-python
- Owner: mperrin
- Created: 2013-04-15T18:37:18.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-08-19T17:15:34.000Z (almost 10 years ago)
- Last Synced: 2025-04-01T10:36:01.313Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 677 KB
- Stars: 2
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
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.