Just adding my usual workflow here (but in a less fancy presentation ;) ):
Starting with a linear masterfile generated from DrizzleIntegration:
- Dynamic Crop
- BlurXTerminator in correct only mode
- ImageSolver
- SPFC
- MGC (fine-tuning of scale and smoothness parameters)
- SPCC (with custom ROI and all the filter curves)
- BlurXTerminator for general sharpening
- StarXTerminator to obtain obj and str images (containing background and stars respectively)
obj workflow:
- NoiseXTerminator
- MaskedStretch (to a brightness of 0.8, 100 iterations)
- (LocalHistograEqualization if I want to bring out some faint localized structures without boosting the contrast)
- CurvesTransformation, saturation adaption included
str workflow:
- HistogramTransformation
- CurvesTransformation (for saturation adjustments only)
Final combination is done in PixelMath using "combine(obj, str, op_screen())". After that, I apply ICCProfileTransformation and done!
Regarding the workflow at the top providex by
@Jim Waters : Why do you apply SCNR after you used SPCC? If you already corrected the colors, there should be no reason to change them again. I, regarding my own images, always treat a reason to do so as a sign that I did something wrong during SPCC.
Additionally, according to Russel Croman, StarXTerminator works better before NoiseXTerminator is applied, so maybe changing the order in that regard may be beneficial to you.
CS Gerrit