Skip to content

Commit

Permalink
using total frames
Browse files Browse the repository at this point in the history
  • Loading branch information
erikfrojdh committed Feb 8, 2024
1 parent cb797be commit 7e9d97f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
21 changes: 10 additions & 11 deletions conda-recepie/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
python:
- 3.8
- 3.8
- 3.8
- 3.8
- 3.9
- 3.9
- 3.9
- 3.9
- 3.10
- 3.10
- 3.10
- 3.11
- 3.11
- 3.11

numpy:
- 1.20
- 1.21
- 1.22
- 1.23
- 1.20
- 1.21
- 1.22
- 1.23
- 1.21
- 1.22
- 1.23
- 1.24
- 1.25
- 1.26
- 1.24
- 1.25
- 1.26


zip_keys:
- python
Expand Down
2 changes: 1 addition & 1 deletion hdf5maker/raw_file_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def __init__(self, fname, redistribute=None, lazy=False, fastquad=False):
self.redistribute = True
self.dt = to_dtype(self.master["Dynamic Range"])
self.dr = self.master["Dynamic Range"]
self.total_frames = self.master["Total Frames"]
self.total_frames = self.master["Frames in File"]
self.max_frames_per_file = self.master["Max Frames Per File"]
self.file_geometry = self.master["Pixels"][::-1]
self.frames_per_file = get_frames_per_file(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setuptools.setup(
name="hdf5maker",
version= '2023.4.26.dev0',
version= '2023.9.21.dev0',
author="Erik Frojdh",
author_email="[email protected]",
description="Eiger raw file to hdf5 converter",
Expand Down

0 comments on commit 7e9d97f

Please sign in to comment.