23#ifndef INV_HPI_MODEL_PARAMETERS_H
24#define INV_HPI_MODEL_PARAMETERS_H
37#include <QSharedPointer>
66 typedef QSharedPointer<InvHpiModelParameters>
SPtr;
67 typedef QSharedPointer<const InvHpiModelParameters>
ConstSPtr;
112 inline bool bBasic()
const;
119 void computeNumberOfCoils();
125 void checkForLineFreq();
127 QVector<int> m_vecHpiFreqs{QVector<int>()};
129 int m_iSampleFreq{0};
140 return m_vecHpiFreqs;
154 return m_iSampleFreq;
179 this->bBasic() == b.
bBasic());
bool operator==(const BIDSPath &a, const BIDSPath &b)
INVLIB library export/import macros, build-info accessors, and namespace docstring for the inverse-so...
Inverse source estimation (MNE, dSPM, sLORETA, dipole fitting).
QVector< int > vecHpiFreqs() const
bool operator!=(const InvHpiModelParameters &b) const
QSharedPointer< const InvHpiModelParameters > ConstSPtr
QSharedPointer< InvHpiModelParameters > SPtr
InvHpiModelParameters()=default
bool operator==(const InvHpiModelParameters &b) const