CRNSDataHub - expand produce_sm_estimate method
Description
We need to expand the produce_sm_estimate
method in the CRNSDataHub. Currently it takes no arguments. The main purpose of this method is to call the CorrectNeutrons
module which has several options.
This method should have the option to take the SiteInformation
object which can have a lot of the info needed for processing.
Expected Behavior
A way to provide more information for the processing steps - likely best to use SiteInformation
for organisation
Proposed Solution
There should be an option to use the SiteInformation object to fill out the values for use in the CorrectNeutrons module
Acceptance Criteria
-
A way to correct neutrons and interact with the CorrectNeutrons module in a complete way -
A way to use the SiteInformation object
Edited by Daniel Power