PaulHancock / Aegean

The Aegean source finding program and associated tools
http://aegeantools.rtfd.io/
Other
47 stars 14 forks source link

Optional arguments to `SourceFinder` are later required #97

Closed MatthewJA closed 4 years ago

MatthewJA commented 5 years ago

Initiating SourceFinder() raises no errors but will cause find_sources_in_image to later error due to missing the log argument. Similar for global_data.

PaulHancock commented 4 years ago

This has been fixed by using a default logger which doesn't log anything but doesn't crash.