Prototypes | |
def | lalsimulation.gwsignal.core.utils.from_lal_value (val) |
Read and return a value from LALDict. More... | |
def | lalsimulation.gwsignal.core.utils.to_lal_dict (d) |
Convert Python dictionary to LALDict object readble by LAL. More... | |
def | lalsimulation.gwsignal.core.utils.from_lal_dict (ldict) |
Convert LALDict object to a Python dictionary. More... | |
def | lalsimulation.gwsignal.core.utils.check_dict_parameters (waveform_dict, generic_param_dict=None) |
Checks the parameters used in the waveform generation routine. More... | |
def | lalsimulation.gwsignal.core.utils.add_params_units (waveform_dict, units_sys='S.I.', generic_param_dict=None) |
Add units or convert to desired units system to the waveform parameters dictionary. More... | |
def | lalsimulation.gwsignal.core.utils.CheckDeterminationOfMasses (waveform_dict) |
Check mass parameters are consistent and enough to fully characterize the binary masses. More... | |
def | lalsimulation.gwsignal.core.utils.CheckDeterminationOfSpins (waveform_dict) |
Check spin parameters are consistent and enough to fully characterize the binary spins. More... | |
Go to the source code of this file.
Namespaces | |
namespace | lalsimulation |
namespace | lalsimulation.gwsignal |
namespace | lalsimulation.gwsignal.core |
namespace | lalsimulation.gwsignal.core.utils |