Skip to content

Commit f288bef

Browse files
committed
update docstring input types
1 parent 73b36b0 commit f288bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyapr/transform/projection.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ def maximum_projection(apr: APR,
2020
----------
2121
apr: APR
2222
Input APR data structure
23-
parts: FloatParticles or ShortParticles
23+
parts: ByteParticles, ShortParticles, FloatParticles or LongParticles
2424
Input particle intensities
2525
dim: int
2626
Dimension along which to compute the projection:
2727
`dim=0`: project along Y to produce a ZX plane
2828
`dim=1`: project along X to produce a ZY plane
2929
`dim=2`: project along Z to produce an XY plane
3030
patch: ReconPatch, optional
31-
(optional) If provided, projects only within the image region specified by `patch`. Otherwise projects
31+
If provided, projects only within the image region specified by `patch`. Otherwise projects
3232
through the entire volume. (default: None)
3333
method: str
3434
Specify the projection algorithm (results are identical, but performance may differ). Supported arguments

0 commit comments

Comments
 (0)