Oops, use numpy arrays instead of lists for the last commit.
authorW. Trevor King <wking@drexel.edu>
Fri, 2 Mar 2012 19:11:08 +0000 (14:11 -0500)
committerW. Trevor King <wking@drexel.edu>
Fri, 2 Mar 2012 19:11:17 +0000 (14:11 -0500)
commit904f98c200a40abb6f86304c3ae912a01b9bac11
treef8f536f0fc5f0281a08563cd9004a9794807574b
parentc892b157772015b4834771780593a712128b6bb7
Oops, use numpy arrays instead of lists for the last commit.

This avoids:

  Traceback (most recent call last):
    File ".../calibcant/analyze.py", line 189, in calib_analyze
      ps_m = bumps.mean()  # ps for photo-sensitivity
  AttributeError: 'list' object has no attribute 'mean'
calibcant/analyze.py