You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Carsus allows the user to create their own TARDIS atomic data file (see e.g. https://tardis-sn.github.io/carsus/quickstart.html). Before dumping the file to hdf5, a cut on the quantity log(g f) (with g being the statistical weight of the level and f the oscillator strength of the transition) is applied. Currently, the log(g f) cut is set to -3, but can be changed by the user when creating a TARDISAtomData object.
carsus/io/output/base.py
Describe the solution you'd like
The value of the log(g f) cut and that it can be adjusted should be stated in the documentation.
The text was updated successfully, but these errors were encountered:
afloers
changed the title
Add option to change the log gf cut applied by carsus
Add option to change the log gf cut applied by carsus to the documentation
Feb 22, 2022
Is your feature request related to a problem? Please describe.
Carsus allows the user to create their own TARDIS atomic data file (see e.g. https://tardis-sn.github.io/carsus/quickstart.html). Before dumping the file to hdf5, a cut on the quantity
log(g f)
(withg
being the statistical weight of the level andf
the oscillator strength of the transition) is applied. Currently, thelog(g f)
cut is set to -3, but can be changed by the user when creating aTARDISAtomData
object.carsus/io/output/base.py
Describe the solution you'd like
The value of the
log(g f)
cut and that it can be adjusted should be stated in the documentation.The text was updated successfully, but these errors were encountered: