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
Currently fesc is a hard coded argument on a spectra generation, but in an abstract sense applying an escape fraction is just a scalar transformation of an array. We should change all fesc instances to an emission model Transform derived class. This will also allow the implementation of an fesc - 1 method, for obtaining the escaped and transmitted spectra, for example.
Will lead to breaking changes to all methods that currently use the fesc argument, but more flexibility going forward.
The text was updated successfully, but these errors were encountered:
Currently
fesc
is a hard coded argument on a spectra generation, but in an abstract sense applying an escape fraction is just a scalar transformation of an array. We should change allfesc
instances to an emission modelTransform
derived class. This will also allow the implementation of anfesc - 1
method, for obtaining the escaped and transmitted spectra, for example.Will lead to breaking changes to all methods that currently use the
fesc
argument, but more flexibility going forward.The text was updated successfully, but these errors were encountered: