How to run analyze step standalone
How should one call the analyze()
step of a given scan standalone after scan_base cleanup?
with Scan() as scan:
scan.analyze()
results in init()
being called, which requires hardware (BDAQ board and chip) to be connected and powered and it automatically creates an empty raw data h5 file...