.. _register_tags_top: Coregister with DICOM Tags ========================== .. only:: html .. sidebar:: Tutorials & Sample Data Watch on YouTube: |br| `Tutorial 12: Image Coregistration Using DICOM Tags `_ :download:`Tut12data.zip (16.4MB) ` .. contents:: :depth: 1 :local: :backlinks: top .. _coreg_tags_about: About coregistration using DICOM tags ------------------------------------- Coregistration aligns two images of different dimensions, orientations, and imaging modalities (e.g., CT and MRI). During coregistration, one image, which we will call **the source image**, is transformed and superimposed onto a fixed image called the **target image**, which remains unchanged. .. _coreg_tags_basic: Register Using Orientation\\Position Tags ----------------------------------------- **Register** > **Using Orientation\\Position tags** is FireVoxel's basic coregistration command that uses DICOM orientation and position attributes and matrix algebra to align the source image with the target. This method works best for 3D images acquired *during the same imaging session*. The patient position is assumed to be unchanged between the two acquisitions. The source and target images may have different matrix, field of view, and orientation. This method is fast, convenient, and requires no parameters to be adjusted. Requires two 3D images in DICOM format: source and target. May also work for NIfTI images that unambiguously store the image orientation information. This method does not work for ANALYZE and similar image formats that do not store the orientation data. The source document, besides the acquired image, may also contain other layers, including segmentation masks (ROI layers) and parameter maps. All these layers will be coregistered together with the base image. Returns coregistered image, with the same matrix dimensions and resolution as the target image. The coregistered layer will be named after the source image with a suffix added (_reg). The coregistered image is placed either in an automatically created new layer or a new document window, depending on the user choice. Any ROI layers present in the source window (and containing the same DICOM tags as the source image) will also be coregistered together with the source image. **To use:** 1. :ref:`Open ` the source image in FireVoxel. The source image will be displayed in a new document window. If the source document contains multiple layers, make sure that the base layer (acquired image, MRI, CT, PET, etc.) is the active layer. 2. Open the target image in target document window. Make sure that the target window is the active window by clicking on it. The active window is indicated by the blue title bar. Also make sure that the base image is the active layer (:numref:`fig_reg_tags_setup`). .. _fig_reg_tags_setup: .. figure:: ../images/coreg_tags_setup_800.png :alt: Images set up for coregistration with DICOM tags :scale: 70% :align: center :figclass: align-center Target (left, active) and source (right) images. 3. Select **Register** > **Using Orientation Position tags** on the main menu. \ 4. A dialog opens showing the output options (:numref:`fig_reg_tags_options`). Select an option to start processing or cancel: a. *Add as a new layer* -- Coregistered image is added to the target window as a new (topmost) layer; b. *Create new Document* -- Coregistered image is displayed in a new document window; c. *Cancel* -- Cancel the operation. .. _fig_reg_tags_options: .. figure:: ../images/coreg_tags_options.png :alt: Output options for coregistration with DICOM tags :align: center :figclass: align-center Output options for coregistration with DICOM tags. 5. After registration is completed, the coregistered image will be displayed according to the selected option: (a) in a new layer or (b) in a new document window. The new layer or document is labeled [source]_reg. All layers of the source document will be coregistered together and placed either into the target window or into the new document window. .. _fig_reg_tags_results: .. figure:: ../images/coreg_tags_result_800.png :alt: Coregistration with DICOM tags results :scale: 70% :align: center :figclass: align-center Coregistered image in a new layer (left) in target window. 6. Check the accuracy of registration. Open :ref:`Layer Control ` and use the :ref:`Alpha ` slider to adjust the layer transparency to inspect the coregistered image. 7. If coregistration accuracy is unacceptable, try a more advanced coregistration method, such as **Register** > :ref:`Coregister with AutoFocus `. .. _coreg_tags_ctr: Using Orientation\\Position tags with Centering ----------------------------------------------- :red:`ADD DETAILS` |top|