From ef31e9ad903537dd9ad48ddbeb2dec7c7c9d2a0c Mon Sep 17 00:00:00 2001 From: Jakob Jorgensen Date: Tue, 24 Apr 2018 11:19:38 +0100 Subject: Fix camel case io --- Wrappers/Python/wip/demo_sophiabeads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Wrappers/Python') diff --git a/Wrappers/Python/wip/demo_sophiabeads.py b/Wrappers/Python/wip/demo_sophiabeads.py index 53a0bf8..4a0f963 100755 --- a/Wrappers/Python/wip/demo_sophiabeads.py +++ b/Wrappers/Python/wip/demo_sophiabeads.py @@ -16,7 +16,7 @@ from ccpi.optimisation.algs import CGLS # Set up reader object and read the data datareader = XTEKReader("REPLACE_THIS_BY_PATH_TO_DATASET/SophiaBeads_256_averaged.xtekct") -data = datareader.getAcquisitionData() +data = datareader.get_acquisition_data() # Extract central slice, scale and negative-log transform sino = -np.log(data.as_array()[:,:,1000]/60000.0) -- cgit v1.2.3