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.
extract
, as called fromreverse_se
, needsanl
as a second positional argument. This means thatanl
should be an argument ofreverse_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 usingreverse_se
at the 5 sigma level.Fixes #51