MIDAS FAQ. 1) Supported MR Systems and SI Acquisition Protocols. 2) Recommended Computer Systems

Size: px
Start display at page:

Download "MIDAS FAQ. 1) Supported MR Systems and SI Acquisition Protocols. 2) Recommended Computer Systems"

Transcription

1 MIDAS FAQ Contents: 1) Supported MR Systems and SI Acquisition Protocols ) Recommended Computer Systems ) MIDAS Error Messages ) Miscellaneous Questions and Artifacts... 4 a) Why does my data look like a bunch of delta functions?... 4 b) Why do the spectra look good but the spectral fitting results look terrible?... 6 c) What to do when it doesn t work?... 6 d) Shading in the Image... 7 e) Streaks, black holes, and bright spots f) Multiple dropouts in the FITT result, even through the spectra look good g) The metabolite image is cut off and the water-si image is not registered h) The metabolite image only shows a small fraction of the brain i) The frequency map results from FITT has contours across it j) In a phantom study the peaks are negative ) Supported MR Systems and SI Acquisition Protocols MIDAS has been tested for data acquired on Siemens, Philips, and GE instruments at 1.5T and 3T MR systems. The suite of MIDAS applications can be adapted to support many MRSI protocols; however, there are several considerations: - The EPSI sequence (from U. Miami) is fully supported for 2D or 3D SI, and example processing files are available. - Other k-space waveforms, e.g. spiral, are not supported. This would require the user to develop the corresponding regridding method (i.e. EPSI3D replacement). - Conventional phase-encoded SI is supported. However, current experience on Siemens platforms indicates that it is difficult to export the raw k-space data, instead, only the data after spatial FT can be saved. While this can still be imported and processed by MIDAS, it limits the available processing options and there may be no advantage over using the SI reconstruction and analysis from the manufacturer. 2) Recommended Computer Systems MIDAS is distributed for Windows OS only. 1

2 A 64-bit CPU with at least 6 Gb RAM is required, and multiple cores recommended. The spectral fitting will take advantage of up to 16 cores (requires the full IDL license), in which case RAM should be at least 16 Gb. A large disk is required for these datasets. It is possible to use the free IDL Virtual (VM) license, but there are two limitations: 1) multicore processing is not supported. The speed improvement with a full IDL license on a multi-core CPU is substantial for the spectral fitting. 2) the IDL log window is not shown, meaning that some error messages get lost. 3) MIDAS Error Messages Most errors due to incorrect parameters or corrupted data are handled within each program with an error message being given to the screen if running from the GUI or logged to a file if running in batch mode. The error file will be located in the top level of the subject data directory. The naming is as _ErrorLog.txt. This is the first place to look if you get an error. Here are some other errors that can happen: IDLDE Error Message: Application(s): Description: Fix: Class edu.miami.midas.lib.midaslibrary not found Seen on starting IDL or MIDAStools. The PATH or Java bridge for IDL has not been set up. For Windows, this should be automatically set, in which case the installation may have failed or the system needs rebooting. See installation instructions for additional details. IDLDE Error Message: Application(s): Description: Fix: Refreshing Browser Seen on opening a study in the MIDAS Browser from any application. The study is locked by another application. This is a feature that is needed for parallel processing to avoid conflicts when updating the subject.xml file. This can also happen if an application had an error and exited without closing the subject.xml file. Go to the subject directory and delete the file subject.xml.lock 2

3 IDLDE Error Message: Application(s): Description: Cause: Fix: WIDGET_DRAW: Illegal keyword value for XSIZE. SID SID fails to start and IDL crashes. The MIDAS Toolbar must be closed and restarted. Incorrect default value for a window size parameter. This can occur when the option to save window settings on exit is set and the SID program was closed when one or more windows were absent or minimized. When trying to restore the window settings there is an invalid value. (Programming Note: The faulty parameters for the window placement is as shown on the 2 nd line here: im_base : im_draw : ctl_base : ) Delete the SID.INI file, which is located in your MIDAS home directory, e.g. C:\Documents and Settings\your_account\MIDAS\sid.ini Widget Error Message: Application(s): Description: Cause: Fix: Could not find trajectory file "." EPSI3D A EPSI k-space trajectory file cannot be found The EPSI data file you are processing was acquired with either the number of points or FOV that does not match with an existing trajectory file. 1) See EPSI3D_help file for details on trajectory files. 2) You can generally take the nearest equivalent FOV for the same number of sample points; however, processing in Batch mode is not possible unless the matching trajectory file is available. 2) Create a simulated trajectory (see help). 3) Measure the k-space trajectory and create this file. Error Message: Application(s): 3 Data File Not Found Any

4 Description: Cause: Fix: The data is missing or not in the location specified in the subject.xml file. The operator may have manually moved the data to another location. Although all paths are relative, the directory layout under each subject directory, and organization of the type of data within each directory, must match the information in the subject.xml file. Generally, if data is moved to another location it should be done on the subject level. Care must then be taken to ensure that the user s Project.xml file contains the correct path to the top-level of that project data. Error Message: Application(s): Description: Cause: Fix: On starting the MIDAS toolbar the following error appears in the IDL window: Starting C:\Midas\Bin\MIDAStools_v81.sav % Class edu.miami.midas.lib.midaslibrary not found % Execution halted at: GET_DEFAULT_DIRECTORIES % MIDASTOOLS % $MAIN$ IDL> All Toolbar won t start On some Windows systems the installation leaves the environment variables used by MIDAS unknown to the system. This has also happened after Windows updates. Force Windows to Source the environment variables. On Windows, Go to Computer, Properties, Advanced System settings, Environment Variables, and exit using OK. Nothing needs to be changed. 4) Miscellaneous Questions and Artifacts a) Why does the NAA/Cho ratio not match the spectrum? Historically MRS analysis for clinical studies has been visual, which has led to rule of thumb statements like "if Choline-to-NAA is > 2 then it is tumor". This type of analysis uses peak heights, but our quantitative analysis methods, as well as programs like LCModel, return values that are proportional to the concentration of the metabolite. This results in different relative values from the peak areas because the peaks for NAA and Creatine come from 3 protons in one molecule but the peak from Choline comes from 9. To convert relative concentrations to values 4

5 equivalent to those obtained using peak heights or peak areas then wherever you see Cho multiply by 3. Here is an example for normal brain: From the results of spectral fitting we can read the following data values: Choline = 6002 Creatine = NAA = Cho/NAA (concentration) = Cho/Cr (concentration) = Calculating the relative area, we get Cho/NAA (area) = 3*6000/29600 = Cho/Cr (area) = 3*6000/23166 = The values for the ratio of the areas now agree qualitatively with what we can estimate from the spectrum. b) Why does my data look like a bunch of delta functions? Your results just look totally scrambled, and spectra or time data look something like this: 5

