Trees | Indices | Help |
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__package__ = None
|
|
Save desired datafield given by name stored in container to file.
Deprecated: This function was a workaround for old image export. Nowadays it is strictly worse than the two lines: gwy.gwy_app_data_browser_select_data_field(container, datafield_num) gwy.gwy_file_save(container, filename, run_type) because it also unnecessarily forces the data field to be shown in a window. |
Get list of available datafield stored in given container
Deprecated:
This function produces nonsense. It returns all kinds of data fields
in on bag: images, masks, presentations, brick and surface previews,
etc. Instead, use |
Get list of available datafield stored in given container as directory where key is key name and value is DataField object.
Deprecated:
This function produces nonsense. It returns all kinds of data fields
in on bag: images, masks, presentations, brick and surface previews,
etc. Instead, use |
Shorthand for
|
Shorthand for
|
Create a view the DataLine's data as numpy array. The array can point to an invalid memory location after using other gwyddion functions and lead to application crash. Use with care.
|
Create a view the DataField's data as numpy array. The array can point to an invalid memory location after using other gwyddion functions and lead to application crash. Use with care.
|
Create a view the Brick's data as numpy array. The array can point to an invalid memory location after using other gwyddion functions and lead to application crash. Use with care.
|
Gets the data from a data field. The returned array is a copy of the data. But it can be safely stored without ever referring to invalid memory.
Deprecated:
This helper function is pointless. Just use
|
Sets the data of a data field. The data shape must correspond to the data field shape. |
Gets the data from a brick. The returned array is a copy of the data. But it can be safely stored without ever referring to invalid memory.
Deprecated:
This helper function is pointless. Just use
|
Sets the data of a brick. The data shape must correspond to the brick shape. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |