Skip to content
Snippets Groups Projects

Add units to parameter definitions

Open Charlie Hoy requested to merge units into master
1 unresolved thread
Files
6
+ 11
0
@@ -24,6 +24,17 @@ these descriptions directly from the `SamplesDict` class,
>>> print(parameters[0].description)
the detector-frame (redshifted) mass of the heavier object
Additional information about specific parameters can be found through the
:code:`information` property,
.. code-block:: python
>>> print(parameters[0].information)
Parameter: mass_1
Description: the detector-frame (redshifted) mass of the heavier object
Unit: Solar mass
Latex: $m_{1}$
Source classifications
----------------------
Loading