Jones-Emberson 1 - The Headphones Nebula
Jones-Emberson 1 - The Headphones Nebula
Jones-Emberson 1 - The Headphones Nebula
I'm guessing it's called that because it's kinda headphone shaped. It was discovered in the 30's so I'm assuming only the brightest parts of the nebula were visible to the astronomers.
This image is a combination of false color narrowband images for the nebula itself, plus true color RGB stars (the nebula is mostly red and a little blue in true color). If you zoom in to the center you can see the very blue white dwarf that caused the planetary nebula to form. Also for those curious this is what a single 10 minute long Ha exposure looks like (image total is 83.5 hours exposure). Captured over 33 nights from Jan-May 2024 from a bortle 9 zone.
Places where I host my other images:
Acquisition: 83 hours 30 minutes (Camera at -15°C), NB exposures at unity gain and BB at half unity
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:
here's the link to the repo if you want to add it to your own PI install.
RGB Linear:
Nonlinear:
R = iif(Ha > .15, Ha, (Ha.8)+(Oiii.2))
G = iif(Ha > 0.5, 1-(1-Oiii)(1-(Ha-0.5)), Oiii (Ha+0.5))
B = iif(Oiii > .1, Oiii, (Ha.3)+(Oiii.2))
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))