LOADING
Please wait...

Numerical setup

The simulations have been performed with the RASCAS 3D Monte Carlo code (Michel-Dansac et al., 2020) on a regular 3D 2563 cartesian grid. The emission is assumed to be a point source located at the center of a spherical wind. The scattering medium, described as static or outflowing gas, extends from $R_{\rm in}$ to $R_{\rm out}$.


Wind parameters


Reading the data



import numpy as np
file = 'XXX.dat'
lbda,flux=np.loadtxt(file,skiprows=6,unpack=1) # lambda in A ; flux normalised to the continuum


NB : All spectra should be normed to unity (i.e. $flux \sim 1$ away from the center of line). Because of our automatic normalisation procedure, $flux$ may however be slightly above or below $1$ in some cases. If so, users may want to renormalise manually by dividing the spectra by the continuum flux in spectral regions that are unaffected by resonant/fluorescent lines.