6 This is a byte-order (i.e. SUN vs Intel CPU byte order) problem. Most processing modules only support the byte order of the computer on which the processing is run. Exceptions to this include FDFT and SID. Solutions are: a) Check the Byte_Order parameter in the Subject.xml file. The entry under the Series level should match that used for data acquisition. If changes are done during processing, e.g. the data is shipped off to another computer for one stage of the processing, then the corresponding Process node parameter value should be set accordingly. In some situations it may be possible to edit this parameter (big-endian or little-endian). b) Do all processing on the same type of computer as the data was acquired; c) Apply your own byte-order swapping to the data, and edit the byte-order parameter in the subject.xml file appropriately. c) Why do the spectra look good but the spectral fitting results look terrible? Well this is a difficult one without any specific answers. A good place to start is to look at the spectra (SID or Viewer) and then go to the viewer widget in FITT. Here are a few things to look out for: - The complex conjugate and spectral flip settings in FDFT. These must be set to provide the correct relationship of the real and imaginary component of the spectrum so that it matches with the FITT spectral model. See the FDFT documentation for an additional description of this. - Check that the spectral selection is correct. This is also affected by the complex conjugate issue above. - If the spectra look OK, look at the integrated spectral image for one of the peaks in SID. SNR may look bad if the smoothing or LITE was not performed. - That the spectral basis functions are present and look right. Use the FITT viewer for this. d) What to do when it doesn t work? The processing pipeline is complex, and if something doesn t work it can be difficult to determine if it s the data; an incorrect processing parameter; a limitation of the processing; or a bug. Places to start are: 1) Look at the data in SID. SID can also display the SI data at the various preprocessing stages before FT reconstruction. Generally, you need to understand what processing has been done at each stage to interpret the result. E.g. the k-space data can be viewed by creating in integration image from the 1 st point of the FID. This should be maximum for the center point (N/2+1) of the center slice (e.g. slice 9 of 16). 6

7 The following figure shows the integrated image result and the FID, with complex plot option set: 2) Look at the Subject.xml file. Using any XML reader, e.g. Explorer, Firefox etc, this file can be viewed and the parameter values examined. Most are self-explanatory. In some situations it may be necessary to edit the parameters using any text editor. One package we like for this is Notepad++. 3) Check the processing file(s) and parameters. For applications like FDFT, which has many options, it is worth spending time looking over the processing parameters in the widget and looking at the help file for a description of their use. e) Shading in the Image E.g. It should look like the image on the left but you get the one on the right: This finding can occur from several sources, including RF receive or transmit variations, eddy currents, or B0 inhomogeneity. Another cause is an error in the phased-array coil combination, which can occur if there is a mismatch in spatial coordinates between the SI_Ref water reference image and the metabolite images. In the result shown above there was a mismatch in the spatial flip parameters (in X dimension) between the SI_Ref and SI spatial FT, resulting in the Phase and Magnitude maps being swapped Left-Right relative to the SI data. 7

8 f) Streaks, black holes, and bright spots. Observation: E.g., the following shows the choline fit result, the integral over a region near choline, and a plot from one of the bright spots: Reason: Water suppression and subject motion. Water may be coming from out-of-slice regions and be significantly frequency shifted, and particularly from the mouth and eyes where motion often occurs. This can cause large baseline variations and result in failure of the spectral fitting. Solutions: i) Improve use of the spatial saturation slabs. See the sequence document for some guidance on this. ii) Improve shimming. Some guidelines for whole-brain shimming are provided in the EPSI documentation and in one of the MIDAS newsletters. iii) Rerun the FITT program in interactive mode to redo fitting at the bad fit results. See the FITT help document for how to do this. Sometimes, by rerunning the fitting several times even large baseline artifacts can be well fit. g) Multiple dropouts in the FITT result, even through the spectra look good. Observation: E.g. a NAA image with holes and a spectrum from one of the black spots: Reason: The spectral fitting may fail when the phase of the spectrum is very close to 180 o. Solutions: 8

9 1) The FT processing should be changed to result in the phase of the SI data being roughly positive. This can be affected by multiple steps, including the use of ECC processing, and if ECC is used the phase of the SI_Ref data, and the scaling or phase correction used in the FDFT program. The recommended approach is to change the sign of the Scaling_Factor parameter in the SI_Spectral processing step. Typically this is 1.0 or ) The FITT program includes an option to perform a phase correction after the 2 nd iteration. This is under Global fitting Parameters Apply Phase0 Unwrap on 2 nd Iteration, and this should be turned on and the spectral fitting rerun (however, see below for floating point error with the phase unwrap function). h) The metabolite image is cut off and the water-si image is not registered. Reason: The between-series spatial registration likely failed (MSREG) and the brain mask used for spectral fitting is incorrect. Possible causes for registration failing include significant differences in the bias field or appearance of the SI_Ref and MRI_T1, an incorrect FDFT parameter, and use of a sagittal T1 acquisition. For this last cause see the item on Sagittal acquisitions for details. Possible Solutions: i) Check the Transpose and Transpose Parameters options in the FDFT spatial FT processing parameters (transpose_params in the Proc file). For the volumetric EPSI (Siemens) the Transpose should be set to swap X and Y, but the Transpose_Parameters is NO. ii) Run MSREG with the Initial estimate option turned off. Before reprocessing, it is necessary to rerun the SI processing. iii) Check your MRI_T1 image contrast. This needs to be suitable for the inter-series registration and segmentation. The image quality successfully used at the Miami site is shown on the right: The following is an example that caused problems: 9

10 i) The metabolite image only shows a small fraction of the brain. Observation: The metabolite image is incomplete, and looks like the image shown here: If you look at the Brain Mask map you will likely see the same shape. Reason: This can be caused by inaccurate segmentation, similar to the previous example. Solution: As above, modify the MRI_T1 sequence to image quality and image contrast. j) I have a sagittal T1 and the segmentation and registration failed. Observation: The tissue segmentation results are grossly incorrect and the spatial registration failed. Reason: The BET algorithm used in the FSL/FAST segmentation has failed because the sagittal acquisition includes a large region from the neck in the image. Solution: i) Include the TRUNCATENECK procedure in the processing pipeline. This is applied immediately after the volumizer. This deletes signal from the neck region. ii) Try the IDLSEG program for segmentation (instead of the SEG_FSL4_T1 function) and include Iterative BET. This uses a published method for improving the BET result. k) The frequency map results from FITT has contours across it Observation: The frequency maps have sharp edges within the image, as shown in the figure on the left, whereas I would expect it to be smooth, as on the right. Note: These frequency maps can be displayed in SID but you need to use a very narrow lookup table width and set the level very high to see the details. 10

