stvid icon indicating copy to clipboard operation
stvid copied to clipboard

Reduced significance for bright satellites

Open cbassa opened this issue 6 years ago • 1 comments

For bright satellites the significance s=(max-mean)/std is reduced as the satellite is visible in the mean and standard deviation images. This leads to issues using the line finding algorithm. Investigate if the significance can be used to select pixels from the maximum frame.

cbassa avatar Jul 23 '19 08:07 cbassa

Use np.partition to select X brightest pixels and discard these from the mean/std calculations.

cbassa avatar Aug 25 '22 16:08 cbassa