Skip to content
forked from astropy/astropy

Astronomy and astrophysics core library - compression update fork

License

Notifications You must be signed in to change notification settings

Messier-16/astropy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODOs

  • Implement JPEG-LS (done)
  • Ensure all current tests pass
  • Ensure that memmap works, memory usage should not exceed some threshold, and only the required sections should be decompressed
  • Ensure that .section works, memory usage should not exceed some threshold, and only the required sections should be decompressed

(not actually sure yet why we have both of those options)

  • Consider implementing dask for parallel encoding and decoding
  • Consider implementing JPEG-XL for even (slightly) better compression performance? Probably not for now, minimal gains
  • Later... complete "practical astro compression" in C and implement that.

Astropy


Astropy's GitHub Actions CI Status Astropy's CircleCI Status Astropy's Coverage Status Astropy's PyPI Status Documentation Status pre-commit Ruff Zenodo DOI


The Astropy Project is a community effort to develop a single core package for astronomy in Python and foster interoperability between packages used in the field. This repository contains the core library.

Installation

To install astropy from PyPI, use:

pip install astropy

For more detailed instructions, see the install guide in the docs.

Contributing

Astropy User Statistics

The Astropy Project is made both by and for its users, so we welcome and encourage contributions of many kinds. Our goal is to keep this a positive, inclusive, successful, and growing community that abides by the Astropy Community Code of Conduct.

For guidance on contributing to or submitting feedback for the Astropy Project, see the contributions page. For contributing code specifically, the developer docs have a guide with a quickstart. There's also a summary of contribution guidelines.

Developing with Codespaces

GitHub Codespaces is a cloud development environment using Visual Studio Code in your browser. This is a convenient way to start developing Astropy, using our dev container configured with the required packages. For help, see the GitHub Codespaces docs.

Open in GitHub Codespaces

Acknowledging and Citing

See the acknowledgement and citation guide and the CITATION file.

Supporting the Project

Powered by NumFOCUS Donate

The Astropy Project is sponsored by NumFOCUS, a 501(c)(3) nonprofit in the United States. You can donate to the project by using the link above, and this donation will support our mission to promote sustainable, high-level code base for the astronomy community, open code development, educational materials, and reproducible scientific research.

License

Astropy is licensed under a 3-clause BSD style license - see the LICENSE.rst file.

About

Astronomy and astrophysics core library - compression update fork

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.3%
  • C 31.6%
  • Lex 0.9%
  • Cython 0.4%
  • Makefile 0.3%
  • C++ 0.2%
  • Other 0.3%