11 Reason: The frequency map result, e.g. the NAA_Freq data, from spectral fitting gives the ppm value used for the final fit, after correction for B0 inhomogeneity. If the B0 correction for the initial values is turned on, then the data will already have been frequency corrected to the nearest spectral point, and the result will then be the difference between the fitted frequency and the position AFTER b0 correction. The result is that it appears to have been discretized, as in the 1 st image. If you want to see the actual frequency, then the B0 initial value should be OFF. With the standard processing where the ECC correction is used to do the B0 correction, this is a viable setting. A second way this can happen even if the B0 correction in FITT is turned off is if FITT was run twice and the correct spectral data for B0 shifts option had already been applied on the first run. Once again, the B0 correction applied in FITT is discrete, i.e. to the nearest frequency point, and the second run essentially determined differences from actual frequency to the previous correction to the discrete sample point values. Normally this observation is of no importance. Perhaps the only example where this should be considered is if the frequency shifts are being used for temperature measurement. Solution: Turn of initial value B0 correction in FITT and rerun the complete processing so that the FT for the SI is repeated to recreate the.sid data with B0 shifts intact. l) In a phantom study the peaks are negative Observation: In a study of a phantom object some of the peaks, typically choline, appear of opposite phase to the other peaks. Reason: The data was taken with the lipid inversion nulling pulse on. This needs to be turned off for phantom studies unless the T1s of the phantom have been appropriately adjusted. Solution: See the pulse sequence documentation for information on how to turn off the inversion pulse and retake the data. Note that TR values may also have to be increased for phantom studies. m) What are the horizontal/verticle striations in my metabolite maps? Observation: Here are some examples: 11

12 Reason: These are always associated with unsuppressed water or lipid signal, and typically indicate motion that is enhanced by the reduced k-space and GRAPPA reconstruction. The lipid artifacts can also be associated with a spatial error in the lipid mask. Problems from lipids (left image) are often seen coming from the back of the head, where there is a strong subcutaneous lipid signal. The middle image is likely due to unsuppressed water around the eyes coupled with eye movement. The pattern seen in right image appears to be due to horizontal motion, exaggerated by the GRAPPA reconstruction that occurs in that dimension. Solution: The solution is, as always, to get better shimming and less head motion. 12

MIDAS Signal Calibration

MIDAS Signal Calibration Contents MIDAS Signal Calibration A. Maudsley, 2004-2007 Introduction... 1 The Calibration Phantom... 2 Calibration Method... 4 Additional Considerations... 11 Acknowledgements... 12 Introduction The MR

More information

The BATCH Program. Andrew A. Maudsley, Ph.D. University of Miami 2005 A. A. Maudsley

The BATCH Program. Andrew A. Maudsley, Ph.D. University of Miami 2005 A. A. Maudsley Contents The BATCH Program Andrew A. Maudsley, Ph.D. University of Miami 2005 A. A. Maudsley Introduction... 1 Operation... 1 The Processing Definition File... 3 Error Handling... 4 Reprocessing... 5 Command

More information

Overview of the MIDAS Processing Functions

Overview of the MIDAS Processing Functions Overview of the MIDAS Processing Functions Last updated March 2016 Contents A.A. Maudsley University of Miami 1. Introduction 2 2. MIDAS Basics 2 3. The MIDAS Browser 5 4. Overview of the Processing 6

More information

ZipStudy. Utility for Packaging Study Files. A. Maudsley, 6/2015

ZipStudy. Utility for Packaging Study Files. A. Maudsley, 6/2015 ZipStudy Utility for Packaging Study Files A. Maudsley, 6/2015 CONTENTS: 1. Introduction... 1 2. Starting the Program... 1 3. Copying and Compressing Subject Data... 2 4. Restoring MIDAS Data from a Zipped

More information

MIDAS Processing of Segmentation Data for Brain Lesions

MIDAS Processing of Segmentation Data for Brain Lesions MIDAS Processing of Segmentation Data for Brain Lesions A. A. Maudsley 4/6/2012 For studies that contain lesions, the MIDAS processing has two steps that benefit from a modified processing pipeline to

More information

SIVIC GUI Overview. SIVIC GUI Layout Overview

SIVIC GUI Overview. SIVIC GUI Layout Overview SIVIC GUI Overview SIVIC GUI Layout Overview At the top of the SIVIC GUI is a row of buttons called the Toolbar. It is a quick interface for loading datasets, controlling how the mouse manipulates the

More information

PRANA. Project Review and Analysis. March (Pre-release and still under development!)

PRANA. Project Review and Analysis. March (Pre-release and still under development!) PRANA Project Review and Analysis March 2010- (Pre-release and still under development!) A.A. Maudsley Contents: PRANA... 1 1. Introduction... 2 1.1. Examples... 2 2. Subject/Study Selection and Filter...

More information

Rat 2D EPSI Dual Band Variable Flip Angle 13 C Dynamic Spectroscopy

Rat 2D EPSI Dual Band Variable Flip Angle 13 C Dynamic Spectroscopy Rat 2D EPSI Dual Band Variable Flip Angle 13 C Dynamic Spectroscopy In this example you will load a dynamic MRS animal data set acquired on a GE 3T scanner. This data was acquired with an EPSI sequence

More information

Improved Spatial Localization in 3D MRSI with a Sequence Combining PSF-Choice, EPSI and a Resolution Enhancement Algorithm

Improved Spatial Localization in 3D MRSI with a Sequence Combining PSF-Choice, EPSI and a Resolution Enhancement Algorithm Improved Spatial Localization in 3D MRSI with a Sequence Combining PSF-Choice, EPSI and a Resolution Enhancement Algorithm L.P. Panych 1,3, B. Madore 1,3, W.S. Hoge 1,3, R.V. Mulkern 2,3 1 Brigham and

More information

MIDAS Project Definition

MIDAS Project Definition Project Definition A. A. Maudsley, A. Darkazanli, July 2004- Contents 1 Introduction... 2 2 Overview of the Data Processing Functionality... 2 3 Major Program Modules... 3 4 General Organization of the

More information

MRI Segmentation MIDAS, 2007, 2010

MRI Segmentation MIDAS, 2007, 2010 MRI Segmentation MIDAS, 2007, 2010 Lawrence O. Hall, Dmitry Goldgof, Yuhua Gu, Prodip Hore Dept. of Computer Science & Engineering University of South Florida CONTENTS: 1. Introduction... 1 2. Installing

