Abell 84 (PK 112-10.1)

Click image for full size version

September 1, 2023 

Abell 84 is a small planetary nebula in Cassiopeia. It is also catalogued as PK 112-10.1. It doesn’t seem to be imaged very often, probably because it’s quite small on the sky (2.9′ x 2.1′) and dim (around mag 18). It shows lots of detail in this image, though, and reminds me of much bigger and brighter M27, the Dumbbell Nebula.

There are several galaxies in the field too, particularly at upper left, but I didn’t find them in the catalogues I was able to access. All these galaxies are far, far in the background. Abell 84 is in our galaxy, although I wasn’t able to find much information on its size or distance.

Tekkies:
Acquisition, focusing, and control of Paramount MX mount with N.I.N.A., TheSkyX and PHD2. Primalucelab low-profile 2″ Esatto focuser and ARCO rotator. Equipment control with PrimaLuce Labs Eagle 4 Pro. All pre-processing and processing in PixInsight. Acquired from my SkyShed in Guelph. Average transparency and seeing. Data acquired August 28-31, 2023 under a nearly full Moon.

Celestron 14″ F/11 EDGE HD telescope at f/11 (3,912 mm focal length)  and QHY600M camera binned 2×2 with Optolong filters.

10x5m Red = 0hr50m
8x5m Green = 0hr40m
8x5m Blue = 0hr40m
58x5m Ha = 4hr50m
57x5m O3 =4hr45m

Total: 11hr45m

Image scale 0.4 arcsec per pixel
 
Finder Chart: 
  
 
 
Data Reduction and Linear Processing

Preprocessing: The WeightedBatchPreProcessing script was used to perform calibration, cosmetic correction, weighting, registration, local normalization and integration of all frames.

Colour master: A colour master was made from the Red, Green and Blue masters using ChannelCombination in RGB mode.

Gradient Removal: DynamicBackgroundExtraction was applied to the RGB, Ha and O3 masters.

Colour Calibration:  ColorCalibration was used to calibrate the RGB master.

Deconvolution: BlurXterminator was used on the Ha, O3 and RGB masters with Automatic psf , and star sharpening set to 0.10 with “Correct First” selected. The same settings were used with Automatic PSF on the Color image.

Linear Noise Reduction: NoiseXterminator was applied to each image with settings Amount=0.9 and Detail=0.15

Star Removal:  StarXterminator was used to remove the stars from each the RGB, Ha and O3 masters, with default settings.

Stretching:  HistogramTransformation was applied to the RGB, Ha and O3 masters to make pleasing images. Approximate background level after stretch was 0.10 for RGB and 0.08 for Ha and O3.

Nonlinear Processing
Addition of Ha: PixelMath was used to blend Ha into the RGB image using the following expression with parameter values a=1.2 and b=0.06.
          Red:      max($T[0], a*Ha)
          Green:  $T[1]
          Blue:      iif($T[0]<a*Ha, $T[2] + b * Ha, $T[2])

Addition of O3: PixelMath was used to blend O3 into the HaRGB image using the following expression with parameter values a=1.
          Red:      $T[0]
          Green:  max($T, a*O3)
          Blue:      max($T, a*O3)

Nonlinear Noise Reduction: NoiseXterminator was used to reduce noise in the background areas of the image with settings Amount=0.9 and Detail=0.2

Re-stretch: HistogramTransformation was used to boost contrast by moving the dark point to the toe of the histogram and slightly decreasing the mid-point slider.

Contrast Enhancement: LocalHistogramEqualization was applied three times using a mask to select the nebula.  A Contrast Limit of 1.5 and 1 iteration was used for each LHE application (scale 30, strength 0.5; scale 90, strength 0.5; scale 150, strength 0.5).

Sharpening: The same mask was used for sharpening with MultiscaleMedianTransform (Layers 1 – 5 with strengths of 0.01, 0.03, 0.05, 0.05, and 0.01, respectively).

Stars-only steps: MorphologicalTransformation was used in Morphological Selection mode to shrink the stars through a mask made by extracting the Luminance from the stars-only image. CurvesTransformation was used to add saturation to the stars. 

Star Restoration: PixelMath expression combine(starless, stars, op_screen())  was used to combine the starless and stars-only images created with StarXterminator.

Final Steps: Background, nebula and star brightness, contrast and saturation were adjusted in several iterations using CurvesTransformation with masks as required. ICCProfileTransformation (sRGB IEC61966-2.1; Relative Colorimetric with black point compensation) was applied prior to saving as a jpg.  The finder chart was made using the FindingChart process.