astropy / astropy-tutorials

Tutorials for the Astropy Project
BSD 3-Clause "New" or "Revised" License
288 stars 170 forks source link

astrophotography tutorials #458

Open tepickering opened 3 years ago

tepickering commented 3 years ago

a request came up on slack about tutorials about using astropy , astropy-affiliated, and the related python ecosystem for astrophotography. the basic image calibration steps (e.g. bias, darks, flats) can be handled easily by ccdproc. 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, the PixInsight package is widely used within the astrophotography community. there is a set of very good PixInsight tutorials at https://pixinsight.com/tutorials/index.html that would be a good possible starting point for ideas for similar astropy tutorials.

some specific tutorial ideas i can name off the top of my head:

kakirastern commented 3 years ago

Thanks for the issue @tepickering! Totally agree that there is a need for such tutorials, maybe as a theme-based series.

kakirastern commented 3 years ago

@mwcraig I have found someone who seems interested in following up on the issue over on the OpenAstronomy IRC channel at Element.io

hellosagar commented 3 years ago

@kakirastern thanks for giving me this opportunity Im highly interested in doing this

kakirastern commented 3 years ago

@pikachu404 You are welcome

mwcraig commented 3 years ago

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.

kakirastern commented 3 years ago

Sure, let me give it a think and post a bit about the milestones and tasks for the planned PR as I conceive them

hellosagar commented 3 years ago

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

kakirastern commented 3 years ago

@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

hellosagar commented 3 years ago

okay sure let some research then I'll get back to you

kakirastern commented 3 years ago

Maybe this would serve as an interesting reference as basis: https://skyandtelescope.org/astronomy-resources/astrophotography-tips/

hellosagar commented 3 years ago

Thanks

karenlmasters commented 2 years ago

Some of this exists in ccdproc. Do I remember correctly that will become integrated with astropy at some point?