ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
This is the derived type for generating objects that contain attributes of BATSE catalog GRBs.
More...
Public Attributes | |
real(RKD) | pbol = -huge(0._RKD) |
real(RKD) | epeak = -huge(0._RKD) |
real(RKD) | sbol = -huge(0._RKD) |
real(RKD) | t90 = -huge(0._RKD) |
real(RKD) | pph1024 = -huge(0._RKD) |
This is the derived type for generating objects that contain attributes of BATSE catalog GRBs.
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.
Definition at line 135 of file pm_batse.F90.
real(RKD) pm_batse::grb_type::epeak = -huge(0._RKD) |
Definition at line 137 of file pm_batse.F90.
real(RKD) pm_batse::grb_type::pbol = -huge(0._RKD) |
Definition at line 136 of file pm_batse.F90.
real(RKD) pm_batse::grb_type::pph1024 = -huge(0._RKD) |
Definition at line 140 of file pm_batse.F90.
real(RKD) pm_batse::grb_type::sbol = -huge(0._RKD) |
Definition at line 138 of file pm_batse.F90.
real(RKD) pm_batse::grb_type::t90 = -huge(0._RKD) |
Definition at line 139 of file pm_batse.F90.