Skip to content
  • Sebastien Petitdemange's avatar
    scanning tools: moved into the new proposed file structure. · 7a5f28b6
    Sebastien Petitdemange authored
    |── common
    │   ├── scans.py => ascan, dscan, timescan, etc.
    │   └── standard.py => ct + exported functions from scans.py
    ├── data
    │   ├── lima.py
    │   ├── node.py => DataNode
    │   └── scan.py
    └── scanning
        ├── acquisition
        |    |── motor.py
        |    |── p201.py ...
        ├── chain.py => AcquisitionMaster, AcquisitionDevice, AcquisitionChain
        ├── scan.py  => Scan, ScanSaving, ScanRecorder, current writer.common.*
        └── writer
             ├── hdf5.py
    7a5f28b6