Update 'xray/README.md'

This commit is contained in:
Marco Cammarata 2017-01-06 18:25:48 +01:00
parent 2136764876
commit 1ce9ff86e6
1 changed files with 1 additions and 1 deletions

View File

@ -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