python bindings for the MHO_ScanDataStore
More...
#include <MHO_PyScanStoreInterface.hh>
python bindings for the MHO_ScanDataStore
- Author
- J. Barrett - barre.nosp@m.ttj@.nosp@m.mit.e.nosp@m.du
- Date
- Sun Feb 11 05:10:07 2024 -0500
◆ MHO_PyScanStoreInterface() [1/2]
hops::MHO_PyScanStoreInterface::MHO_PyScanStoreInterface |
( |
MHO_ScanDataStore * |
scan_store | ) |
|
|
inline |
◆ MHO_PyScanStoreInterface() [2/2]
hops::MHO_PyScanStoreInterface::MHO_PyScanStoreInterface |
( |
| ) |
|
|
inline |
◆ ~MHO_PyScanStoreInterface()
virtual hops::MHO_PyScanStoreInterface::~MHO_PyScanStoreInterface |
( |
| ) |
|
|
inlinevirtual |
◆ Clear()
void hops::MHO_PyScanStoreInterface::Clear |
( |
| ) |
|
|
inline |
◆ GetBaselineData()
◆ GetBaselineFilename()
std::string hops::MHO_PyScanStoreInterface::GetBaselineFilename |
( |
std::string |
baseline | ) |
const |
|
inline |
◆ GetBaselinesLoaded()
std::vector< std::string > hops::MHO_PyScanStoreInterface::GetBaselinesLoaded |
( |
| ) |
const |
|
inline |
◆ GetBaselinesPresent()
std::vector< std::string > hops::MHO_PyScanStoreInterface::GetBaselinesPresent |
( |
| ) |
const |
|
inline |
◆ GetFringeData()
◆ GetFringeFilename()
std::string hops::MHO_PyScanStoreInterface::GetFringeFilename |
( |
std::string |
fringe | ) |
const |
|
inline |
◆ GetFringesLoaded()
std::vector< std::string > hops::MHO_PyScanStoreInterface::GetFringesLoaded |
( |
| ) |
const |
|
inline |
◆ GetFringesPresent()
std::vector< std::string > hops::MHO_PyScanStoreInterface::GetFringesPresent |
( |
| ) |
const |
|
inline |
◆ GetNBaselines()
std::size_t hops::MHO_PyScanStoreInterface::GetNBaselines |
( |
| ) |
const |
|
inline |
◆ GetNFringes()
std::size_t hops::MHO_PyScanStoreInterface::GetNFringes |
( |
| ) |
const |
|
inline |
◆ GetNStations()
std::size_t hops::MHO_PyScanStoreInterface::GetNStations |
( |
| ) |
const |
|
inline |
◆ GetRootFileBasename()
std::string hops::MHO_PyScanStoreInterface::GetRootFileBasename |
( |
| ) |
const |
|
inline |
◆ GetRootFileData()
py::dict hops::MHO_PyScanStoreInterface::GetRootFileData |
( |
| ) |
const |
|
inline |
◆ GetStationData()
◆ GetStationFilename()
std::string hops::MHO_PyScanStoreInterface::GetStationFilename |
( |
std::string |
station | ) |
const |
|
inline |
◆ GetStationsLoaded()
std::vector< std::string > hops::MHO_PyScanStoreInterface::GetStationsLoaded |
( |
| ) |
const |
|
inline |
◆ GetStationsPresent()
std::vector< std::string > hops::MHO_PyScanStoreInterface::GetStationsPresent |
( |
| ) |
const |
|
inline |
◆ Initialize()
bool hops::MHO_PyScanStoreInterface::Initialize |
( |
| ) |
|
|
inline |
◆ IsBaselineLoaded()
bool hops::MHO_PyScanStoreInterface::IsBaselineLoaded |
( |
std::string |
baseline | ) |
const |
|
inline |
◆ IsBaselinePresent()
bool hops::MHO_PyScanStoreInterface::IsBaselinePresent |
( |
std::string |
bl | ) |
const |
|
inline |
◆ IsFringeLoaded()
bool hops::MHO_PyScanStoreInterface::IsFringeLoaded |
( |
std::string |
fringe | ) |
const |
|
inline |
◆ IsFringePresent()
bool hops::MHO_PyScanStoreInterface::IsFringePresent |
( |
std::string |
fr | ) |
const |
|
inline |
◆ IsStationLoaded()
bool hops::MHO_PyScanStoreInterface::IsStationLoaded |
( |
std::string |
station | ) |
const |
|
inline |
◆ IsStationPresent()
bool hops::MHO_PyScanStoreInterface::IsStationPresent |
( |
std::string |
st | ) |
const |
|
inline |
◆ IsValid()
bool hops::MHO_PyScanStoreInterface::IsValid |
( |
| ) |
const |
|
inline |
◆ LoadBaseline()
int hops::MHO_PyScanStoreInterface::LoadBaseline |
( |
std::string |
baseline | ) |
|
|
inline |
◆ LoadFringe()
int hops::MHO_PyScanStoreInterface::LoadFringe |
( |
std::string |
fringe | ) |
|
|
inline |
◆ LoadStation()
int hops::MHO_PyScanStoreInterface::LoadStation |
( |
std::string |
station | ) |
|
|
inline |
◆ SetDirectory()
void hops::MHO_PyScanStoreInterface::SetDirectory |
( |
std::string |
dir | ) |
|
|
inline |
The documentation for this class was generated from the following file: