mirror of https://github.com/silx-kit/pyFAI.git
Update UTF-8 declaration
This commit is contained in:
parent
90b53a7070
commit
be03ddb7e7
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
# coding: utf8
|
||||
# coding: utf-8
|
||||
"""
|
||||
Tango device server for setting up pyFAI azimuthal integrator in a LImA ProcessLib.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
#coding: utf8
|
||||
#coding: utf-8
|
||||
"""
|
||||
Tango device server for setting up pyFAI azimuthal integrator in a LImA ProcessLib.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
# coding: utf8
|
||||
# coding: utf-8
|
||||
from __future__ import with_statement, print_function
|
||||
"""
|
||||
LImA ProcessLib example of pyFAI azimuthal integrator Link and Sink
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/python
|
||||
#coding: utf8
|
||||
#coding: utf-8
|
||||
#Class defining the link task for azimuthal regrouping in process lib for Lima
|
||||
#
|
||||
import logging
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
# coding: utf8
|
||||
# coding: utf-8
|
||||
"""
|
||||
PyMca plugin for pyFAI azimuthal integrator in a LImA ProcessLib.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
#coding: utf8
|
||||
#coding: utf-8
|
||||
|
||||
from __future__ import division, print_function, with_statement
|
||||
|
||||
|
|
16113
src/splitBBoxCSR.c
16113
src/splitBBoxCSR.c
File diff suppressed because it is too large
Load Diff
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/python
|
||||
# coding: utf8
|
||||
# coding: utf-8
|
||||
import sys
|
||||
from math import sqrt
|
||||
import fabio
|
||||
|
|
Loading…
Reference in New Issue