Open tepickering opened 4 years ago
Thanks for the issue @tepickering! Totally agree that there is a need for such tutorials, maybe as a theme-based series.
@mwcraig I have found someone who seems interested in following up on the issue over on the OpenAstronomy IRC channel at Element.io
@kakirastern thanks for giving me this opportunity Im highly interested in doing this
@pikachu404 You are welcome
It would be good to flesh out a little more what this tutorial would contain or what it might be broken into. As described in the original issue, this is could be very, very broad.
Sure, let me give it a think and post a bit about the milestones and tasks for the planned PR as I conceive them
currently, Im also figuring out the main task to do with which required knowledge so if you provide me some specific thing that would be great
@pikachu404 Sure, if you come with with any ideas after some research do post them here or on the IRC channel so that we could continue our discussion
okay sure let some research then I'll get back to you
Maybe this would serve as an interesting reference as basis: https://skyandtelescope.org/astronomy-resources/astrophotography-tips/
Thanks
Some of this exists in ccdproc. Do I remember correctly that will become integrated with astropy at some point?
a request came up on slack about tutorials about using
astropy
,astropy-affiliated
, and the relatedpython
ecosystem for astrophotography. the basic image calibration steps (e.g. bias, darks, flats) can be handled easily byccdproc
. for color imagers, there may be extra steps to decompose the TIFF or RAW files into a FITS image per color channel. for higher level processing of images, thePixInsight
package is widely used within the astrophotography community. there is a set of very goodPixInsight
tutorials at https://pixinsight.com/tutorials/index.html that would be a good possible starting point for ideas for similarastropy
tutorials.some specific tutorial ideas i can name off the top of my head:
reproject
to combine data from different cameras/telescopes.photutils
andscikit-image
to perform sophisticated background subtraction and gradient removal.PixInsight
noise reduction tutorial that shows how to perform those tasks withscikit-image
and/oropencv
.