Closed fzeiser closed 3 years ago
Another idea I've had was that fnld
and fgsf
could rather be staticmethod
for NormalizerGSF
of separate functions. This would make it easier if someone wants to replace the interpolation e.g. with an extrapolation or some other user defined function. It is similar to the solution discussed in the linked issue, but easier for inheritance.
See https://github.com/oslocyclotronlab/ompy/issues/170