Trees | Indices | Help |
---|
|
Three-dimensional data representation
Lawn
represents 3D data arrays in Gwyddion. It is
typically useful for different volume data obtained from SPMs, like in
force volume measurements.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Creates a new data lawn.
Since: 2.60 |
Checks whether two data lawns are compatible. Dimensions are checked only in the plane. To check if the curve
lengths match, use the
Since: 2.60 |
Creates a new data lawn similar to an existing one. Use
Since: 2.60 |
Creates a new data lawn as a part of existing one. Use
Since: 2.60 |
Emits signal "data_changed" on a data lawn. Since: 2.60 |
Copies the contents of an already allocated lawn to a lawn of the same size.
|
Gets the x resolution of a data lawn.
Since: 2.60 |
Gets the y resolution of a data lawn.
Since: 2.60 |
Gets the physical size of a data lawn in the x direction.
Since: 2.60 |
Gets the physical size of a data lawn in the y direction.
Since: 2.60 |
Gets the offset of data lawn origin in x direction.
Since: 2.60 |
Gets the offset of data lawn origin in y direction.
Since: 2.60 |
Gets the number of curves at each sample.
Since: 2.60 |
Sets the real x dimension of a lawn.
Since: 2.60 |
Sets the real y dimension of a lawn.
Since: 2.60 |
Sets the offset of a data lawn origin in the x direction. Note offsets don't affect any calculation.
Since: 2.60 |
Sets the offset of a data lawn origin in the y direction. Note offsets don't affect any calculation.
Since: 2.60 |
Gets the horizontal (X) pixel size of a lawn in real units. The result is the same as Lawn.get_xreal(lawn)/Lawn.get_xres(lawn).
Since: 2.60 |
Gets the vertical (Y) pixel size of a lawn in real units. The result is the same as Lawn.get_yreal(lawn)/Lawn.get_yres(lawn).
Since: 2.60 |
Returns x- and y-direction SI unit of a data lawn.
Since: 2.60 |
Returns value SI unit of the n-th curve of a data lawn.
Since: 2.60 |
Sets the SI unit corresponding to the lateral (X, Y) dimensions of a data lawn. It does not assume a reference on
Since: 2.60 |
Sets the SI unit corresponding of the n-th curve of a data lawn. It does not assume a reference on
Since: 2.60 |
Sets lateral and curve units of a data lawn to match another data lawn.
Since: 2.60 |
Sets the label of a curve in data lawn.
Since: 2.60 |
Gets the label of a curve in data lawn.
Since: 2.60 |
Finds value format good for displaying coordinates of a data lawn.
Since: 2.60 |
Gets the length of the curves at given position in a data lawn.
Since: 2.60 |
Gets the number of segments marked in curves in a data lawn. All curves have the same number of segments, even empty curves. Empty curves simply have the corresponding number of trivial zero-length segments.
Since: 2.60 |
Gets the label of a curve segment in data lawn.
Since: 2.60 |
Sets the label of a curve segment in data lawn. Since all curves in
Since: 2.60 |
Removes curve data at all samples (curve number, units, and labels preserved). Since: 2.60 |
Creates a new data lawn by rotating a data lawn by 90 degrees.
Since: 2.60 |
Flips a data lawn in place. Since real sizes cannot go backward, flipping an axis results in the corresponding offset being reset (the real dimension stays positive). Note that the axis parameter convention is different from the confusing one of DataField.invert(). Here parameters simply correspond to directions that should be flipped.
Since: 2.60 |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |