The Bubble Nebula in SHO
The Bubble Nebula in SHO
The Bubble Nebula in SHO
You're viewing a single thread.
So I shot the Bubble Nebula in true-color last year, but I decided to shoot it again this past month in false color. It really helps to show the extended nebulosity, and gives me and excuse to compare my image to Hubble's. This false color image uses the SHO palette, where the sulfur-ii wavelength is mapped to red, hydrogen-alpha to green, and oxygen-iii is blue. I'm really happy with how the colors turned out on this one. There's also a number of other nebulae and a star cluster in frame. Captured over 14 nights in Jan/Feb 2024 from a bortle 9 zone (I could only get a couple hours max per night on it.
Places where I host my other images:
Acquisition: 37 hours 36 minutes (Camera at -15°C), Camera at 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:
This is a great new pixinsight script from Sketch on the discord. here's the link to the repo if you want to add it to your own PI install.
Stars Only Processing:
Nonlinear:
This basically re-linearizes the two images, adds them together, and then stretches them back to before
(Jimmy is a processing wizard when it comes to writing up this independent starless processing stuff)
mtf(.005,
mtf(.995,Stars)+
mtf(.995,Starless))
This has to be the most informative post I’ve read here. Thanks for all the info.