32 Cygni
32 Cygni
32 Cygni
That’s a terrific image but even better for me, a beginner astrophotographer, is all the details in the processing. Thank you for going to the effort to include that.
So technically 32 Cygni is just the bright star in the pic, and the rest of it is just hydrogen gas floating around in space. The constellation Cygnus has a ton of this hydrogen-alpha gas floating around, and I kinda just pointed at a semi-random spot in the constellation to get a pic. Although this was taken with an Ha filter, the stars are true color RGB, and I mapped the Ha channel to red so it closely resembles the actual color of hydrogen-alpha. Also for those curious here is a starless version that better shows the faint nebulosity/structures. Also pls ignore the crunchiness around 32 Cyg itself, it's an artifact of my camera's microlensing + the star removal program I use. Captured over like a dozen nights in December 2024 from a bortle 9 zone.
Places where I host my other images:
Acquisition: 29 hours 18 minutes (Camera at -15°C), unity gain
Capture Software:
PixInsight Preprocessing:
duplicated each image and removed stars via StarXterminator. Ran DBE with a shitload of points to generate background model. model subtracted from original pic using the following PixelMath (math courtesy of /u/jimmythechicken1)
$T * med(model) / model
Narrowband Linear:
Broadband/RGB linear:
(duplicated image at this point, to be used for stars only processing later)
R = $T+B(Ha- med(Ha))
G = $T
B = $T+B0.2(Ha- med(Ha))
honestly can't remember what I used for the B constant, but the default is 2 in my pixelmath ¯(ツ)_/¯
Stars only processing:
Nonlinear:
This basically re-linearizes the two images, adds them together, and then stretches them back to before. More info on it here)
mtf(.005,
mtf(.995,Stars)+
mtf(.995,Starless))