HOPS
HOPS class reference
|
#include "MHO_Operator.hh"
#include "MHO_ContainerDefinitions.hh"
#include "MHO_PyContainerStoreInterface.hh"
#include "MHO_PyParameterStoreInterface.hh"
#include "MHO_PyFringeDataInterface.hh"
#include "MHO_FringeData.hh"
#include "MHO_PyTableContainer.hh"
#include <pybind11/numpy.h>
#include <pybind11/pybind11.h>
Go to the source code of this file.
Classes | |
class | hops::MHO_PyGenericOperator |
this class allows a user to inject a python function of the form: func(fringe_data_interface) into the control flow of the fringe fitter. It is basically allowed full access to any data or parameters encompassed by the fringe_data object (container store, parameter store, plot data). The only exception is that re-sizing of arrays is not allowed. More... | |
Namespaces | |
hops | |