Skip to content

Commit

Permalink
Merge pull request #264 from European-XFEL/dependabot/pip/dot-github/…
Browse files Browse the repository at this point in the history
…dependabot/pyfai-2024.1.0

Bump pyfai from 2023.9.0 to 2024.1.0 in /.github/dependabot
  • Loading branch information
takluyver authored Jan 18, 2024
2 parents c2e37c4 + a3655b2 commit b8b1eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ nbval==0.10.0
numexpr!=2.8.6, <=2.8.8
numpy<1.27.0
Pillow<10.3.0
pyFAI==2023.9.0
pyFAI==2024.1.0
pyparsing==3.1.1
pytest<7.5.0
pytest-cov==4.1.0
Expand Down
1 change: 1 addition & 0 deletions extra_geom/pyfai.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def __init__(self, pixel1=200e-6, pixel2=200e-6, **kwargs):
class DSSC1M(Detector):
IS_CONTIGUOUS = False
MAX_SHAPE = (16*128, 512)
CORNERS = 6 # Hexagonal pixels
aliases = ["DSSC 1M"]

def __init__(self, pixel1=236e-6 * 1.5/np.sqrt(3), pixel2=236e-6, **kwargs):
Expand Down

0 comments on commit b8b1eb7

Please sign in to comment.