cosmicsense.core.n_to_theta_desilets¶
-
cosmicsense.core.n_to_theta_desilets(n, n0, a0=0.0808, a1=0.372, a2=0.115, rhob=1500.0, rhow=1000.0)¶ Convert neutron counts to theta.
Based on Desilets et al. (2010).
- Parameters
n (integer) – Number of neutron counts.
n0 (integer) – Local calibration factor
a0 (float) – Parameter
a1 (float) – Parameter
a2 (float) – Parameter
rhob (float) – Soil bulk density (kg/m3)
rhow (float) – Density of water (kg/m3)
- Returns
output – Volumetric soil water content (m3/m3)
- Return type
float