8.6.1.7. pymodaq_data.h5modules.utils module
Created the 19/01/2023
@author: Sebastien Weber and N Tappy
- pymodaq_data.h5modules.utils.find_scan_node(scan_node)[source]
utility function to find the parent node of “scan” type, meaning some of its children (DAQ_scan case) or co-nodes (daq_logger case) are navigation axes :type scan_node:
(pytables node):param scan_node: data node from where this function look for its navigation axes if any :type scan_node:(pytables node)- Returns:
node (
the parent nodeof'scan'type)list (
the data nodesof type'navigation_axis'corresponding tothe initial data node)