Table 1. Relevant entries in the configuration file of the Fatquant application.
Parameter / Entry | Value | Use |
---|---|---|
applicationName | 'Fatquant' | loading or saving of datasets |
ComputeClassFunctionCall | '@cComputeFatquant' | loading of datasets |
saveDataFunction | '@mSaveXLS' | saving of datasets |
imageClassFunctionCall | '@cImageDcm' | loading of datasets |
imageNames | {'Real', 'Imaginary'} | loading of datasets |
imageDirectoryPattern | {'Dixon*', 'Dixon*'} | loading of datasets |
imageFilenamePattern | {'*_IM_*.dcm', '*_RE_*.dcm'} | loading of datasets |
image display visibility | 'on' | UI creation |
graph display visibility | 'on' | UI creation |
table visibility | 'on' | UI creation |
table column headers | {'Pos', 'Done', 'PDFF(1)', ' PDFF(2)', 'PDFF(3)'} | UI-update routine |
table entry calls | {'pSliceLocation', 'pSliceDone', 'mGetPDFF(1)', 'mGetPDFF(2)', 'mGetPDFF(3)'} | UI-update routine |
menu entries | {'Functions' 'Copy ROIs'} {'Functions' 'Paste ROIs'} {'Image' 'Show Magnitude'} {'Image' 'Show RealPart'} {'Image' 'Show ImaginaryPart'} |
customization of file menu |
menu entry callbacks | '@(varargin)d.mMenuCallback(@(cCompute)d.dat.mCopySeg(d))' '@(varargin)d.mMenuCallback(@(cCompute)d.dat.mPasteSeg(d))' |
customization of file menu |
ROI hotkeys | {'1', '2', '3'} | selection of region of interest (ROI) |