AttocubeScan.gather¶
- AttocubeScan.gather(xcol=None, ycol=None)¶
Collect xy and y columns from the subfiles in the final group in the tree.
Builds the collected data into a
Stoner.Core.metadataObject- Keyword Arguments:
xcol (index or None) – Column in each file that has x data. if None, then the setas settings are used
ycol (index or None) – Column(s) in each filwe that contain the y data. If none, then the setas settings are used.
Notes
This is a wrapper around walk_groups that assembles the data into a single file for further analysis or plotting.