|
__init__(self,
star_name=' model ' ,
sed=None,
path_mcmax='
' ,
inputfilename=None,
fn_add_star=0)
Initializing PlotDust session. |
source code
|
|
|
plotSed(self,
star_grid=[ ] ,
fn_plt='
' ,
cfg='
' ,
iterative=0,
no_models=0,
show_phot_filter=0,
**kwargs)
Creating an SED with 0, 1 or more models and data. |
source code
|
|
|
plotCorrflux(self,
star_grid=[ ] ,
fn_plt='
' ,
cfg='
' ,
no_models=0)
Plot correlated fluxes with 0, 1 or more models and data. |
source code
|
|
|
|
|
plotDensMeixner(self,
star_grid=[ ] ,
fn_plt='
' ,
cfg='
' ,
**kwargs)
A 2D color-scale plot to visualize the density structure of the
Meixner model. |
source code
|
|
|
plotDens(self,
star_grid=[ ] ,
models=[ ] ,
fn_plt='
' ,
unit=' cm ' ,
cfg='
' )
Plotting the temperature stratification of the dust. |
source code
|
|
|
plotTemp(self,
star_grid=[ ] ,
models=[ ] ,
fn_plt='
' ,
power=[ ] ,
unit=' cm ' ,
cfg='
' )
Plotting the temperature stratification of the dust. |
source code
|
|
|
plotTempSpecies(self,
star_grid=[ ] ,
models=[ ] ,
fn_plt='
' ,
include_total=1,
unit=' cm ' ,
power=[ ] ,
cfg='
' )
Plotting the temperature stratification of the dust for the species
separately, per model. |
source code
|
|
|
plotOpacities(self,
star_grid=[ ] ,
fn_plt='
' ,
scaling=0,
species=[ ' AMC ' ] ,
cfg='
' ,
index=0,
*args,
**kwargs)
Plotting wavelength dependent mass extinction coefficients (ie
opacities). |
source code
|
|
|
plotExtinction(self,
star_grid=[ ] ,
models=[ ] ,
fn_plt='
' ,
plot_default=1,
cfg='
' )
Plotting wavelength dependent extinction efficiencies wrt grain size. |
source code
|
|
list(Star())
|
|
Inherited from cc.plotting.objects.PlottingSession.PlottingSession :
checkChangedPars ,
makeModelList ,
setFnPlt
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|