Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Releases: cta-observatory/protozfitsreader

'simple' interface

08 Mar 05:52
60e02c5
Compare
Choose a tag to compare

Simple zfits file exploration

Version information

22 Feb 10:27
74ad18c
Compare
Choose a tag to compare

You can now ask for protozfitsreader.__version__.

And the README got a bit shorter.

New `ZFile` iterator, outputting `Event`s

12 Feb 10:59
1a123d0
Compare
Choose a tag to compare

The "highlevel" protozfitsreader from digicampipe was moved here. We propose to use this interface to read SST1M zfits files now:

from protozfitsreader import ZFile
file = ZFile(path)
print("number of events:", file.numrows)
for event in file:
    # do something with event
    pass

event is an instance of `protozfitsreader.Event`.

Supporting OSX

12 Feb 08:39
Compare
Choose a tag to compare
  • Since V0.44 also OSX is supported for Python 3.5 and 3.6.
  • Safer iteration until end-of-file.

Python 3.5 and 3.6

14 Dec 18:03
Compare
Choose a tag to compare

News:

  • Testing on a 10 event example file
  • Supporting Py 3.5 and 3.6
  • protozfitsreader v0.43
  • Verifying that uninstall really tidies up the shared object files (*.so)

v0.41.1

13 Dec 10:54
Compare
Choose a tag to compare
v0.41.1 Pre-release
Pre-release
not needed