Skip to content

Commit

Permalink
Fixes the last item of #82.
Browse files Browse the repository at this point in the history
  • Loading branch information
HannoSpreeuw committed Oct 24, 2024
1 parent 4e8a705 commit 7529c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sourcefinder/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ def _pyse(
chunk = slices[label - 1]

param = extract.ParamSet()
param.sig = maxis[count] / self.rmsmap.data[tuple(maxposs[count])]
param["sig"] = maxis[count] / self.rmsmap.data[tuple(maxposs[count])]

param["peak"] = Uncertain(moments_of_sources[count, 0, 0], moments_of_sources[count, 1, 0])
param["flux"] = Uncertain(moments_of_sources[count, 0, 1], moments_of_sources[count, 1, 1])
Expand Down

0 comments on commit 7529c36

Please sign in to comment.