From 3cf3ae1d657c79fa2cf4f8fc8b3283a8a1237e6d Mon Sep 17 00:00:00 2001 From: andy <31824839+finderskuipers@users.noreply.github.com> Date: Wed, 3 Jan 2024 18:28:55 -0500 Subject: [PATCH 1/2] feat: new page for calibration frames covers flats, biases, darks --- src/imaging/calibration.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/imaging/calibration.md diff --git a/src/imaging/calibration.md b/src/imaging/calibration.md new file mode 100644 index 0000000..a6b025a --- /dev/null +++ b/src/imaging/calibration.md @@ -0,0 +1,28 @@ +## Intro +Here's a quick primer on how to take calibration frames. These are pretty easy to take and improve your image quite a bit. + +## Flats +Flats correct for dust on your optical train and vignetting from the telescope and your optics. +Take about 25-30 of these. Ask around! Everyone does them differently... +There are a few good methods to take them. An easy method for beginners is to move the telescope so it's pointing at the zenith and then use a rubber band to secure a white t-shirt to the front of the telescope. Then, put a white image on your phone screen at max brightness and place it on the telescope. Keep the settings the same as when you took the light frames, but lower the exposure until the histogram fits in the middle. +![image](https://github.com/observational-dev/oawiki/assets/31824839/8a6c365e-8ffc-4d86-b397-a845ba2f7c75) + +If you took them correctly, your flat frame will look something like this: +![image](https://github.com/observational-dev/oawiki/assets/31824839/b93ab15a-624b-4f90-9794-26e892b62d99) + +## Biases +These are quick and easy to take. don't skip these. They correct for inherent sensor noise. You only have to take these once, and you can reuse them forever. +Take about 50 biases. +Take exposures at the fastest speed your shutter will go. For a DSLR that might be 1/4000, older DSLRs might be at 1/2000. For an astrocam it might be even faster. + +## Darks +These calibration frames correct for amp glow and hot/cold pixels. Dark frames are pure noise. +Take about 30-50 darks. These might take you a while if your exposure time is longer. +Shoot these before or after your session- make sure your camera has the same settings/ambient temp is the same + +## Extra frames: +Dark flats +These are nice if you have filters and it's fast to take these. It's not really useful for DSLRs but it's nice for astrocams. Same exposure length as the flats. measure dark current in the flat frame + +![image](https://github.com/observational-dev/oawiki/assets/31824839/e21394c6-28f3-4730-ba13-dd7f69d6368f) +Here's Noah! From 2de03eae22e30cf8f1e45bf0645b03f66a43fa60 Mon Sep 17 00:00:00 2001 From: andy <31824839+finderskuipers@users.noreply.github.com> Date: Wed, 3 Jan 2024 18:32:38 -0500 Subject: [PATCH 2/2] FIX: update calibration.md kept breaking because i was missing H1 headers? --- src/imaging/calibration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/imaging/calibration.md b/src/imaging/calibration.md index a6b025a..978fcc0 100644 --- a/src/imaging/calibration.md +++ b/src/imaging/calibration.md @@ -1,3 +1,5 @@ +# Calibration Frames + ## Intro Here's a quick primer on how to take calibration frames. These are pretty easy to take and improve your image quite a bit.