-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
The docs currently do not have a description of the parameters to configure a beam (that I can find), although pydrad does have the functionality to do so. (They just list the boolean to turn it on.)
Additionally, the template is slightly confusing:
| {{ b.time_start | units_filter('s') }} {{ b.flux | units_filter('erg cm^-2 s^-1') }} {{ b.cut_off | units_filter('keV') }} {{ b.index }} |
If the beam is configured as time-independent, the first parameter beam.time_start is actually the duration of the beam (starting at time zero). I'd suggest this parameter needs to be renamed or this should be clarified.
Reactions are currently unavailable