Add deep learning resolution estimation model from Stanford
This commit is contained in:
@@ -1147,3 +1147,12 @@ std::chrono::nanoseconds DiffractionExperiment::GetDetectorDelay() const {
|
||||
const DetectorSetup &DiffractionExperiment::GetDetectorSetup() const {
|
||||
return detector;
|
||||
}
|
||||
|
||||
DiffractionExperiment &DiffractionExperiment::NeuralNetModelPath(const std::string &input) {
|
||||
neural_net_model_path = input;
|
||||
return *this;
|
||||
}
|
||||
|
||||
std::string DiffractionExperiment::GetNeuralNetModelPath() const {
|
||||
return neural_net_model_path;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user