You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/UserGuide/datafile.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,8 @@ Base Classes and Generic Formats
55
55
but has not been extensively tested.
56
56
:py:class:`Stoner.FileFormats.TDMSFile`
57
57
Loads a file saved in the National Instruments TDMS format
58
-
:py:class:`Stoner.FileFormats.QDSquidVSMFile`
59
-
Loads data from a Quantum Design SQUID VSM as used on the I10 Beamline in Diamond and in our labs.
58
+
:py:class:`Stoner.FileFormats.QDFile`
59
+
Loads data from various Quantum Design instruments, cincluding PPMS, MPMS and SQUID VSM.
60
60
:py:class:`Stoner.FileFormats.OVFFile`
61
61
OVF files are output by a variety of micomagnetics simulators. The standard was designed for the OOMMF code. This class will handle rectangualr mesh files with text or binary formats, versions 1.0 and 2.0
62
62
@@ -144,8 +144,8 @@ from disk::
144
144
145
145
data=Stoner.Core.DataFile()<<open("File on Disk.txt")
Copy file name to clipboardExpand all lines: doc/UserGuide/plotfile.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ publication ready figures. The :py:class:`PlotMixin` is included as apart of the
10
10
Quick Plots
11
11
===========
12
12
13
-
:py:class:`PlotMixin` is intended to help you make plots that look reasonably good with as little hassle as possible.
13
+
The :py:class:`PlotMixin` class is intended to help you make plots that look reasonably good with as little hassle as possible.
14
14
In common with many graph plotting programmes, it has a concept of declaring columns of data to be used for 'x', 'y' axes and
15
15
for containing error bars. This is done with the :py:attr:`DataFile.setas` attribute (see :ref:`setas` for full details). Once this is done, the plotting
16
16
methods will use these to try to make a sensible plot.::
0 commit comments