Skip to content

Documents · Verb reference

tubes

High-level verb: find suitability tubes and plot one as a vase.

Callable type: Grammar verb / pipe stage · Browse: Visualization

Usage

from cubedynamics import verbs as v
v.tubes(rule='ndvi', lo=0.3, hi=0.8, connectivity=6, select='longest', hull_method='convex', time_dim='time', y_dim='y', x_dim='x', **plot_kwargs)

Arguments

Argument Meaning Default
rule See implementation docstring below; no parameter-specific description supplied. 'ndvi'
lo See implementation docstring below; no parameter-specific description supplied. 0.3
hi See implementation docstring below; no parameter-specific description supplied. 0.8
connectivity See implementation docstring below; no parameter-specific description supplied. 6
select See implementation docstring below; no parameter-specific description supplied. 'longest'
hull_method See implementation docstring below; no parameter-specific description supplied. 'convex'
time_dim See implementation docstring below; no parameter-specific description supplied. 'time'
y_dim See implementation docstring below; no parameter-specific description supplied. 'y'
x_dim See implementation docstring below; no parameter-specific description supplied. 'x'
plot_kwargs See implementation docstring below; no parameter-specific description supplied. forwarded arguments

Accepts

Consult the input parameters and implementation notes below. This namespace also includes direct helpers, not only pipe factories.

Returns

The public docstring does not specify a return contract. Do not assume a pipe-ready return; consult the linked implementation.

Order / grammar behavior

A pipe passes the preceding result to the next callable. Confirm that the previous step's dimensions and semantic state satisfy the input contract. Reductions can remove dimensions; plotting may produce side effects.

Minimal example

A standalone, reviewed real-data example is not yet available for this helper. See the linked workflow and implementation notes; this reference does not substitute generated observations or invent an executable example.

Works with

Use only the input types documented by this callable; not every helper accepts every noun or VirtualCube.

See also

Implementation notes

No additional implementation notes in the current docstring.

Implementation source. Signatures and descriptions on this page are generated from this checkout, not hand-maintained copies.