__init__(self,
star_name,
mcmax=False,
gastronoom=False,
chemistry=False,
pacs=None,
path_gastronoom=' codeJun2010 ' ,
path_mcmax=' codeJun2010 ' ,
path_chemistry=' OutputClumpy ' ,
inputfilename=' inputComboCode.dat ' ,
spire=None,
fn_add_star=1,
plot_pars={ } ,
sed=None)
(Constructor)
| source code
|
Initializing a PlottingManager instance.
- Parameters:
star_name (string) - name of the star from Star.dat, use default only when never using
any star model specific things
(default: "model")
inputfilename (string) - name of inputfile that is also copied to the output folder of the
plots, if None nothing is copied
(default: None)
mcmax (bool) - Running MCMax?
(default: 0)
gastronoom (bool) - Running GASTRoNOoM?
(default: 0)
path_mcmax (string) - modeling folder in MCMax home
(default: 'runTest')
path_gastronoom (string) - modeling folder in GASTRoNOoM home
(default: 'runTest')
pacs (Pacs()) - A Pacs() object for managing data and model handling for PACS
spectra. None if not applicable
(default: None)
spire (Spire()) - A Spire() object for managing data and model handling for SPIRE
spectra. None if not applicable
(default: None)
sed (Sed()) - The SED for managing data and model handling for SED
spectra/photometry. None if not applicable
(default: None)
fn_add_star (bool) - Add the star name to the requested plot filename. Only relevant
if fn_plt is given in a sub method.
(default: 1)
plot_pars (dict) - dictionary with all the plotting parameters that turn on or off
plotting modules. By default they are all turned off.
(default: dict())
|