Notice if lengths of bumps, temps, or vibs changes in analyze_all.
authorW. Trevor King <wking@drexel.edu>
Fri, 20 Apr 2012 17:58:35 +0000 (13:58 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 20 Apr 2012 17:58:35 +0000 (13:58 -0400)
commitfe8161d4415d5fc662a429a45a973de73d4c4a41
tree265b8932850a9077d32e808fef2a2182a3b58eb9
parent4e6279a398a5aa9b3be92de1b1d7675be7693bd3
Notice if lengths of bumps, temps, or vibs changes in analyze_all.

For example, if a vibration has a wierd jump that throws off the
average, you can move that vibration from, say, 'vibration/12' to
'vibration/-1'.  This saves the data, but does not use it to calculate
the spring constant.

With the old logic, the shortened array of variances wasn't saved over
the old ones, because none of the analysis for an individual vibration
had changed.
calibcant/analyze.py