QuantumQuadrate / CsPyController

GNU Lesser General Public License v3.0
3 stars 3 forks source link

Hybrid Auto Aligner #79

Open JuanBohorquez3 opened 1 year ago

JuanBohorquez3 commented 1 year ago

Implements an interface for the Hybrid Auto Aligner.

Also I changed code in the origin module because often experiment hangs while printing "waiting for Origin" to logger.info(). I made it so analyses had to be enabled before writing to HDF5 file. This seems to prevent the issue from resurfacing.