projects
/
calibcant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a581b13
)
Fix aquire -> acquire typo in Calibrator.load_raw.__doc__.
author
W. Trevor King
<wking@tremily.us>
Fri, 17 Aug 2012 16:58:51 +0000
(12:58 -0400)
committer
W. Trevor King
<wking@tremily.us>
Fri, 17 Aug 2012 16:58:51 +0000
(12:58 -0400)
calibcant/calibrate.py
patch
|
blob
|
history
diff --git
a/calibcant/calibrate.py
b/calibcant/calibrate.py
index b6a304bd277880d08776e35fdf2a89861502f5e3..b4294fa7890118c8976a60c1bcf41722ffd1e4b4 100644
(file)
--- a/
calibcant/calibrate.py
+++ b/
calibcant/calibrate.py
@@
-575,7
+575,7
@@
class Calibrator (object):
return _load(filename=filename, group=group, specs=specs)
def load_raw(self, filename=None, group='/'):
- """Load results saved during `.aquire()` by bumps, etc."""
+ """Load results saved during `.a
c
quire()` by bumps, etc."""
data = {}
with _h5py.File(filename, 'r') as f:
for name,loader in [('bump',_bump_load),