Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kif committed Mar 20, 2015
1 parent 22ce02f commit 1d8e9c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file modified doc/pyFAI.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions pyFAI-src/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__contact__ = "[email protected]"
__license__ = "GPLv3+"
__copyright__ = "European Synchrotron Radiation Facility, Grenoble, France"
__date__ = "16/03/2015"
__date__ = "20/03/2015"
__status__ = "producton"
__docformat__ = 'restructuredtext'
__doc__ = """
Expand Down Expand Up @@ -46,8 +46,8 @@
MAJOR = 0
MINOR = 10
MICRO = 3
RELEV = "beta" # <16
SERIAL = 2 # <16
RELEV = "final" # <16
SERIAL = 0 # <16

date = __date__

Expand Down
4 changes: 2 additions & 2 deletions pyFAI-src/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
__contact__ = "[email protected]"
__license__ = "GPLv3+"
__copyright__ = "European Synchrotron Radiation Facility, Grenoble, France"
__date__ = "02/03/2015"
__date__ = "20/03/2015"
__status__ = "production"
__docformat__ = 'restructuredtext'

Expand Down Expand Up @@ -810,7 +810,7 @@ def cosIncidance(self, d1, d2, path="cython"):
"""
Calculate the incidence angle (alpha) for current pixels (P).
The poni being the point of normal incidence,
it's incidence angle is $\alpha = 0$ hence $cos(\alpha) = 1$
it's incidence angle is $\{alpha} = 0$ hence $cos(\{alpha}) = 1$
@param d1: 1d or 2d set of points in pixel coord
@param d2: 1d or 2d set of points in pixel coord
Expand Down

0 comments on commit 1d8e9c9

Please sign in to comment.