Skip to content

Resolve "NeutrontoSM - add methods to estimate soil moisture uncertainty"

Description

Adds methods for calculating neutron and soil moisture uncertainty during processing.

Related Issue

Closes #40 (closed)

Proposed Changes

  • Add uncertainty method
  • Adds method to calculate uncertainty based on raw neutrons
Uncertainty = ( sqrt(Raw_N)/Raw_N ) * Corrected_Neutrons
  • Applies this corrected neutrons to give upper and lower bounds of Neutron counts
  • Creates Soil moisture columns for the upper and lower bounds of SM.

Checklist

  • I have tested the changes thoroughly
  • I have updated the relevant documentation
  • I have added necessary comments and explanations in the code
  • I have considered backward compatibility, if applicable
  • I have reviewed the code changes myself

Additional Notes

[Add any additional information, considerations, or context related to this merge request]

Edited by Daniel Power

Merge request reports

Loading