Hi kayronjm,
some comments on your tutorial after a more careful look.
Step 1:
- "it is a good idea to capture dark and bias calibration images": Right, but you also need flats. They are mandatory.
- "Capturing a number of these (5 or 10) is a good idea to average them individually": You need more. Use 50 bias frames, and at least the same number of darks and flats as you have lights. Otherwise, the masterdark/flat will introduce most of the noise into your final result
- " this tutorial discusses how to take your target, dark and bias images and produce one final, calibrated result.". You should mention the BatchPreProcessing (BPP) script in PI here. Your tutorial uses DeepSkyStacker, which is fine, but PI will give you more control. When you mention BPP with DSLR, dont forget to check "CFA" along with RGGB debayer and uncheck "Scale Darks".
- "It is important that this final image be in 16-bit, and either TIFF or PNG is a good format. An 8-bit JPEG will be extremely, extremely difficult to post-process later due to the inherent issues presented by the image compression." Wrong. PNG is also an 8 bit format. Your stacking result should be TIFF or (in my opinion preferable) FITS 16 or 32 bits. The result generated by BPP is a 32 bit float FITS file.
Step 2:
- "STF AutoStretch": You should unlink the channels before doing this autostretch. This will remove the orange color of the background.
-"The light pollution captured is very evident": What you see is mostly vignetting (no flats), and probably the result of minor image motion compensated for by the registration (bands at borders).
- "Therefore, save the image as a new file and select FITS for format. Enter a new filename such as the original one with _Crop added on to the end. When asks for bit rate, select 16-bit unsigned integer": Before you do any further processing (in particular: noise reduction, HistogramTransform), you should convert to 32 bit float format. This better preserves values and dynamic range than 16 bit integer. Use Process/Image/SampleFormatConversion. Also save as 32 bit float.
Step 3:
- "Change the Default sample radius to 15 and Samples per row to 25 (to add more sampling points, of larger radius": I am not sure if it is necessary to increase these values from their defaults. The only value that I usually need to change (with heavy light polution or imperfect flats) is Tolerance (1.5 or so).
- "they can either be moved around or selected (by clicking) and deleted individually". What I usually do is apply the current samples ("subtraction", "discard background model", but not "Replace target image"), check the result for artifacts (such as dark holes caused by samples placed on stars), adjust samples, repeat this until things look good. Only then I apply with "Replace target image" checked.
Step 4:
-"Extracting a Luminance image from the RGB image": I am not so sure about the value of extracting a luminance image from an RGB image. Maybe others can comment.
Step 5:
-"64-bit IEEE 754 floating point": Rarely necessary. 32 bit float is sufficient except for some HDR images .
Thanks for the nice tutorial!
Georg