More information

SIVIC Scripting Tutorial

SIVIC Scripting Tutorial SIVIC Scripting Tutorial HMTRC Workshop - March 23-24, 2017 Department of Radiology and Biomedical Imaging, UCSF Supported by NIBIB P41EB013598 Goal: The purpose of this tutorial is to introduce you to

More information

SIVIC GUI Tutorial. HMTRC Workshop - March 23-24, 2017

SIVIC GUI Tutorial. HMTRC Workshop - March 23-24, 2017 SIVIC GUI Tutorial HMTRC Workshop - March 23-24, 2017 Department of Radiology and Biomedical Imaging, UCSF Supported by NIBIB P41EB013598 Goal: The purpose of this tutorial is to introduce you to the SIVIC

More information

Enhanced DICOM MR for spectroscopy, structural and functional imaging

Enhanced DICOM MR for spectroscopy, structural and functional imaging The Medicine Behind the Image Enhanced DICOM MR for spectroscopy, structural and functional imaging Dr. David A. Clunie, MB.,BS., FRACR Chief Technology Officer RadPharm, Inc. Acknowledgments Mark Day,

More information

Single Voxel Spectroscopy Data Processing and Analysis Tools

Single Voxel Spectroscopy Data Processing and Analysis Tools Single Voxel Spectroscopy Data Processing and Analysis Tools V. Govindaraju, Ph. D. and Rajesh Garugu, M. S. Department of Radiology University of Miami November 2006 1. Background... 1 2. Installation...

More information

SIVIC Scripting Tutorial

SIVIC Scripting Tutorial SIVIC Scripting Tutorial HMTRC Workshop - March 23-24, 2017 Department of Radiology and Biomedical Imaging, UCSF Supported by NIBIB P41EB013598 Goal: The purpose of this tutorial is to introduce you to

More information

Module 4. K-Space Symmetry. Review. K-Space Review. K-Space Symmetry. Partial or Fractional Echo. Half or Partial Fourier HASTE

Module 4. K-Space Symmetry. Review. K-Space Review. K-Space Symmetry. Partial or Fractional Echo. Half or Partial Fourier HASTE MRES 7005 - Fast Imaging Techniques Module 4 K-Space Symmetry Review K-Space Review K-Space Symmetry Partial or Fractional Echo Half or Partial Fourier HASTE Conditions for successful reconstruction Interpolation

More information

Sparse Spectral Deconvolution Algorithm for Noncartesian MR Spectroscopic Imaging

Sparse Spectral Deconvolution Algorithm for Noncartesian MR Spectroscopic Imaging SPECTROSCOPIC METHODOLOGY Note Magnetic Resonance in Medicine 71:469 476 (2014) Sparse Spectral Deconvolution Algorithm for Noncartesian MR Spectroscopic Imaging Sampada Bhave, 1 Ramin Eslami, 2 and Mathews

More information

How to cite this article: emagres,2016,vol5: DOI / emrstm1454

How to cite this article: emagres,2016,vol5: DOI / emrstm1454 CSI and SENSE CSI Michael Schär 1,BernhardStrasser 2 & Ulrike Dydak 3,4 1 Johns Hopkins University, Baltimore, MD, USA 2 Medical University of Vienna, Vienna, Austria 3 Purdue University, West Lafayette,

More information

A Virtual MR Scanner for Education

A Virtual MR Scanner for Education A Virtual MR Scanner for Education Hackländer T, Schalla C, Trümper A, Mertens H, Hiltner J, Cramer BM Hospitals of the University Witten/Herdecke, Department of Radiology Wuppertal, Germany Purpose A

More information

Processing data with Bruker TopSpin

Processing data with Bruker TopSpin Processing data with Bruker TopSpin This exercise has three parts: a 1D 1 H spectrum to baseline correct, integrate, peak-pick, and plot; a 2D spectrum to plot with a 1 H spectrum as a projection; and

More information

Thermo Xcalibur Getting Started (Quantitative Analysis)

Thermo Xcalibur Getting Started (Quantitative Analysis) Thermo Xcalibur Getting Started (Quantitative Analysis) XCALI-97207 Revision B September 2010 2010 Thermo Fisher Scientific Inc. All rights reserved. Xcalibur, Surveyor, and Accela are registered trademarks

More information

3-D Gradient Shimming

3-D Gradient Shimming 3-D Gradient Shimming 3-D Gradient Shimming on imaging and micro-imaging systems Technical Overview Introduction Advantage statement The GE3DSHIM method is a 3-D gradient shimming procedure developed for

More information

COBRE Scan Information

COBRE Scan Information COBRE Scan Information Below is more information on the directory structure for the COBRE imaging data. Also below are the imaging parameters for each series. Directory structure: var/www/html/dropbox/1139_anonymized/human:

More information

Fmri Spatial Processing

Fmri Spatial Processing Educational Course: Fmri Spatial Processing Ray Razlighi Jun. 8, 2014 Spatial Processing Spatial Re-alignment Geometric distortion correction Spatial Normalization Smoothing Why, When, How, Which Why is

More information

Interpolation of 3D magnetic resonance data

Interpolation of 3D magnetic resonance data Interpolation of 3D magnetic resonance data J. Mikulka 1, E. Gescheidtova 2 and K. Bartusek 3 1, 2 Department of Theoretical and Experimental Electrical Engineering, Brno University of Technology, Kolejni

More information

SPM Introduction. SPM : Overview. SPM: Preprocessing SPM! SPM: Preprocessing. Scott Peltier. FMRI Laboratory University of Michigan

SPM Introduction. SPM : Overview. SPM: Preprocessing SPM! SPM: Preprocessing. Scott Peltier. FMRI Laboratory University of Michigan SPM Introduction Scott Peltier FMRI Laboratory University of Michigan! Slides adapted from T. Nichols SPM! SPM : Overview Library of MATLAB and C functions Graphical user interface Four main components:

More information

(a Scrhon5 R2iwd b. P)jc%z 5. ivcr3. 1. I. ZOms Xn,s. 1E IDrAS boms. EE225E/BIOE265 Spring 2013 Principles of MRI. Assignment 8 Solutions

