Skip to content

Commit

Permalink
fixed bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tim committed Sep 6, 2021
1 parent 5e9a822 commit ec32ec6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions AegeanTools/source_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,13 +480,9 @@ def fit_islands_parinfo(models, im, rms, wcshelper):
return islands


<<<<<<< HEAD
def priorized_islands_parinfo(
sources, im, wcshelper, stage=3,
):
=======
def priorized_islands_parinfo(sources, im, wcshelper, stage=3):
>>>>>>> upstream/main
"""
Turn a list of sources into a set of islands and parameter estimates which can then be
characterised.
Expand All @@ -513,6 +509,7 @@ def priorized_islands_parinfo(sources, im, wcshelper, stage=3):
islands : [:class:`AegeanTools.models.ComponentSource`, ...]
a list of components
"""
return


def characterise_islands(
Expand All @@ -523,12 +520,8 @@ def characterise_islands(
wcshelper,
err_type="best",
max_summits=None,
<<<<<<< HEAD
do_islandfit=False,
):
=======
do_islandfit=False):
>>>>>>> upstream/main
"""
Do the source characterisation based on the initial estimate of the island properties.
Expand Down

0 comments on commit ec32ec6

Please sign in to comment.