Skip to content

Commit 98392d4

Browse files
Adjust docstring formatting
Removed one blank line and added one before each section heading
1 parent 862bbef commit 98392d4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/imcflibs/imagej/shading.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,16 +183,17 @@ def process_files(files, outpath, model_file, fmt):
183183
model.close()
184184

185185
def simple_flatfield_correction(imp, sigma=20.0):
186-
"""
187-
Performs a simple flatfield correction to a given ImagePlus stack.
186+
"""Performs a simple flatfield correction to a given ImagePlus stack.
188187
189188
The function returns a 32-bit corrected flatfield image.
189+
190190
Parameters
191191
----------
192192
imp : ij.ImagePlus
193193
The input stack to be projected.
194194
sigma: float, optional
195195
The sigma value for the Gaussian blur, default=20.0
196+
196197
Returns
197198
-------
198199
ij.ImagePlus

0 commit comments

Comments
 (0)