File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments