You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""ContinuNet package."""
from continunet.finder import Finder
def extract_sources(image, save_path, layers=4):
"""Extracts sources from image and saves outputs to specified directory."""
finder = Finder("continunet/example_image.fits")
finder.extract_sources() # does source finding
finder.export_sources(save_path) # saves all outputs
return finder
The text was updated successfully, but these errors were encountered:
Put in the
continunet.__init__py
The text was updated successfully, but these errors were encountered: