Skip to content
Snippets Groups Projects
Commit ca29501b authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Whitespace fixes

parent 14106fe0
No related branches found
No related tags found
No related merge requests found
......@@ -7,12 +7,12 @@ from ij.plugin import ZProjector
def average(imp):
"""Create an average intensity projection.
Parameters
----------
imp : ij.ImagePlus
The input stack to be projected.
Returns
-------
ij.ImagePlus
......@@ -25,12 +25,12 @@ def average(imp):
def maximum(imp):
"""Create a maximum intensity projection.
Parameters
----------
imp : ij.ImagePlus
The input stack to be projected.
Returns
-------
ij.ImagePlus
......@@ -43,7 +43,7 @@ def maximum(imp):
def create_and_save(imp, projections, path, filename, export_format):
"""Wrapper to create one or more projections and export the results.
Parameters
----------
imp : ij.ImagePlus
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment