Another Go At Some Old Photos with PixInsight

CCD vs Film? Lots of time vs no patience? Alright, this is your place to discuss all the astrophotography what's and what's not. You can discuss about techniques, accessories, cameras, whatever....just make sure you also post some nice photos here too!
User avatar
Enterprise
Posts: 89
Joined: Sat May 26, 2007 3:05 am
Location: Singapore, Marine Parade (ECP)

Re: Another Go At Some Old Photos with PixInsight

Post by Enterprise »

now that is what i call a HD difference!
User avatar
Barry
Posts: 627
Joined: Mon Oct 30, 2006 8:00 pm
Contact:

Re: Another Go At Some Old Photos with PixInsight

Post by Barry »

Holy moley! That Rosette it stunning!
User avatar
rcj
Vendor
Posts: 3043
Joined: Sun Sep 28, 2003 1:46 am
Location: Katong
Contact:

Re: Another Go At Some Old Photos with PixInsight

Post by rcj »

marvelous attempts via PI! You'd finally believed the holy grail of gradient removals....DBE since film days was used extensively. Because of the custom bg modeling character, once or even twice applied, with proper control boxing will remove most gradients, unless it is affected adversely by asymmetric local light cones.

the backgrounds are kind of clipped though as a result of DBE after-effects, and it may have sub-dued the faint nebulous regions (end points of rosette and m42). It is always good to use STF to auto-stretch the image first (remember to click 'A' symbol) to check for how much faint region data you potentially have in the stacked image. Colour calibration / background neutralization has to be performed too, to set the base. Although with time, you will find that the handy Pixelmath tool will be best for performing this.

Some equations that I have tested ok for neutralization would be:

$target - (Med( background ) - Med( background[2] ))
$target - (Med( background ) - Med( background[2] ))
$target

for the R, G, B channels respectively. This would be best on a single preview sample, which is good enough if data is taken from dark skies, and if the region is not over nebula rich.

Otherwise, another customized set of equations that can fulfill the second case would be:

$target - (Avg( Med( background1 ), Med( background2 ) ) - Avg( Med( background1[2] ), Med( background2[2] )))

$target - (Avg( Med( background1 ), Med( background2 ) ) - Avg( Med( background1[2] ), Med( background2[2] )))

$target

For both sets of equations, the Blue channel can be left as it is ($target).
Photon Bucket
http://www.celestialportraits.com
Facebook page: celestialportraits
User avatar
KKK26
Posts: 469
Joined: Sun Jun 06, 2010 12:39 am
Favourite scope: All nice scopes
Location: Woodlands

Re: Another Go At Some Old Photos with PixInsight

Post by KKK26 »

Super nice! M42 is so colorful and alot of details. Thanks
User avatar
cataclysm
Posts: 1024
Joined: Mon Aug 29, 2005 11:23 pm

Re: Another Go At Some Old Photos with PixInsight

Post by cataclysm »

rcj wrote:marvelous attempts via PI! You'd finally believed the holy grail of gradient removals....DBE since film days was used extensively. Because of the custom bg modeling character, once or even twice applied, with proper control boxing will remove most gradients, unless it is affected adversely by asymmetric local light cones.

the backgrounds are kind of clipped though as a result of DBE after-effects, and it may have sub-dued the faint nebulous regions (end points of rosette and m42). It is always good to use STF to auto-stretch the image first (remember to click 'A' symbol) to check for how much faint region data you potentially have in the stacked image. Colour calibration / background neutralization has to be performed too, to set the base. Although with time, you will find that the handy Pixelmath tool will be best for performing this.

Some equations that I have tested ok for neutralization would be:

$target - (Med( background ) - Med( background[2] ))
$target - (Med( background ) - Med( background[2] ))
$target

for the R, G, B channels respectively. This would be best on a single preview sample, which is good enough if data is taken from dark skies, and if the region is not over nebula rich.

Otherwise, another customized set of equations that can fulfill the second case would be:

$target - (Avg( Med( background1 ), Med( background2 ) ) - Avg( Med( background1[2] ), Med( background2[2] )))

$target - (Avg( Med( background1 ), Med( background2 ) ) - Avg( Med( background1[2] ), Med( background2[2] )))

$target

For both sets of equations, the Blue channel can be left as it is ($target).
Thanks Bro! Oh boy, really got to delve deeper into this..... :P
Post Reply