From 1ce9ff86e6ad74eb5b8ad57b72fd8a8a862907ab Mon Sep 17 00:00:00 2001 From: Marco Cammarata Date: Fri, 6 Jan 2017 18:25:48 +0100 Subject: [PATCH] Update 'xray/README.md' --- xray/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xray/README.md b/xray/README.md index 949350c..eed31d3 100644 --- a/xray/README.md +++ b/xray/README.md @@ -11,7 +11,7 @@ The idea is an hierarchical structure of modules azav.py: uses pyFAI to convert images into 1d curves dataReduction.py: works on the normalization, referencing and averaging. -Both modules uses some common utilities in utils.py including file based storage for persistency and convenience; +Both modules uses some common utilities in utils.py including file based storage for persistency and convenience (numpy or hdf5 based); Indeed the data_storage class wraps around dictionaries allowing accessing with .attribute syntax. In utils plotfuncitons are presents