Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] Rasterize function description correction #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion STalign/STalign.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def rasterize(x, y, g=np.ones(1), dx=30.0, blur=1.0, expand=1.1, draw=10000, wav
expand : float
Factor to expand sampled area beyond cells. Defaults to 1.1.
draw : int
If True, draw a figure every draw points return its handle. Defaults to False (0).
If True, draw a figure every draw points and return its handle. Defaults to 10000 draw points. If set to False (0), no handle is returned.
wavelet_magnitude : bool
If True, take the absolute value of difference between scales for raster images.
When using this option blur should be sorted from greatest to least.
Expand Down