Skip to content

Commit

Permalink
Added new page
Browse files Browse the repository at this point in the history
  • Loading branch information
sahehb authored Nov 13, 2023
1 parent 823fed6 commit 76a026a
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions mevislab.github.io/content/tutorials/shorts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: "Tips and Tricks"
date: 2023-11-13
status: "OK"
draft: false
weight: 890
tags: ["Basic", "Tutorial"]
menu:
main:
identifier: "shorts"
title: "Short Tips and Tricks in MeVisLab"
weight: 890
parent: "tutorials"
---

# MeVisLab Tips and Tricks

This chapter shows some features and functionalities which are helpful but do not provide its own tutorial.

* [Using Snippets](/tutorials/shorts#snippets)

## Using Snippets {#snippets}

{{< youtube "xX7wJiyfxhA" >}}

Sometimes you have to create the same network over and over again -- for example, to quickly preview DICOM files. Generally, you will at least add one module to load and another module to display your images. Sometimes you may also want to view the DICOM header data. A network you possibly generate whenever opening DICOM files will be the following:

![Open DICOM files](/images/tutorials/Snippets_Network.png "Open DICOM files")

Create a snippet of your commonly used networks by adding the snippets list from the main menu. Open {{< menuitem "View" "Views" "Snippets List">}}. A new panel is shown. Select all modules of your network and double-click *New...* in your *Snippets List*.

Enter a name for your snippet like *DICOM Viewer* and click *Add*.

A new snippet will be shown in your Snippets List. You can drag and drop the snippet to your workspace and the modules are re-used, including all defined field values.

![Snippets List](/images/tutorials/Snippets_Panel.png "Snippets List")
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 76a026a

Please sign in to comment.