Builds InvSensorSet objects from FiffInfo channel definitions, applying SSP projections and compensation. More...
#include <inv_sensor_set.h>
Public Types | |
| typedef QSharedPointer< InvSensorSetCreator > | SPtr |
| typedef QSharedPointer< const InvSensorSetCreator > | ConstSPtr |
Public Member Functions | |
| InvSensorSetCreator () | |
| InvSensorSet | updateSensorSet (const QList< FIFFLIB::FiffChInfo > &channelList, const Accuracy &accuracy) |
Builds InvSensorSet objects from FiffInfo channel definitions, applying SSP projections and compensation.
Create a InvSensorSet struct from a channel list with specified accuracy.
Definition at line 250 of file inv_sensor_set.h.
| typedef QSharedPointer<const InvSensorSetCreator> INVLIB::InvSensorSetCreator::ConstSPtr |
Const shared pointer type for InvSensorSet.
Definition at line 255 of file inv_sensor_set.h.
| typedef QSharedPointer<InvSensorSetCreator> INVLIB::InvSensorSetCreator::SPtr |
Shared pointer type for InvSensorSet.
Definition at line 254 of file inv_sensor_set.h.
|
explicit |
Constructs a MEG InvSensorSet object.
Definition at line 132 of file inv_sensor_set.cpp.
| InvSensorSet InvSensorSetCreator::updateSensorSet | ( | const QList< FIFFLIB::FiffChInfo > & | channelList, |
| const Accuracy & | accuracy ) |
Update InvSensorSet from new channel list with new accuracy.
| [in] | channelList | The channel list to create the MEG sensor set from. |
| [in] | iAccuracy | The accuracy level to use for the sensor set. |
Definition at line 140 of file inv_sensor_set.cpp.