neuralib.dashboard.view_brain.TiffBrainView

class neuralib.dashboard.view_brain.TiffBrainView[source]

Bases: AbstractBrainView

__init__(file)[source]
Parameters:

file (Path)

Methods

__init__(file)

list_renders([pattern, recursive])

list all renders for those name contain pattern.

plot(fig[, palette])

plot data in figure.

set_visible(visible[, pattern])

Set the visible state of renders for those name contain pattern.

update([x, y])

update the plot

Attributes

brain_image

height

offset

width

data_brain_slice

render_brain_slice

__init__(file)[source]
Parameters:

file (Path)

property offset: int
property brain_image: ndarray