projects
/
calibcant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49be27d
)
Fix argument indentation in vibration_analyze.plot() definition.
author
W. Trevor King
<wking@drexel.edu>
Tue, 27 Mar 2012 16:25:19 +0000
(12:25 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 27 Mar 2012 16:25:19 +0000
(12:25 -0400)
calibcant/vibration_analyze.py
patch
|
blob
|
history
diff --git
a/calibcant/vibration_analyze.py
b/calibcant/vibration_analyze.py
index 312c04ba093f4e5251c40e7da8019e8bfd5014e3..1844dcf4e78be771f0e1645ed71078de68839a77 100644
(file)
--- a/
calibcant/vibration_analyze.py
+++ b/
calibcant/vibration_analyze.py
@@
-479,7
+479,7
@@
def load(filename=None, group='/'):
return _load(filename=filename, group=group, specs=specs)
def plot(deflection=None, freq_axis=None, power=None, A=None, B=None,
-
C=None, D=0, config=None, analyze=False):
+ C=None, D=0, config=None, analyze=False):
"""Plot 3 subfigures displaying vibration data and analysis.
Time series (Vphoto vs sample index) (show any major drift events),