NeuroPAL_ID Chunky Methods

Back to overview

Routine Calls

static ChunkyMethods.apply_colormap(app, actions)

Apply set of operations to a colormap.

static ChunkyMethods.apply_video(app, actions, progress)

Apply set of operations to a video.

static ChunkyMethods.apply_vol(app, action, vol)

Apply operation to a volume.

Chunky Methods Class Object

class Methods.ChunkyMethods

Processing functions that support lazy read/write.

Method Summary
static apply_colormap(app, actions)

Apply set of operations to a colormap.

static apply_slice(app, action, slice)

Apply operation to a slice.

static apply_video(app, actions, progress)

Apply set of operations to a video.

static apply_vol(app, action, vol)

Apply operation to a volume.

static calc_pp_size(app, action, vol)

Calculate the post-processing dimensions of a volume.

static debleed(app, vol, mode)

Check whether to use cache values or cache coords.

static load_proc_image(app)
static proc_target_slices(nz, nnz)

Calculate the indices of slices to retain for a new volume with nnz slices while preserving isotropy.

static spectral_unmix(app, channel)

Remove spectral crosstalk of images based on a linear spectral crosstalk remover.

static stream_neurons(mode)

See Also