From 5a775b9c25a4887bd50461387b79e863498a910d Mon Sep 17 00:00:00 2001 From: Sameera Abeykoon Date: Tue, 5 May 2015 14:27:17 -0400 Subject: [PATCH] API: added the new module skxray.correlation and changed the name skxray/diff_roi_choice to skxray/roi --- vt_config/NSLS-II/init.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vt_config/NSLS-II/init.py b/vt_config/NSLS-II/init.py index 78a4d9e..8e19ff3 100644 --- a/vt_config/NSLS-II/init.py +++ b/vt_config/NSLS-II/init.py @@ -103,9 +103,10 @@ def get_modules(): 'scipy.special', 'scipy.stats', 'skxray.calibration', + 'skxray.correlation', 'skxray.core', 'skxray.recip', - 'skxray.diff_roi_choice', + 'skxray.roi', 'skxray.io.binary', 'skxray.io.save_powder_output', 'skxray.io.gsas_file_reader',