deerlab.ExperimentInfo¶
- class ExperimentInfo(name, reftimes, harmonics, pulselength, pathwaylabels, delays)[source]¶
Represents information about a dipolar EPR experiment
- Attributes:
- namestring
Name of the experiment.
- reftimeslist of floats
List of refocusing times, in microseconds.
- harmonicslist
List of harmonics of the refocusing times.
- pulselengthfloat
Length of the longest microwave pulse in the sequence in microseconds.
- pathwaylabelslist
List of pathway labels.
- delayslist
List of pulse delays.
Methods table¶
|
Populates the attributes of the ExperimentInfo object. |
Methods¶
- ExperimentInfo.__init__(name, reftimes, harmonics, pulselength, pathwaylabels, delays)[source]¶
Populates the attributes of the ExperimentInfo object.
- Parameters:
- namestring
Name of the experiment.
- reftimeslist of floats
List of refocusing times, in microseconds.
- harmonicslist
List of harmonics of the refocusing times.
- pulselengthfloat
Length of the longest microwave pulse in the sequence in microseconds.
- pathwaylabelslist
List of pathway labels.
- delayslist
List of pulse delays.