read_model
- dustpylib.radtrans.radmc3d.read_model(datadir='')[source]
This functions reads the
RADMC-3Dmodel files and returns a namespace with the data. It should only be used for models created byDustPyLib. For more complex models useRadmc3dPy.- Parameters:
datadir (str, optional, default: "") – The path of the directory with the
RADMC-3Dinput files- Returns:
data – Namespace with the model data
- Return type:
namespace