Skip to content

Commit

Permalink
PEP8 formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
VChristiaens committed Mar 25, 2024
1 parent 4dce557 commit ed00bb9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions vip_hci/metrics/detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@
def detection(array, fwhm=4, psf=None, mode='lpeaks', bkg_sigma=5,
matched_filter=False, mask=True, snr_thresh=5, nproc=1, plot=True,
debug=False, full_output=False, verbose=True, **kwargs):
""" Finds blobs in a 2d array. The algorithm is designed for automatically
finding planets in post-processed high contrast final frames. Blob can be
defined as a region of an image in which some properties are constant or
vary within a prescribed range of values. See ``Notes`` below to read about
the algorithm details.
"""Automatically find point-like sources in a 2d array.
The algorithm is designed for automatically finding planets in
post-processed high contrast final frames. Blob can be defined as a region
of an image in which some properties are constant or vary within a
prescribed range of values. See ``Notes`` below to read about the algorithm
details.
Parameters
----------
Expand Down

0 comments on commit ed00bb9

Please sign in to comment.