Update 'xray/README.md'
This commit is contained in:
parent
2136764876
commit
1ce9ff86e6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue