Skip to content
Merged
Show file tree
Hide file tree
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
20 changes: 10 additions & 10 deletions docs/_scripts/homepage-timeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -618,52 +618,52 @@
"keyframes": [
{
"t": 0,
"value": 0.7092424330111696,
"value": 0.95,
"easing": "Quadratic"
},
{
"t": 147,
"value": 0.7092424330111696,
"value": 0.95,
"easing": "Quadratic"
},
{
"t": 209,
"value": 2.5422477252738793,
"value": 2.8,
"easing": "Quadratic"
},
{
"t": 234,
"value": 2.476783250550211,
"value": 2.8,
"easing": "Quadratic"
},
{
"t": 264,
"value": 0.7092424330111696,
"value": 0.95,
"easing": "Quadratic"
},
{
"t": 335,
"value": 0.7092424330111696,
"value": 0.95,
"easing": "Quadratic"
},
{
"t": 411,
"value": 1.2087758122532066,
"value": 1.6,
"easing": "Quadratic"
},
{
"t": 520,
"value": 1.2087758122532066,
"value": 1.6,
"easing": "Quadratic"
},
{
"t": 572,
"value": 1.442988480579033,
"value": 1.6,
"easing": "Quadratic"
},
{
"t": 659,
"value": 2.1126794344157624,
"value": 2.5,
"easing": "Quadratic"
}
]
Expand Down
9 changes: 5 additions & 4 deletions docs/_scripts/homepage_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

PLUGIN = 'ndevio'
THEME = 'dark'
WINDOW_SIZE = (1204, 640) # Will raise a an encoding block warning (needs // 16 size), but this is a reasonable size close to what it needs
WINDOW_SIZE = (1300, 800) # Will raise a an encoding block warning (needs // 16 size), but this is a reasonable size close to what it needs
TIMELINE_DOCK_AREA = 'bottom'
TIMELINE_FLOATING = True

Expand All @@ -79,12 +79,13 @@ def build_viewer(*, show: bool) -> napari.Viewer:
layer = viewer.layers[0]
layer.name = LAYER_NAME
layer.contrast_limits = CONTRAST_LIMITS
layer.contrast_limits_range = CONTRAST_LIMITS
layer.rendering = RENDERING
layer.attenuation = ATTENUATION
layer.colormap = COLORMAP
viewer.canvas.scale_bar.visible = True
viewer.scene.axes.visible = True
viewer.dims.axis_labels = ('T', 'Z', 'Y', 'X')
layer.histogram.enabled = True
viewer.canvas.overlays.scale_bar.visible = True
viewer.canvas.overlays.axes.visible = True
viewer.window._qt_window.resize(*WINDOW_SIZE)
viewer.fit_to_view()
return viewer
Expand Down
Binary file modified docs/_static/images/tribolium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/images/tribolium.webm
Binary file not shown.
Loading