diff --git a/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager.dox b/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager.dox index 08e636a260..8e9f3d877b 100644 --- a/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager.dox +++ b/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager.dox @@ -1,109 +1,108 @@ /** \page org_mitk_views_datamanager The DataManager \imageMacro{data-manager.svg,"Icon of the Data Manager",2.00} \tableofcontents \section QmitkDataManagerIntroduction Introduction -The Datamanager is the central componenent to manage medical data like images, surfaces, etc.. -After loading one or more data into the Datamanager the data are shown in the four-view window, the so called Standard View. -The user can now start working on the data by just clicking into the standard view or by using the MITK-modules such as "Segmentation" or "Basic Image Processing". +The Datamanager is the central component to manage medical data like images, surfaces, etc.. +After loading one or more data into the Datamanager the data are shown in the four-view window, the so-called Standard View. +The user can now start working on the data by just clicking into the Standard View or by using individual MITK plugins such as "Segmentation" or "Basic Image Processing". \imageMacro{QmitkDatamanager_Overview.png,"How MITK looks when started",16.00} \section QmitkDataManagerLoading Loading Data -There are three ways of loading data into the Datamanager as so called Data-Elements. +There are three ways of loading data into the Datamanager as so-called Data-Elements. The user can just drag and drop data into the Datamanager or directly into one of the four parts of the Standard View. He can as well use the Open-Button in the right upper corner. Or he can use the standard "File->Open"-Dialog on the top. A lot of file-formats can be loaded into MITK, for example The user can also load a series of 2D images (e.g. image001.png, image002.png ...) to a MITK 3D volume. -To do this, just drag and drop one of those 2D data files into the Datamanager by holding the ALT key. +To do this, just drag and drop one of those 2D data files into the Datamanager by holding the ALT key. +Please note that you only need to select a single 2D file. If you select more than one, the whole series is loaded multiple times. After loading one or more data into the Datamanager they appear as Data-Elements in a sorted list inside the Datamanager. Data-Elements can also be sorted hierarchically as a parent-child-relation. -For example after using the Segmentation-Module on Data-Element1 the result is created as Data-Element2, which is a child of Data-Element1 (see Screenshot1). +For example, after using the Segmentation-Module on Data-Element1 the result is created as Data-Element2, which is a child of Data-Element1 (see Screenshot1). The order can be changed by drag and drop. \imageMacro{QmitkDatamanager_ParentChild.png,"Screenshot1",9.61} The listed Data-Elements are shown in the standard view. Here the user can scale or rotate the medical objects or he can change the cutting planes of the object by just using the mouse inside this view. \section QmitkDataManagerSaving Saving Data There are two ways of saving data from the Datamanger. The user can either save the whole project with all Data-Elements by clicking on "File"->"Save Project" or he can save single Data-Elements by right-clicking->"Save", directly on a Data-Element. -When saving the whole project, the sorting of Data-Elements is saved as well. By contrast the sorting is lost, when saving a single Data-Element. +When saving the whole project, the sorting of Data-Elements is saved as well. By contrast, the sorting is lost, when saving a single Data-Element. \section QmitkDataManagerProperties Working with the Datamanager \subsection QmitkDataManagerPropertiesList List of Data-Elements The Data-Elements are listed in the Datamanager. As described above the elements can be sorted hierarchically as a parent-child-relation. -For example after using the Segmentation-Module on Data-Element1 the result is created as Data-Element2, which is a child of Data-Element1 (see Screenshot1). +For example, after using the Segmentation-Module on Data-Element1 the result is created as Data-Element2, which is a child of Data-Element1 (see Screenshot1). By drag and drop the sorting of Data-Elements and their hierarchical relation can be changed. \subsection QmitkDataManagerPropertiesVisibility Visibility of Data-Elements By default all loaded Data-Elements are visible in the standard view. The visibility can be changed by right-clicking on the Data-Element and then choosing "Toogle visibility". The box in front of the Data-Element in the Datamanager shows the visibility. A green-filled box means a visible Data-Element, an empty box means an invisible Data-Element (see Screenshot1). \subsection QmitkDataManagerPropertiesRepresentation Representation of Data-Elements -There are different types of representations how to show the Data-Element inside the standard view. By right-clicking on the Data-Element all options are listed (see Screenshot2 and Screenshot 3). +There are different types of representations on how to show the Data-Element inside the standard view. By right-clicking on the Data-Element all options are listed (see Screenshot2 and Screenshot 3). \imageMacro{QmitkDatamanager_ImageProperties.png,"Screenshot2: Properties for images",10.56} \imageMacro{QmitkDatamanager_SurfaceProperties.png,"Screenshot3: Properties for surfaces",11.01} \subsection QmitkDataManagerPropertiesPreferences Preferences For the datamanager there are already some default hotkeys like the del-key for deleting a Data-Element. The whole list is seen in Screenshot4. From here the Hotkeys can also be changed. The preference page is found in "Window"->"Preferences". \imageMacro{QmitkDatamanager_Preferences.png,"Screenshot4",16.00} \section QmitkDataManagerPropertyList Property List -The Property List displays all the properties the currently selected Data-Element has. Which properties these are depends on the Data-Element. Examples are opacity, shader, visibility. These properties can be changed by clicking on the appropriate field in the "value" column. +The Property List displays all the properties of the currently selected Data-Element. Which properties these are depends on the Data-Element. Examples are opacity, shader, visibility. These properties can be changed by clicking on the appropriate field in the "value" column. -\imageMacro{QmitkDatamanager_PropertyList.png,"Screenshot5: Property List",7.85} - -*/ +\imageMacro{QmitkDatamanager_PropertyList.png,"Screenshot5: Property List",7.85} \ No newline at end of file diff --git a/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_Icon.png b/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_Icon.png deleted file mode 100644 index 6b35281c8c..0000000000 Binary files a/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_Icon.png and /dev/null differ diff --git a/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_ImageProperties.png b/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_ImageProperties.png index 4ed17cad11..9e1413f519 100644 Binary files a/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_ImageProperties.png and b/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_ImageProperties.png differ diff --git a/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_Overview.png b/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_Overview.png index 4c4caae3d1..c39ec3d1f0 100644 Binary files a/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_Overview.png and b/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_Overview.png differ diff --git a/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_ParentChild.png b/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_ParentChild.png index 0f33a98e84..b45842fc29 100644 Binary files a/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_ParentChild.png and b/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_ParentChild.png differ diff --git a/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_Preferences.png b/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_Preferences.png index 92e5246d0b..839dcd7eb9 100644 Binary files a/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_Preferences.png and b/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_Preferences.png differ diff --git a/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_PropertyList.png b/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_PropertyList.png index 4fee5d9454..6228f446c5 100644 Binary files a/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_PropertyList.png and b/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_PropertyList.png differ diff --git a/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_SurfaceProperties.png b/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_SurfaceProperties.png index 9e98ca9da6..7ee7f034e8 100644 Binary files a/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_SurfaceProperties.png and b/Plugins/org.mitk.gui.qt.datamanager/documentation/UserManual/QmitkDatamanager_SurfaceProperties.png differ