snsim.scatter¶
This package contains the scattering effects.
Classes¶
Functions¶
|
Add scattering effect on sncosmo model. |
|
Generate n coherent mag scattering term. |
Module Contents¶
- snsim.scatter.init_sn_sct_model(sct_mod, *args)[source]¶
Add scattering effect on sncosmo model.
- Parameters:
sct_mod (str) – Name of the model to use.
- Return type:
None
- class snsim.scatter.G10(SALTsource)[source]¶
Bases:
sncosmo.PropagationEffectGuy (2010) SNe Ia non-coherent scattering.
Implementation is done following arxiv:1209.2482.
Initialize G10 class.
- param_names_latex = ['\\lambda_0', 'F_0', 'F_1', 'd_L', 'RndS']¶
- class snsim.scatter.C11[source]¶
Bases:
sncosmo.PropagationEffectC11 scattering effect for sncosmo. Use COV matrix between the vUBVRI bands from N. Chottard thesis.
Implementation is done following arxiv:1209.2482.
Initialise C11 class.
- param_names_latex = ['\rho_\\mathrm{vU}', 'S_f', 'RndS']¶