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

Releases: cta-observatory/protozfitsreader

Includes updated NectarCam data model and zstandard compression support

04 Oct 13:00
Compare
Choose a tag to compare

This is the same module as before, only with a newer data model and facebook's zstandard decompression supported. Includes binaries for python 3.5, 3.6 and 3.7 for both linux and OSX.

Updated datamodel & Py3.7 support

11 Oct 08:47
Compare
Choose a tag to compare
Added binaries for python37 (#57)

* Added binaries for python37

* test py3.7 for osx as well

* make pip install more verbose

* Fixed wrong osx binary for python37

Fixed floating point width

14 Sep 10:52
32d125b
Compare
Choose a tag to compare

Bugfix for: 1.4.0

floating points were always 64bit and never 32.

File and MultiZFitsFiles (Cython wrapper)

24 Aug 11:17
da7642b
Compare
Choose a tag to compare
Using cython generated wrapper (#49)

* Pushed rawzfitsreader (v 1.1) for python 3.6 on OSX

* Pushed rawzfitsreader (v 1.1) for python 3.6 on OSX

* Pushed rawzfitsreader (v 1.1) for python 3.5 on OSX

* Pushed rawzfitsreader (v 1.1) for python 3.6 on OSX

* Added multi-input-files support

* Added multi-input-files support

* Pushed rawzfitsreader binaries for version 1.1

* Pushed rawzfitsreader binaries for version 1.1

* Pushed rawzfitsreader binaries for version 1.1

* Pushed rawzfitsreader binaries for version 1.1

* Pushed rawzfitsreader binaries for version 1.1

* Added multi zfits files reading

* Added multi-files reading to readme

* Added multi-files reading to readme

* Made multi-zfits iteratable

* Fixed missing exception catching

* remove binaries not needed in the future

* add new init, rawzfits.pyx as docu of the API, del rawzfitsreader binaries

* new binaries for linux

* remove files, I do not know where they come from

* add missing dependency

* expect an iterable of paths not a single string

* adjust tests to new rawzfits interface, which exposes ProtobufIFits

* do not use protobuf form conda but from pypi

* recomend to install protobuf from pypi not from conda

* let MultiZFitsFiles be context manager

* explain what MultiZFitsFiles is supposed to be used for

* rename

* add random row access to `Table`

* First complete build through cython...

* revert changes to _pb2.py files and a bit of README

* try OSX without setting DYLD_LIBRARY_PATH

* remove unneeded comments

* Adding more recent test file for DigiCam (1.7MB)

* renaming ressource file

* Tested build scripts as updated by Dominik

* removing tests that was not ment to be pushed

* add `MultiZFitsFiles.headers` and add some tests

* typo in README

File Only!

15 May 13:58
8ef2d78
Compare
Choose a tag to compare
  • All telescope specifics have been removed, no digicam.py inside this package.
  • SimpleFile renamed to File

Hotfix for missing values in digicam files

14 May 08:09
ef5bd2c
Compare
Choose a tag to compare
Merge pull request #37 from cta-sst-1m/hotfix_missing_fields_in_digic…

…ampipe_file

Hotfix missing fields in digicampipe file

Special handling of missing values in Digicam files

12 May 11:44
9b64c50
Compare
Choose a tag to compare
Merge pull request #35 from cta-sst-1m/tidy_up_tests_more_tests

Tidy up tests more tests

Now with R1 messages

11 May 09:18
9682115
Compare
Choose a tag to compare
  • introducing version v1.0 of underlying C++ library
  • fixing issue #29 (mem leak)
  • fixing issue #25 (bug when reading header twice)

bug fix: table rewind afte re-opening the same file

30 Apr 14:49
Compare
Choose a tag to compare

This is basically a bug fix release of the bug described in #25.

Just add an additional NectarCam file as an example.

19 Mar 16:25
c361efc
Compare
Choose a tag to compare

This is functionally identical to v0.44.3.

  • Just an example file for NectarCam was added "example_9evts_NectarCAM.fits.fz"
  • and some docu about RunHeader