We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 135bf2f commit 8a044b6Copy full SHA for 8a044b6
holodeck/host_relations.py
@@ -696,6 +696,7 @@ def __init__(
696
scatter_dex = self.SCATTER_DEX
697
698
self._mamp = mamp #: Mass-Amplitude [grams]
699
+ self._mamp_log10 = mamp_log10 #: log10 of Mass-Amplitude [log10(Msol)]
700
self._mplaw = mplaw #: Mass Power-law index
701
self._mref = mref #: Reference Mass (argument normalization)
702
self._scatter_dex = scatter_dex
0 commit comments