![]() 1/26/2023
·
![]()
·
1
いいね!
·
リンクを共有
|
---|
Does anyone have any guidance on how to recombine an image after using the StarXterminator process. I successfully created a starts image only and was able to reduce the number of stars without creating artifacts. How to reintegrate the "reduced star" image back into to the subject image is not known to me. I think it might be with Pixel Math but I'm not experienced enough yet to know how to use it. Also, any tips on where to insert this into the processing flow. After integration: DBE, NoiseXterminator, BlurXterminator, GHS stretch, Curve Transformation (saturation and color enhancement). Thanks in advance CS Patrick |
![]() 1/27/2023
·
![]()
·
1
いいね!
·
リンクを共有
|
---|
Hello Patrick. Yes, Pixelmath is used to combine two images. Give a short whIle and I will post instructions on this subject. ( I am not near my Pixinsight computer at this time) |
![]() 1/27/2023
·
![]()
·
1
いいね!
·
リンクを共有
|
---|
Hey Patrick, I found this little formula some time ago and use it to either remove stars using the pre- and post- StarXT images. I have found it works really well. So process with Star XT to generate the Starless image, this gives PostStarXT. Then plug the Pre- and Post- images into the Pixelmath formula as follwos: For generating 'star mask' with PixelMaths: ~((~Pre-StarXT)/(~PostStarXT)) - this gives the 'Star Mask' The play around with the 'Star Mask" to get colour and stretching right. The recombine the 'Star Mask' back with the Starless image again using the following PixelMaths formula: For combining stars back with PixelMaths: ~((~PostStarXT)*(~Star Mask)) with Create New Image Re where to insert it, I usually do it just prior to stretching. Give it a go. Cheers Paul |
![]() 1/27/2023
·
![]()
·
1
いいね!
·
リンクを共有
|
---|
Thank you, Paul!! This really clears it up and removes the roadblock I've been running against. I'll work on my image with your technique and see what comes out! I appreciate you sharing this. Clear Skies!! Patrick |
![]() 1/27/2023
·
![]()
·
2
いいね!
·
リンクを共有
|
---|
I use the Blend script using the Screen method to blend a starless image with the stars image. BlurXTerminator is pretty good at reducing star sizes without separating out the stars. Jeff |
![]() 1/27/2023
·
![]()
·
リンクを共有
|
---|
Jeff, thanks, too, for your input. I didn't know about the Blend script and will play around with that, too. Clear Skies! Patrick |
![]() 1/27/2023
·
![]()
·
1
いいね!
·
リンクを共有
|
---|
I use this method in Pixelmath and it works very well, which is in fact, the screen blend process in Pixelmath form: combine(ImageX,ImageY,op_screen()) I cut and paste that formula into the Expression Editor, then find the two images I am trying to combine from the picklist on the right. Simply replace ImageX with of your images, and ImageY with the other. I then go back out of expression editor, and select New Image as the destination; drag the triangle to either image and you'll have your combined image! By creating a new image, you can go back and tweak your original images and just keep recreating new versions. As far as when, I like to separate in the linear state (though have experimented with both), that way I can clear up some of the noise before stretching; as a Canon DSLR user, I also use the Canon Banding Artifact script on the starless image far more effectively than the combined image. This also allows me to stretch stars and starless fields separately and I can pay much better attention to star color/saturation/cores. I find I have to use HSV Repair far less often when I stretch the stars separate from the non-stellar images. I don't recombine until both are processed in the non-linear state towards the end. Usually the only thing I will do after combining is tinker with star reduction using Bill Blanshan's formulas. Clear Skies! Rob |
![]() 1/27/2023
·
![]()
·
1
いいね!
·
リンクを共有
|
---|
Rob, thanks for the information. I had no idea there was a Canon Banding Artifact script. I just didn't know what to look for among all the script sections. I'll definitely give that a try too. Lots of experimentation to be done! Again, thanks for the kind advice. CS Patrick |
![]() 1/27/2023
·
![]()
·
1
いいね!
·
リンクを共有
|
---|
Glad to help! The thing with that script is always check the box to Protect Highlights and to orient the bands horizontally for the script to work; sometimes images need to be rotated for the script to work, then I rotate back. With an image with bands but a full starfield, you will get some artifacts in line with bright stars/objects, so the I have found the script is way more useful on the starless images with far fewer artifacts. I'll sometimes run it once or twice. Good luck!
|
![]() 5/2/2023
·
![]()
·
リンクを共有
|
---|
When I process JWST data on PixInsight, I get dark dots in the middle of stars when I use StarXterminator. What causes this, and how do I a) fix it, or better yet b) avoid it.
|
![]() 5/2/2023
·
![]()
·
1
いいね!
·
リンクを共有
|
---|
Patrick, this very topic is outlined in great detail by Russell Croman, himself, here: https://pixinsight.com/forum/index.php?threads/unscreening-and-re-screening-recombining-stars-with-starless-images.18602/ CS Chris PS: I do the non-linear processing in Photoshop - there you just set the star layer to blending mode "screen" - that's it. |