minor changes in doc

This commit is contained in:
Jerome Kieffer 2012-10-23 09:54:32 +02:00
parent 303b0be9b1
commit ea0d28e3f8
4 changed files with 15 additions and 21 deletions

View File

@ -5,4 +5,6 @@
correct the orientation of the azimuthal angle chi
rename scripts in pyFAI-calib, pyFAI-saxs and pyFAI-waxs
0.5: include OpenCL version of azimuthal integration
0.6: OpenCL flavour works well on GPU in double precision with device selection
0.6: OpenCL flavour works well on GPU in double precision with device selection (07/2012)
0.7: Implementation of look-up table based integration and OpenCL version of it; binning if input images (10/2012)
0.8: LUT implementation in 1D (fully tested)

View File

@ -47,6 +47,7 @@ pyFAI-src/peakPicker.py
pyFAI-src/refinment2D.py
pyFAI-src/spline.py
pyFAI-src/utils.py
pyFAI-src/ocl_azim_lut.py
scripts/diff_tomo.py
scripts/drawMask_pymca
scripts/integrate_exp.py

View File

@ -39,7 +39,7 @@ sudo python setup.py install
As pyFAI makes use of OpenCL to have some calculation done on the graphic card, it is
likely you will have to setup the position of those libraries by editing the setup.cfg file
If you are using MS Windows you also download a binary version packaged as executable
If you are using MS Windows you can also download a binary version packaged as executable
installation files (Chose the one corresponding to your python version).

View File

@ -1,20 +1,11 @@
The method providing q (in AI) should derive directly from the one providing 2Theta to avoid errors
TODO list:
Test 2D regrouping after alignment of images (with reference image from fit2d)
Saxs cannot use split pixels yet
dark & flat correction even for calibration (L. Erra ID11): Fixed in version 0.7
Write tools to create a mask (or recycle code from Armando)
in AI, have single method to write xrpd2 images
inlcude Raster Orientation of images
have geometries as pluggable classes (!!!)
Before release 0.5:
- Include dark & flat to histogramming (Both OpenCL and Cython)
- testing for GPU
- Fix bug in Masking (Cython only)
* include Raster Orientation of images (in pyFAI? in fabio?)
* binning at the Azimuthal Integrator level ?
* have geometries as pluggable classes (!!!) --> Version 2
* recalibration tool (planned for v.1.0) using a poni file and a d-spacing file and an image
* migrate forward version of histogramming on GPU to PyOpenCL (planned for v1.0)
* implement LUT on 2D caking as well + OpenCL version
* use a fast checksum to store the signature of buffers/array which are on the GPU.
* prepare 2 packages one without OpenCL and one with GPU enabled
* add mask on calibration/recalibration tools