All Projects → astropy → Ccdproc

astropy / Ccdproc

Licence: bsd-3-clause
Astropy affiliated package for reducing optical/IR CCD data

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Ccdproc

Termtrack
Track satellites in your terminal
Stars: ✭ 375 (+535.59%)
Mutual labels:  astronomy
Xdf Gan
A GAN for the generation of mock astronomical surveys
Stars: ✭ 17 (-71.19%)
Mutual labels:  astronomy
Gaia tools
Tools for working with the @ESAGaia data and related data sets
Stars: ✭ 40 (-32.2%)
Mutual labels:  astronomy
Sunpy
SunPy - Python for Solar Physics
Stars: ✭ 577 (+877.97%)
Mutual labels:  astronomy
Alfa
Automated Line Fitting Algorithm
Stars: ✭ 6 (-89.83%)
Mutual labels:  astronomy
Wide Residual Nets For Seti
Classification of simulated radio signals using Wide Residual Networks for use in the search for extra-terrestrial intelligence
Stars: ✭ 22 (-62.71%)
Mutual labels:  astronomy
Apod Api
Astronomy Picture of the Day API service
Stars: ✭ 290 (+391.53%)
Mutual labels:  astronomy
Astrolib.jl
Bundle of small astronomical and astrophysical routines.
Stars: ✭ 48 (-18.64%)
Mutual labels:  astronomy
Bayesflare
A python module to detect stellar flares using Bayesian model comparison
Stars: ✭ 6 (-89.83%)
Mutual labels:  astronomy
Pydis
A simple longslit spectroscopy pipeline in Python
Stars: ✭ 37 (-37.29%)
Mutual labels:  astronomy
Meteor Astronomy
Model layer for Meteor
Stars: ✭ 608 (+930.51%)
Mutual labels:  astronomy
Celestia
Real-time 3D visualization of space.
Stars: ✭ 785 (+1230.51%)
Mutual labels:  astronomy
Gitscience
A curated list of science- and engineering related repositories on GitHub and in neighboring counties
Stars: ✭ 8 (-86.44%)
Mutual labels:  astronomy
Astroquery
Functions and classes to access online data resources. Maintainers: @keflavich and @bsipocz and @ceb8
Stars: ✭ 510 (+764.41%)
Mutual labels:  astronomy
Fitsio
fitsio is a pure-Go package to read and write `FITS` files
Stars: ✭ 40 (-32.2%)
Mutual labels:  astronomy
Openspace
This is the official GitHub repository for OpenSpace: an open source astrovisualization project. For instructions on how to build and run OpenSpace, see the Getting Started Guides on the wiki page at http://wiki.openspaceproject.com
Stars: ✭ 374 (+533.9%)
Mutual labels:  astronomy
Moon Phase Widget
Moon phase widget for website in javascript
Stars: ✭ 19 (-67.8%)
Mutual labels:  astronomy
Imexam
imexam is a python tool for simple image examination, and plotting, with similar functionality to IRAF's imexamine
Stars: ✭ 57 (-3.39%)
Mutual labels:  astronomy
Skypy
SkyPy: A package for modelling the Universe.
Stars: ✭ 41 (-30.51%)
Mutual labels:  astronomy
Apogee
Tools for dealing with APOGEE data
Stars: ✭ 34 (-42.37%)
Mutual labels:  astronomy

ccdproc

.. image:: https://travis-ci.org/astropy/ccdproc.svg?branch=master :target: https://travis-ci.org/astropy/ccdproc

.. image:: https://coveralls.io/repos/astropy/ccdproc/badge.svg :target: https://coveralls.io/r/astropy/ccdproc

.. image:: https://zenodo.org/badge/12153/astropy/ccdproc.svg :target: https://zenodo.org/badge/latestdoi/12153/astropy/ccdproc

Ccdproc is is an affiliated package for the AstroPy package for basic data reductions of CCD images. The ccdproc package provides many of the necessary tools for processing of ccd images built on a framework to provide error propagation and bad pixel tracking throughout the reduction process.

Ccdproc can currently be installed via pip or from the source code. For installation instructions, see the online documentation_ or docs/install.rst in this source distribution.

Documentation is at ccdproc.readthedocs.io <https://ccdproc.readthedocs.io/en/latest/>_

An extensive tutorial_ is currently in development.

Contributing

We have had the first stable release, but there is still plenty to do!

Please open a new issue or new pull request for bugs, feedback, or new features you would like to see. If there is an issue you would like to work on, please leave a comment and we will be happy to assist. New contributions and contributors are very welcome!

New to github or open source projects? If you are unsure about where to start or haven't used github before, please feel free to email @crawfordsm, @mwcraig or @mseifert_. We will more than happily help you make your first contribution.

Feedback and feature requests? Is there something missing you would like to see? Please open an issue or send an email to @mwcraig, @crawfordsm or @mseifert_. Questions can also be opened on stackoverflow, twitter, or the astropy email list.

Ccdproc follows the Astropy Code of Conduct_ and strives to provide a welcoming community to all of our users and contributors.

Want more information about how to make a contribution? Take a look at the astropy contributing_ and developer_ documentation.

If you are interested in finacially supporting the project, please consider donating to NumFOCUS_ that provides financial management for the Astropy Project.

Acknowledgements

If you have found ccdproc useful to your research, please considering adding a citation to ccdproc contributors; Craig, M. W.; Crawford, S. M.; Deil, Christoph; Gasdia, Forrest; Gomez, Carlos; Günther, Hans Moritz; Heidt, Nathan; Horton, Anthony; Karr, Jennifer; Nelson, Stefan; Ninan, Joe Phillip; Pattnaik, Punyaslok; Rol, Evert; Schoenell, William; Seifert, Michael; Singh, Sourav; Sipocz, Brigitta; Stotts, Connor; Streicher, Ole; Tollerud, Erik; and Walker, Nathan, 2015, Astrophysics Source Code Library, 1510.007, DOI: 10.5281/zenodo.47652 <https://ui.adsabs.harvard.edu/abs/2015ascl.soft10007C>_

Thanks to Kyle Barbary (@kbarbary_) for designing the ccdproc logo.

.. _Astropy: https://www.astropy.org/ .. _git: https://git-scm.com/ .. _github: https://github.com .. _Cython: https://cython.org/ .. _online documentation: https://ccdproc.readthedocs.io/en/latest/install.html .. [email protected]: https://github.com/kbarbary .. [email protected]: https://github.com/crawfordsm .. [email protected]: https://github.com/mwcraig .. [email protected]: https://github.com/MSeifert04 .. _Astropy Code of Conduct: https://www.astropy.org/about.html#codeofconduct .. _contributing: https://docs.astropy.org/en/stable/index.html#contributing .. _developer: https://docs.astropy.org/en/stable/index.html#developer-documentation .. _tutorial: https://github.com/mwcraig/ccd-reduction-and-photometry-guide .. _NumFOCUS: https://numfocus.org/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].