convert to H5config and bump to v0.7.
authorW. Trevor King <wking@drexel.edu>
Thu, 8 Sep 2011 11:45:13 +0000 (07:45 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 8 Sep 2011 11:46:41 +0000 (07:46 -0400)
calibcant/calibrate.py

index 7a00f8b4aa02d9d14123c1c789d2d78978f0323e..a3f70580b22f11c2144e0ad02a017756eb8e35c0 100644 (file)
@@ -93,7 +93,7 @@ For each family, * can be any of:
 
 A family name without any `_*` extension (e.g. `bump()`), runs
 `*_acquire()`, `*_analyze()`, and `*_save()`.  `*_analyze()` will run
-`*_plot()` if `matplotlib` is set in `calibcant.base_config`.
+`*_plot()` if `matplotlib` is set in `calibcant.package_config`.
 """
 
 from numpy import zeros as _zeros