AFL.automation.instrument.scatteringInterpolator#
Classes
|
This is the wrapper class that enables scattering interpolation within the classifier labels. |
|
A class to interpolate the SAS data across processing and composition dimensions. |
- class AFL.automation.instrument.scatteringInterpolator.Scattering_generator(dataset=None, polytype=None, polydeg=20)[source]#
A class to interpolate the SAS data across processing and composition dimensions.
There are a few ways to do this, reducing the dimensionality with a polynomial fit has proved to be one good way to interpolate the GP. Other strategies are to fit a model of intensity as a function of Q values. One can incorporate the uncertainties in intensities in a Heteroscedastic way. (smearing of the dQ is harder to envision, but likely possible)
slay queen! generate that SAS (or spectroscopy)
- class AFL.automation.instrument.scatteringInterpolator.GenerateScattering(dataset=None, polytype=None)[source]#
This is the wrapper class that enables scattering interpolation within the classifier labels.