Skip to content

Commit 0850039

Browse files
committed
Merge (and fix) duplicate entries
Refers to #34
1 parent 4db8566 commit 0850039

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ detailed information, please refer to the updated API documentation.
140140
* New `imcflibs.imagej.shading` module for everything background correction.
141141
* `imcflibs.imagej.shading.simple_flatfield_correction` to perform a
142142
simple flatfield correction to an ImagePlus.
143-
* `imcflibs.imagej.projection.project_stack` to project a stack using
144-
different projection methods, such as `max`, `min`, `mean`, `sum` or
145-
`standard_deviation` using a defined axis.
146143
* `imcflibs.imagej.prefs.set_default_ij_options` to configure ImageJ default
147144
options for consistency.
148145
* New module `imcflibs.imagej.processing` containing utilities for filtering and thresholding:
@@ -160,8 +157,9 @@ detailed information, please refer to the updated API documentation.
160157
* `imcflibs.imagej.bioformats.get_stage_coords`to get stage coordinates and
161158
calibration for one or more given images.
162159

163-
* `imcflibs.imagej.projections.project_stack` to project along a defined axis
164-
using the given projection type.
160+
* `imcflibs.imagej.projections.project_stack` to project a stack along a defined
161+
axis using one of the available projection methods, such as `max`, `min`,
162+
`mean`, `sum` or `standard_deviation`.
165163

166164
### Changed
167165

0 commit comments

Comments
 (0)