(a Scrhon5 R2iwd b. P)jc%z 5. ivcr3. 1. I. ZOms Xn,s. 1E IDrAS boms. EE225E/BIOE265 Spring 2013 Principles of MRI. Assignment 8 Solutions EE225E/BIOE265 Spring 2013 Principles of MRI Miki Lustig Assignment 8 Solutions 1. Nishimura 7.1 P)jc%z 5 ivcr3. 1. I Due Wednesday April 10th, 2013 (a Scrhon5 R2iwd b 0 ZOms Xn,s r cx > qs 4-4 8ni6 4

More information

Slide 1. Technical Aspects of Quality Control in Magnetic Resonance Imaging. Slide 2. Annual Compliance Testing. of MRI Systems.

Slide 1. Technical Aspects of Quality Control in Magnetic Resonance Imaging. Slide 2. Annual Compliance Testing. of MRI Systems. Slide 1 Technical Aspects of Quality Control in Magnetic Resonance Imaging Slide 2 Compliance Testing of MRI Systems, Ph.D. Department of Radiology Henry Ford Hospital, Detroit, MI Slide 3 Compliance Testing

More information

SPM Introduction SPM! Scott Peltier. FMRI Laboratory University of Michigan. Software to perform computation, manipulation and display of imaging data

SPM Introduction SPM! Scott Peltier. FMRI Laboratory University of Michigan. Software to perform computation, manipulation and display of imaging data SPM Introduction Scott Peltier FMRI Laboratory University of Michigan Slides adapted from T. Nichols SPM! Software to perform computation, manipulation and display of imaging data 1 1 SPM : Overview Library

More information

Abbie M. Diak, PhD Loyola University Medical Center Dept. of Radiation Oncology

Abbie M. Diak, PhD Loyola University Medical Center Dept. of Radiation Oncology Abbie M. Diak, PhD Loyola University Medical Center Dept. of Radiation Oncology Outline High Spectral and Spatial Resolution MR Imaging (HiSS) What it is How to do it Ways to use it HiSS for Radiation

More information

CONNJUR Workflow Builder: Tutorial. Where to download:

CONNJUR Workflow Builder: Tutorial. Where to download: CONNJUR Workflow Builder: Tutorial Part I: Introduction 1.1 About CONNJUR and CONNJUR Workflow Builder (CWB) The CONNJUR Project is to develop an open source integration environment for biomolecular NMR

More information

White Pixel Artifact. Caused by a noise spike during acquisition Spike in K-space <--> sinusoid in image space

White Pixel Artifact. Caused by a noise spike during acquisition Spike in K-space <--> sinusoid in image space White Pixel Artifact Caused by a noise spike during acquisition Spike in K-space sinusoid in image space Susceptibility Artifacts Off-resonance artifacts caused by adjacent regions with different

More information

Tina Pavlin 12 March 2013

Tina Pavlin 12 March 2013 Table of Contents Chapter 1 General... 2 Spectrometer Reset... 2 Adjustment of DC- offset (Zipper Artifact)... 2 Removal of Zipper Artifact... 2 Prescription for Decreasing TE... 2 EPIs... 3 Chapter 2

More information

NMR Spectroscopy with VnmrJ. University of Toronto, Department of Chemistry

NMR Spectroscopy with VnmrJ. University of Toronto, Department of Chemistry NMR Spectroscopy with VnmrJ University of Toronto, Department of Chemistry Walk-up interface 1 Logging in 1 Starting VnmrJ 1 Inserting sample into the magnet or sample changer 1 Enter sample information

More information

Clinical Importance. Aortic Stenosis. Aortic Regurgitation. Ultrasound vs. MRI. Carotid Artery Stenosis

Clinical Importance. Aortic Stenosis. Aortic Regurgitation. Ultrasound vs. MRI. Carotid Artery Stenosis Clinical Importance Rapid cardiovascular flow quantitation using sliceselective Fourier velocity encoding with spiral readouts Valve disease affects 10% of patients with heart disease in the U.S. Most

More information

Field Maps. 1 Field Map Acquisition. John Pauly. October 5, 2005

Field Maps. 1 Field Map Acquisition. John Pauly. October 5, 2005 Field Maps John Pauly October 5, 25 The acquisition and reconstruction of frequency, or field, maps is important for both the acquisition of MRI data, and for its reconstruction. Many of the imaging methods

More information

Fourier Transforms and Signal Analysis

Fourier Transforms and Signal Analysis Fourier Transforms and Signal Analysis The Fourier transform analysis is one of the most useful ever developed in Physical and Analytical chemistry. Everyone knows that FTIR is based on it, but did one

More information

Agilent MassHunter Workstation Software Report Designer Add-in

Agilent MassHunter Workstation Software Report Designer Add-in Agilent MassHunter Workstation Software Report Designer Add-in Quick Start Guide What is the Agilent MassHunter Workstation Software Report Designer Add-in? 2 Report Designer UI elements 3 Getting Started

More information

Artifact Detection and Repair: Overview and Sample Outputs

Artifact Detection and Repair: Overview and Sample Outputs Artifact Detection and Repair: Overview and Sample Outputs Paul Mazaika February 2007 Programs originated in Gabrieli Neuroscience Laboratory, updated and enhanced at Center for Interdisciplinary Brain

More information

Lab Location: MRI, B2, Cardinal Carter Wing, St. Michael s Hospital, 30 Bond Street

Lab Location: MRI, B2, Cardinal Carter Wing, St. Michael s Hospital, 30 Bond Street Lab Location: MRI, B2, Cardinal Carter Wing, St. Michael s Hospital, 30 Bond Street MRI is located in the sub basement of CC wing. From Queen or Victoria, follow the baby blue arrows and ride the CC south

More information

Software Release Notes for nordicbrainex v1.1.3

Software Release Notes for nordicbrainex v1.1.3 Software Release Notes for nordicbrainex v1.1.3 Revision 1 Date: February 15 th 2013 Approved by: Sigvald Høyheim NOTE: The most current documentation for released products is available on http://www.nordicneurolab.com.

More information

Partial k-space Recconstruction

Partial k-space Recconstruction Partial k-space Recconstruction John Pauly September 29, 2005 1 Motivation for Partial k-space Reconstruction a) Magnitude b) Phase In theory, most MRI images depict the spin density as a function of position,

More information

Information about presenter

Information about presenter Information about presenter 2013-now Engineer R&D ithera Medical GmbH 2011-2013 M.Sc. in Biomedical Computing (TU München) Thesis title: A General Reconstruction Framework for Constrained Optimisation

More information

HST.583 Functional Magnetic Resonance Imaging: Data Acquisition and Analysis Fall 2008

HST.583 Functional Magnetic Resonance Imaging: Data Acquisition and Analysis Fall 2008 MIT OpenCourseWare http://ocw.mit.edu HST.583 Functional Magnetic Resonance Imaging: Data Acquisition and Analysis Fall 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

Phase Difference Reconstruction. Outline

Phase Difference Reconstruction. Outline Advanced MRI Phase Difference Reconstruction Faik Can MERAL Outline Introduction Quantitative Description Arctangent operation ATAN2 Phased-Array Multiple Coil Data Correction of Predictable Phase Errors

