Skip to content

Add feature to run the scan analysis on a raw data file stand-alone

David-Leon Pohl requested to merge issue_463 into development

Implement to run the scan analysis on a raw data file stand-alone:

For example:

scan = DigitalScan()
scan.analyze_file(raw_data_file='digital_scan.h5')

Implements #463 (closed) in a convenient way.

Also, makes the call to interpreter ~ 1s faster by using jit cache.

Edited by David-Leon Pohl

Merge request reports

Loading