It is a python program that computes synthetic images of gas line emission, of dust continuum emission or of polarised scattered light with RADMC-3D from the results of 2D gas+dust hydrodynamical simulations carried out with the code Dusty FARGO-ADSG. The program can be easily adapted to use the outputs of a different code.
The program works with both Python 2.X and Python 3.X. It requires a parameter file, called 'params.dat', to tell the code what to do (e.g., compute a continuum emission map at 0.9 mm wavelength) and what parameters to use (e.g., the dust's total mass, size distribution etc.). The parameter file needs to be in the parent directory of your working directory.
Dust opacities can be computed with bhmie.py, which is a python version of the Bohren & Huffman Mie code ported by Cornelis Dullemond, and with makedustopac.py, also written by Cornelis Dullemond. Both python programs can be found in the opacity subroutines provided by RADMC3D (v 0.41). An .tar.gz archive containing optical constants (.lnk files) and pre-computed dust continuum opacities (.inp files) is also provided.
Please have a look at the documentation (8 pages) to check how the code works and what the different options and parameters in params.dat are.
NB: for the program to run, you need to have commands awk/gawk and curl installed, as well as the scipy and astropy python libraries. You also need the executable 'radmc3d' to be callable as a command line on the terminal (you can do so by editing your .bashrc file if you use bash by exporting the full directory to the radmc3d executable into the PATH global environment).