From 61224c466db60dc7a79dfb71f2e1ec6818f67234 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 8 Sep 2011 07:45:13 -0400 Subject: [PATCH] convert to H5config and bump to v0.7. --- calibcant/calibrate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibcant/calibrate.py b/calibcant/calibrate.py index 7a00f8b..a3f7058 100644 --- a/calibcant/calibrate.py +++ b/calibcant/calibrate.py @@ -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 -- 2.26.2