More information

Improved Centroid Peak Detection and Mass Accuracy using a Novel, Fast Data Reconstruction Method

Improved Centroid Peak Detection and Mass Accuracy using a Novel, Fast Data Reconstruction Method Overview Improved Centroid Peak Detection and Mass Accuracy using a Novel, Fast Data Reconstruction Method James A. Ferguson 1, William G. Sawyers 1, Keith A. Waddell 1, Anthony G. Ferrige 2, Robert Alecio

More information

Partial k-space Reconstruction

Partial k-space Reconstruction Chapter 2 Partial k-space Reconstruction 2.1 Motivation for Partial k- Space Reconstruction a) Magnitude b) Phase In theory, most MRI images depict the spin density as a function of position, and hence

More information

Protein Deconvolution Quick Start Guide

Protein Deconvolution Quick Start Guide Protein Deconvolution Quick Start Guide The electrospray ionization (ESI) of intact peptides and proteins produces mass spectra containing a series of multiply charged ions with associated mass-to-charge

More information

ADVANCED RECONSTRUCTION TECHNIQUES IN MRI - 2

ADVANCED RECONSTRUCTION TECHNIQUES IN MRI - 2 ADVANCED RECONSTRUCTION TECHNIQUES IN MRI - 2 Presented by Rahil Kothari PARTIAL FOURIER RECONSTRUCTION WHAT IS PARTIAL FOURIER RECONSTRUCTION? In Partial Fourier Reconstruction data is not collected symmetrically

More information

PLOT 1: Page 1 of test run output

PLOT 1: Page 1 of test run output 0 4.7 0 54 PLOT 1: Page 1 of test run output Data of: Biomedizinische NMR Forschungs GmbH, Goettingen 4.0 3.8 3.6 3.4 3.2 3.0 2.8 2.6 2.4 2.2 2.0 1.8 1.6 1.4 1.2 1.0 0.80 0.60 0.40 Conc. %SD /Cr Metabolite

More information

CHAPTER 2. Morphometry on rodent brains. A.E.H. Scheenstra J. Dijkstra L. van der Weerd

CHAPTER 2. Morphometry on rodent brains. A.E.H. Scheenstra J. Dijkstra L. van der Weerd CHAPTER 2 Morphometry on rodent brains A.E.H. Scheenstra J. Dijkstra L. van der Weerd This chapter was adapted from: Volumetry and other quantitative measurements to assess the rodent brain, In vivo NMR

More information

Diffusion MRI Acquisition. Karla Miller FMRIB Centre, University of Oxford

Diffusion MRI Acquisition. Karla Miller FMRIB Centre, University of Oxford Diffusion MRI Acquisition Karla Miller FMRIB Centre, University of Oxford karla@fmrib.ox.ac.uk Diffusion Imaging How is diffusion weighting achieved? How is the image acquired? What are the limitations,

More information

Head motion in diffusion MRI

Head motion in diffusion MRI Head motion in diffusion MRI Anastasia Yendiki HMS/MGH/MIT Athinoula A. Martinos Center for Biomedical Imaging 11/06/13 Head motion in diffusion MRI 0/33 Diffusion contrast Basic principle of diffusion

More information

Supplementary methods

Supplementary methods Supplementary methods This section provides additional technical details on the sample, the applied imaging and analysis steps and methods. Structural imaging Trained radiographers placed all participants

More information

A Model-Independent, Multi-Image Approach to MR Inhomogeneity Correction

A Model-Independent, Multi-Image Approach to MR Inhomogeneity Correction Tina Memo No. 2007-003 Published in Proc. MIUA 2007 A Model-Independent, Multi-Image Approach to MR Inhomogeneity Correction P. A. Bromiley and N.A. Thacker Last updated 13 / 4 / 2007 Imaging Science and

More information

Manual Version: V1.15. Device Management Software User Manual

Manual Version: V1.15. Device Management Software User Manual Manual Version: V1.15 Device Management Software User Manual Notice Thank you for purchasing our product Conventions The contents of this document are subject to change without prior notice. Best effort

More information

MRI Imaging Options. Frank R. Korosec, Ph.D. Departments of Radiology and Medical Physics University of Wisconsin Madison

MRI Imaging Options. Frank R. Korosec, Ph.D. Departments of Radiology and Medical Physics University of Wisconsin Madison MRI Imaging Options Frank R. Korosec, Ph.D. Departments of Radiolog and Medical Phsics Universit of Wisconsin Madison f.korosec@hosp.wisc.edu As MR imaging becomes more developed, more imaging options

More information

PINMRF. Bruker AV-III / Avance DRX NMR Spectrometers running TopSpin Training Supplement for Advanced 1D NMR Spectroscopy

PINMRF. Bruker AV-III / Avance DRX NMR Spectrometers running TopSpin Training Supplement for Advanced 1D NMR Spectroscopy PINMRF Bruker AV-III / Avance DRX NMR Spectrometers running TopSpin Training Supplement for Advanced 1D NMR Spectroscopy INCLUDING: AV-III-400-HD w/ 5mm BBFO SmartProbe 369 WTHR AV-III-500-HD w/ 5mm BBFO

More information

XI Signal-to-Noise (SNR)

XI Signal-to-Noise (SNR) XI Signal-to-Noise (SNR) Lecture notes by Assaf Tal n(t) t. Noise. Characterizing Noise Noise is a random signal that gets added to all of our measurements. In D it looks like this: while in D

More information

IMPSTAR 2.1 User s Guide

IMPSTAR 2.1 User s Guide IMPSTAR 2.1 User s Guide Last Update July 2006 by Biao Wang Table of Contents Introduction.....3 Functionality Summary......3 Running IMPSTAR 4 The Interface of IMPSTAR... 4 The Main Window.. 4 The Histogram

More information

Playing with data from lab

Playing with data from lab Playing with data from lab Getting data off the scanner From the Patient Browser, select the folder for the study you want (or within that study, the set of images you want), and then from the Transfer

More information

Sampling, Ordering, Interleaving

Sampling, Ordering, Interleaving Sampling, Ordering, Interleaving Sampling patterns and PSFs View ordering Modulation due to transients Temporal modulations Slice interleaving Sequential, Odd/even, bit-reversed Arbitrary Other considerations:

More information

surface Image reconstruction: 2D Fourier Transform

surface Image reconstruction: 2D Fourier Transform 2/1/217 Chapter 2-3 K-space Intro to k-space sampling (chap 3) Frequenc encoding and Discrete sampling (chap 2) Point Spread Function K-space properties K-space sampling principles (chap 3) Basic Contrast

