waterbourn wrote:Hello. I am new to the hobby and have my first set of data. I grabbed the pixinsight demo and tried and got so-so results I guess. Just so not user friendly. But then I heard about this program and wanted to try the demo. In both programs I have these two black spots (on on the left and one on the left). I think maybe dust? I did do flats, flat bias, and darks. I also have a streak of light artifact. Maybe some type of reflection at some point? Anyway I was wondering if I could get some guidance on how you remove areas like that in Startools. I used the wipe function but still keep bad gradients as well as the two dark spots. I watched a couple tutorials and used the lasso feature to mask the spots when doing wipe so they would not interfere. But I get less than stellar results. Here is the link to the .fts file if anyone is willing to help me out. thanks so much
https://drive.google.com/file/d/0B0WZUC ... sp=sharing
Hi,
Welcome to the hobby!
I have to say that is is pretty darn good data for someone just starting out. Before addressing your particular questions, one thing that will further really enhance your data is dithering. Right now you have noise that is a bit 'streaky' in nature. By moving your camera a little between shots (preferrably in an outwardly spiralling pettern) you will get rid of that noise and you'll be able to push it much further. Having noise in your image that follows a 'pattern' (e.g. streaks), really hampers any noise reduction routine's ability to discern noise from detail.
Now for your specific questions. Yes, those two spots are most likely dust. Masking them out like so...
-
- Untitled.jpg (152.32 KiB) Viewed 8393 times
...should help WIpe ignore them. Further gradient related trouble can be addressed by making sure that there are no further (smaller) 'dark' anomalies detectable - dark anomalies are any pixels that are darker than the true interstellar background that was recorded; e.g. simply anything that is artificially 'dark'. If an image is noisy, bumping up the Dark Anomaly Filter settings is usually a good idea. I further found that using the Vignetting preset helped with your data as well, since some darkening towards the corners was still visible.
Further processing may sufficiently mask the dust donuts' presence (especially if they're obscuring interstellar background). However, if they're not simply obscuring interstellar background, or you prefer a level of skyglow in your background.
Have a look at this thread showing you how to painlessly remove such donuts from your image. Note that this technique only works for things darker than the 'expected' data (e.g. dust donuts). You can also use the Heal module for healing out reflections if/when necessary, but this starts to enter the realm of 'doctoring' your image (do let me know if you want to know how to do this regardless - as opposed to PI we're not all about pushing arbitrary 'philosophies' here
).
This is an example of what you could end up with.
-
- m51.jpg (134.12 KiB) Viewed 8393 times
Processing flow as follows;
--- Auto Develop
AutoDev to see what we got. Default parameters (we'll redo our stretch later and we don't care about the right settings right now).
We can see streaking noise, gradient, the two dust donuts and a red bias. Noise grain is 'clumpy' (due to debayering).
--- Bin
We'll trade resolution for noise reduction. This also undoes (as best as it can) the interpolation that debayering caused, making noise grain 1:1.
Parameter [Scale] set to [(scale/noise reduction 50.00%)/(400.00%)/(+2.00 bits)]
--- Wipe
Created mask with dust masked out. Vignetting preset.
Parameter [Dark Anomaly Filter] set to [4 pixels]
(time traveling thanks to Tracking feature - Wipe applies the gradient removal to the linear data, e.g. before we stretched it with AutoDev)
--- Auto Develop
Time to put the dynamic range that Wipe freed up to good use!
Redoing global stretch (time traveling thanks to Tracking feature, AutoDev goes back to linear data), specifying a ROI (click & drag) over M51A/M51B.
Parameter [Ignore Fine Detail <] set to [6.3 pixels] in order to make AutoDev ignore the fine noise.
Parameter [Outside ROI Influence] set to [3 %] in order to make AutoDev ignore anything outside the ROI even more.
--- Deconvolution
Click on the Auto Mask button to have StarTools create a suitable de-ringing mask for us automatically (the current mask is not suitable - we designed it ourselves for the Wipe module).
Parameter [Radius] set to [2.3 pixels]
Again, time travelling thanks to Tracking feature, Decon goes back in time when the image was still linear, applies the deconvolution, then travels forward in time, reapplying Wipe and AutoDev. If you ever switch to PI, please be aware that deconvolution on stretched data is not useful/mathematically correct!
--- Life
Using the Life module's Isolate preset to push back the noise, while 'Isolating' the DSO. Clear, Invert the mask (e.g. select every pixel for processing) before applying.
--- Color
Final color calibration. Again, thanks to time traveling this is something that can be done anytime in StarTools, preferably towards the end so ST can compensate for you stretching the brightness/luminance and still get correct color. In other, less advanced software such as PI or PS, do this after DBE/ABE/GradientXTerminator and before stretching your data - proper color calibration of stretched data is, like deconvolution, only applicable to linear data.
The default values that StarTools came up with are too green (less noisy data will help ST make better guesses).
Rule of thumb is to look for a good even distribution of all star temperatures (from deep red to blue). A typical (there are many exceptions) galaxy has a yellowish core (older stars) and and a bluer outer rim (younger stars) with purple HII knots/areas spread throughout.
Parameter [Cap Green] set to [To Yellow]
Parameter [Dark Saturation] set to [4.50]
Parameter [Bright Saturation] set to [Full]
Parameter [Saturation Amount] set to [300 %]
Parameter [Green Bias Reduce] set to [1.52]
--- Wavelet De-Noise
Final noise reduction. Tracking will have data-mined your data and processing choices by now and will have pinpointed exactly where noise has been brought out.
Parameter [Scale 5] set to [50 %]
Parameter [Brightness Detail Loss] set to [9 %]
Parameter [Grain Size] set to [22.1 pixels]
Parameter [Read Noise Compensation] set to [11.18 %]
Parameter [Smoothness] set to [66 %]
Hope this helps!