This repository has been archived by the owner on Mar 4, 2021. It is now read-only.
Releases: cta-observatory/protozfitsreader
Releases · cta-observatory/protozfitsreader
Includes updated NectarCam data model and zstandard compression support
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
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
Bugfix for: 1.4.0
floating points were always 64bit and never 32.
File and MultiZFitsFiles (Cython wrapper)
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!
- All telescope specifics have been removed, no
digicam.py
inside this package. SimpleFile
renamed toFile
Hotfix for missing values in digicam files
v1.0.1a0 Merge pull request #37 from cta-sst-1m/hotfix_missing_fields_in_digic…
Special handling of missing values in Digicam files
Merge pull request #35 from cta-sst-1m/tidy_up_tests_more_tests Tidy up tests more tests
Now with R1 messages
bug fix: table rewind afte re-opening the same file
This is basically a bug fix release of the bug described in #25.
Just add an additional NectarCam file as an example.
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