{% extends "base.html" %} {% load static %} {% load url %} {% load user_profile_link from profiles %} {% load workstations %} {% load guardian_tags %} {% load evaluation_extras %} {% load get_help_text %} {% block breadcrumbs %} {% endblock %} {% block content %} {% get_obj_perms request.user for object as "config_perms" %}

Viewer Configuration {{ object.title }}

{% if object.description %}

{{ object.description }}

{% endif %}

Hover over the configuration for more information

Image context {{ object.get_image_context_display }}
Window presets {% for x in object.window_presets.all %}
{{ x }}
{% endfor %}
Default window preset {{ object.default_window_preset }}
Default slab thickness (mm) {{ object.default_slab_thickness_mm }}
Default slab render method {{ object.get_default_slab_render_method_display }}
Default orientation {{ object.get_default_orientation_display }}
Default image interpolation {{ object.get_default_image_interpolation_display }}
Default overlay alpha {{ object.default_overlay_alpha }}
Ghosting Slice Depth {{ object.ghosting_slice_depth }}
Overlay lookup tables {% for x in object.overlay_luts.all %}
{{ x }}
{% endfor %}
Default overlay lookup table {{ object.default_overlay_lut }}
Default overlay interpolation {{ object.get_default_overlay_interpolation_display }}
Overlay segments
{{ object.overlay_segments|json_dumps }}
Key bindings
{{ object.key_bindings|json_dumps }}
Default zoom scale {{ object.default_zoom_scale }}
Default brush size (mm) {{ object.default_brush_size }}
Default annotation color {{ object.default_annotation_color }} {% if object.default_annotation_color %}
{% endif %}
Jump to first center of gravity

Plugin and Tools

Plugins are components of the viewer, whereas tools are (generally) contained within plugins.

Image info plugin
Display plugin
Image switcher plugin
Algorithm output plugin
Overlay plugin
Annotation statistics plugin
Swivel tool
Invert tool
Flip tool
Window level tool
Reset tool
Overlay selection tool
Show overlay-LUT selection tool
Annotation counter tool
Contrast-enhancement preprocessing tool

Linking Configuration

Linked images share tool interactions and display properties, it is possible to manually (un)link them during viewing.

Start with images linked
Panning
Zooming
Slicing
Orienting
Windowing
Inverting
Flipping
{% if "change_workstationconfig" in config_perms %}
Edit this viewer configuration Delete this viewer configuration
{% endif %} {% endblock %} {% block script %} {{ block.super }} {% endblock %}