Page 1 of 1

L0 = L1 + D

Posted: Thu Aug 03, 2017 11:23 pm
by oopfan
Robin,

I made a major blunder by reusing darks that were acquired the previous night at a cooler sensor temperature. The result is that my newly acquired lights, with dark frame subtraction turned on, have lots of hot pixels shining through.

Is there a way to get SC to perform the inverse of dark frame subtraction so that I can salvage 90 minutes of work?

Thanks,
Brian

Re: L0 = L1 + D

Posted: Fri Aug 04, 2017 8:19 am
by admin
Hi Brian,

SharpCap can't do this, but various other software like IRIS (free, very complex but powerful) and PixInsight ($$$, also very complex but powerful!) can. You may find that there is a problem with recreating the original frames as the saved frame will be clipped to have a minimum of zero even if the dark subtraction would have led to a negative value - ie dark subtraction in SharpCap is

result = max(255, min(0, light - dark)) [ or 65535 not 255 for 16 bit depth]

cheers,

Robin

Re: L0 = L1 + D

Posted: Fri Aug 04, 2017 8:21 am
by admin
Just for the record, SharpCap preserves -ve pixel values that come from dark subtraction during the live stacking process (as that makes dark subtraction more effective). However, even when live stacking negative pixel values are clipped when saving the stack.

cheers,

Robin