This repository has been archived by the owner on Mar 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Dominik Neise
authored
Aug 24, 2018
1 parent
6db1524
commit da7642b
Showing
30 changed files
with
8,660 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.