transientskp / pyse

Python Source Extractor
BSD 2-Clause "Simplified" License
11 stars 5 forks source link

extract, as called from reverse_se, needs anl as a second positional argument. #58

Closed HannoSpreeuw closed 4 months ago

HannoSpreeuw commented 4 months ago

extract, as called from reverse_se, needs anl as a second positional argument. This means that anl should be an argument of reverse_se. Also, reverse_se had not been tested, so a unit test is added. This takes a 2K * 2K image and should extract no sources when using reverse_se at the 5 sigma level.

Fixes #51