Add feature to run the scan analysis on a raw data file stand-alone
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