QuantumQuadrate / CsPyController

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

Analog input filtering "hard filter" bug #26

Closed TrentGraham closed 5 years ago

TrentGraham commented 5 years ago

Hard filtering is no longer supported in the current version of cs.py. If hard filtering is selected, then it will function nominally. However, if the AI filter fails on the last measurement in the iteration, the logger shows an error and the experiment pauses until re-initiated. Matt believes that this problem is due to the fact that the AI filter analysis not threaded while much of the other analysis is.

Resolution: Use "medium" or "soft" filtering instead of "hard"