This repository has been archived by the owner on Mar 4, 2021. It is now read-only.
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