More information

Topics in Linguistic Theory: Laboratory Phonology Spring 2007

Topics in Linguistic Theory: Laboratory Phonology Spring 2007 MIT OpenCourseWare http://ocw.mit.edu 24.910 Topics in Linguistic Theory: Laboratory Phonology Spring 2007 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

2 Dimensional NMR User s Brief Guide

2 Dimensional NMR User s Brief Guide 2D NMR Handout 7/17/18 Weiguo Hu 2 Dimensional NMR User s Brief Guide (This handout presumes your thorough familiarity with the 1D handout commands and their use!) Options There are a vast number of 2D

More information

Imaging Notes, Part IV

Imaging Notes, Part IV BME 483 MRI Notes 34 page 1 Imaging Notes, Part IV Slice Selective Excitation The most common approach for dealing with the 3 rd (z) dimension is to use slice selective excitation. This is done by applying

More information

FACTORSYNTH user manual

FACTORSYNTH user manual FACTORSYNTH user manual www.jjburred.com - software@jjburred.com J.J. Burred, 2018-2019 factorsynth version: 1.4, 28/2/2019 Introduction Factorsynth is a Max For Live device that uses machine learning

More information

연구용유방초음파질관리 원광대학병원김혜원

연구용유방초음파질관리 원광대학병원김혜원 연구용유방초음파질관리 원광대학병원김혜원 Why US QC? Quality control (QC) testing of ultrasound scanners is important to verify the proper and consistent operation of these devices. main goal ; quality improvement Guidelines

More information

M R I Physics Course

M R I Physics Course M R I Physics Course Multichannel Technology & Parallel Imaging Nathan Yanasak, Ph.D. Jerry Allison Ph.D. Tom Lavin, B.S. Department of Radiology Medical College of Georgia References: 1) The Physics of

More information

Lucy Phantom MR Grid Evaluation

Lucy Phantom MR Grid Evaluation Lucy Phantom MR Grid Evaluation Anil Sethi, PhD Loyola University Medical Center, Maywood, IL 60153 November 2015 I. Introduction: The MR distortion grid, used as an insert with Lucy 3D QA phantom, is

More information

Diffusion Ordered Spectroscopy (DOSY) Overview BRUKER last edit 5/14/12

Diffusion Ordered Spectroscopy (DOSY) Overview BRUKER last edit 5/14/12 Diffusion Ordered Spectroscopy (DOSY) Overview BRUKER last edit 5/14/12 DOSY Diffusion Ordered SpectroscopY. NMR diffusion experiments, like DOSY, are used to determine the diffusion coefficients of solute

More information

Agilent MassHunter Workstation Software 7200 Accurate-Mass Quadrupole Time of Flight GC/MS

Agilent MassHunter Workstation Software 7200 Accurate-Mass Quadrupole Time of Flight GC/MS Agilent MassHunter Workstation Software 7200 Accurate-Mass Quadrupole Time of Flight GC/MS Familiarization Guide Before you begin 3 Prepare your system 3 Prepare the samples required for data acquisition

More information

Virtual Frap User Guide

Virtual Frap User Guide Virtual Frap User Guide http://wiki.vcell.uchc.edu/twiki/bin/view/vcell/vfrap Center for Cell Analysis and Modeling University of Connecticut Health Center 2010-1 - 1 Introduction Flourescence Photobleaching

More information

Bread Water Content Measurement Based on Hyperspectral Imaging

Bread Water Content Measurement Based on Hyperspectral Imaging 93 Bread Water Content Measurement Based on Hyperspectral Imaging Zhi Liu 1, Flemming Møller 1.2 1 Department of Informatics and Mathematical Modelling, Technical University of Denmark, Kgs. Lyngby, Denmark

More information

From FID to 2D: Processing HSQC Data Using NMRPipe Macro Methods

From FID to 2D: Processing HSQC Data Using NMRPipe Macro Methods The data recorded during a NMR experiment are stored in the form of a digitized free induction decay (FID), which is in the time domain. In order for us to gain information regarding the chemical environment

More information

PROCESSING 2D SPECTRA USING VNMRJ JB Stothers NMR Facility Materials Science Addition 0216 Department of Chemistry Western University

PROCESSING 2D SPECTRA USING VNMRJ JB Stothers NMR Facility Materials Science Addition 0216 Department of Chemistry Western University PROCESSING 2D SPECTRA USING VNMRJ JB Stothers NMR Facility Materials Science Addition 0216 Department of Chemistry Western University 1. INTRODUCTION...1 1.1. About this Worksheet... 1 1.2. A Very Brief

More information

T 1 Relaxation Measurement: The Inversion-Recovery Experiment (Using IconNMR) Revised

T 1 Relaxation Measurement: The Inversion-Recovery Experiment (Using IconNMR) Revised T 1 Relaxation Measurement: The Inversion-Recovery Experiment (Using IconNMR) Revised 4-21-2015 Relaxation times are divided into two types: longitudinal, which concerns change in magnetization along the

More information

VERY LARGE TELESCOPE 3D Visualization Tool Cookbook

VERY LARGE TELESCOPE 3D Visualization Tool Cookbook European Organisation for Astronomical Research in the Southern Hemisphere VERY LARGE TELESCOPE 3D Visualization Tool Cookbook VLT-SPE-ESO-19500-5652 Issue 1.0 10 July 2012 Prepared: Mark Westmoquette

More information

About This Version ParkSEIS 2.0

About This Version ParkSEIS 2.0 PS User Guide Series - About This Version 2.0 2016 About This Version ParkSEIS 2.0 Prepared By Choon B. Park, Ph.D. September 2016 Table of Contents Page 1. Summary 2 2. Velocity (Vs) Cross Section - Topographic

More information

Edge-Preserving Denoising for Segmentation in CT-Images

Edge-Preserving Denoising for Segmentation in CT-Images Edge-Preserving Denoising for Segmentation in CT-Images Eva Eibenberger, Anja Borsdorf, Andreas Wimmer, Joachim Hornegger Lehrstuhl für Mustererkennung, Friedrich-Alexander-Universität Erlangen-Nürnberg

More information

Frequently Asked Questions (FAQ)

Frequently Asked Questions (FAQ) Frequently Asked Questions (FAQ) 5/11/07 How can I import a spectrum into a Microsoft Word or PowerPoint document? Choose one: 1) One possibility is to transfer the FID to a computer in the NMR Lab or

More information

A Novel Iterative Thresholding Algorithm for Compressed Sensing Reconstruction of Quantitative MRI Parameters from Insufficient Data

