caverac / agd-doc

AGD Documentation
0 stars 0 forks source link

Creating Array of Errors #3

Closed ezbc closed 8 years ago

ezbc commented 8 years ago

When creating the errors array we should use errors = np.ones(chan) * RMS instead of chan * 0. + RMS.