stvid
stvid copied to clipboard
Reduced significance for bright satellites
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.
Use np.partition to select X brightest pixels and discard these from the mean/std calculations.