1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Reduction examples and tutorial
===============================
Here are some examples and different repositories using `ccdproc`.
* `Extended guide to image calibration using ccdproc`_
* `ipython notebook`_
* `WHT basic reductions`_
* `pyhrs`_
* `reduceccd`_
* `astrolib`_
* `mont4k_reduction`_ *Processes multi-image-extension FITS files*
.. _Extended guide to image calibration using ccdproc: https://mwcraig.github.io/ccd-as-book/00-00-Preface
.. _ipython notebook: http://nbviewer.ipython.org/gist/mwcraig/06060d789cc298bbb08e
.. _WHT basic reductions: https://github.com/crawfordsm/wht_reduction_scripts/blob/master/wht_basic_reductions.py
.. _pyhrs: https://github.com/saltastro/pyhrs
.. _reduceccd: https://github.com/rgbIAA/reduceccd
.. _astrolib: https://github.com/yucelkilic/astrolib
.. _mont4k_reduction: https://github.com/bjweiner/ARTN/tree/master/mont4k_pipeline
|