A Novel Iterative Thresholding Algorithm for Compressed Sensing Reconstruction of Quantitative MRI Parameters from Insufficient Data A Novel Iterative Thresholding Algorithm for Compressed Sensing Reconstruction of Quantitative MRI Parameters from Insufficient Data Alexey Samsonov, Julia Velikina Departments of Radiology and Medical

More information

Lecture 4 Image Enhancement in Spatial Domain

Lecture 4 Image Enhancement in Spatial Domain Digital Image Processing Lecture 4 Image Enhancement in Spatial Domain Fall 2010 2 domains Spatial Domain : (image plane) Techniques are based on direct manipulation of pixels in an image Frequency Domain

More information

Modern Requirements4TFS 2018 Update 3 Release Notes

Modern Requirements4TFS 2018 Update 3 Release Notes Modern Requirements4TFS 2018 Update 3 Release Notes Modern Requirements 12/14/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 4 GENERAL... 5 1. FEATURES...

More information

CT NOISE POWER SPECTRUM FOR FILTERED BACKPROJECTION AND ITERATIVE RECONSTRUCTION

CT NOISE POWER SPECTRUM FOR FILTERED BACKPROJECTION AND ITERATIVE RECONSTRUCTION CT NOISE POWER SPECTRUM FOR FILTERED BACKPROJECTION AND ITERATIVE RECONSTRUCTION Frank Dong, PhD, DABR Diagnostic Physicist, Imaging Institute Cleveland Clinic Foundation and Associate Professor of Radiology

More information

Instruction for Mass Spectra Viewer

Instruction for Mass Spectra Viewer Instruction for Mass Spectra Viewer 1. A general description Basic functions Setup and Pre-process View, browser and undo Grouping, highlighting and labeling 2. Setup and Pre-process These procedures must

More information

G Practical Magnetic Resonance Imaging II Sackler Institute of Biomedical Sciences New York University School of Medicine. Compressed Sensing

G Practical Magnetic Resonance Imaging II Sackler Institute of Biomedical Sciences New York University School of Medicine. Compressed Sensing G16.4428 Practical Magnetic Resonance Imaging II Sackler Institute of Biomedical Sciences New York University School of Medicine Compressed Sensing Ricardo Otazo, PhD ricardo.otazo@nyumc.org Compressed

More information

MestReC Cheat Sheet. by Monika Ivancic, July 1 st 2005

MestReC Cheat Sheet. by Monika Ivancic, July 1 st 2005 MestReC Cheat Sheet by Monika Ivancic, July 1 st 2005 This Cheat Sheet is to be used at UW-Madison as a quick guide to processing using the MestReC NMR software. You may find more help at the MestReC homepage

More information

Living Image. Release Notes Version 4.7

Living Image. Release Notes Version 4.7 Living Image Release Notes Version 4.7 1. Purpose This document provides a brief overview of new features and improvements in Living Image 4.7. This release adds acquisition support for the new Lumina

More information

MRI Physics II: Gradients, Imaging

MRI Physics II: Gradients, Imaging MRI Physics II: Gradients, Imaging Douglas C., Ph.D. Dept. of Biomedical Engineering University of Michigan, Ann Arbor Magnetic Fields in MRI B 0 The main magnetic field. Always on (0.5-7 T) Magnetizes

More information

Rowland NMR Toolkit (RNMRTK) Overview

Rowland NMR Toolkit (RNMRTK) Overview Rowland NMR Toolkit (RNMRTK) Overview Originally developed as a platform for developing new NMR data processing methods Now widely used as a general processing platform Provides Rich set of apodization

More information

VXRE Reconstruction Software Manual

VXRE Reconstruction Software Manual VXRE Reconstruction Software Manual Version 1.7.8 3D INDUSTRIAL IMAGING 3D Industrial Imaging Co.,Ltd. Address :#413 Institute of Computer Technology, Seoul National University, Daehak-dong, Gwanak-gu,

More information

Software Release Notes for nordicbrainex v2.3.2

Software Release Notes for nordicbrainex v2.3.2 Software Release Notes for nordicbrainex v2.3.2 Revision 1 Date: April 20 th, 2017 Approved by: VP Development NOTE: The most current documentation for released products is available on http://www.nordicneurolab.com.

More information

GE Dynamic 13 C Acquisition

GE Dynamic 13 C Acquisition GE Dynamic 13 C Acquisition In this example you will load a human prostate dynamic MRS data set (single slice, 24 time points) acquired on a GE 3T scanner. You will generate metabolite maps for pyruvate

More information

SOFTWARE UPDATE NOTIFICATION (SUN) OMNISEC SOFTWARE v10.31: PSS

SOFTWARE UPDATE NOTIFICATION (SUN) OMNISEC SOFTWARE v10.31: PSS SOFTWARE UPDATE NOTIFICATION (SUN) OMNISEC SOFTWARE v10.31: PSS0051-05 Introduction This document details the installation and known issues with OMNISEC v10.31. This release is a maintenance release to

More information

Galaxie Photodiode Array Software

Galaxie Photodiode Array Software Varian, Inc. 2700 Mitchell Drive Walnut Creek, CA 94598-1675/USA Galaxie Photodiode Array Software User s Guide Varian, Inc. 2002-2006 03-914950-00:6 Table of Contents Introduction... 3 General... 3 PDA

More information

SIEMENS MAGNETOM Skyra syngo MR D13

SIEMENS MAGNETOM Skyra syngo MR D13 Page 1 of 8 SIEMENS MAGNETOM Skyra syngo MR D13 \\USER\CIND\StudyProtocols\PTSA\*dm_ep2d_mono70_b0_p2_iso2.0 TA:1:05 PAT:2 Voxel size:2.0 2.0 2.0 mm Rel. SNR:1.00 :epse Properties Routine Prio Recon Load

More information

Routine 1 H and 13 C NMR Data Acquisition Basic Topspin Processing Guide For PSC and NSC Bruker 400 NMR Spectrometer

Routine 1 H and 13 C NMR Data Acquisition Basic Topspin Processing Guide For PSC and NSC Bruker 400 NMR Spectrometer Routine 1 H and 13 C NMR Data Acquisition Basic Topspin Processing Guide For PSC and NSC Bruker 400 NMR Spectrometer Dr. Zhenming Du Email: zdu@gsu.edu Phone: 3-5538 Revised 04/02/2015 LC=Left click; DC=double

More information

Lecture 6: Edge Detection

Lecture 6: Edge Detection #1 Lecture 6: Edge Detection Saad J Bedros sbedros@umn.edu Review From Last Lecture Options for Image Representation Introduced the concept of different representation or transformation Fourier Transform

More information