L0 = L1 + D

Features suggestions that are not currently planned for inclusion will be moved here. In general features moved here are very unlikely to be added to SharpCap, perhaps because other programs already have this functionality or that the functionality could be achieved using SharpCap scripting.
Post Reply
User avatar
oopfan
Posts: 1320
Joined: Sat Jul 08, 2017 2:37 pm
Location: New York
Contact:

L0 = L1 + D

#1

Post 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
User avatar
admin
Site Admin
Posts: 13122
Joined: Sat Feb 11, 2017 3:52 pm
Location: Vale of the White Horse, UK
Contact:

Re: L0 = L1 + D

#2

Post 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
User avatar
admin
Site Admin
Posts: 13122
Joined: Sat Feb 11, 2017 3:52 pm
Location: Vale of the White Horse, UK
Contact:

Re: L0 = L1 + D

#3

Post 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
Post Reply