~ubuntu-branches/ubuntu/natty/mricron/natty

« back to all changes in this revision

Viewing changes to dcm2nii/paramstrs.pas

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2010-11-08 07:55:47 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20101108075547-g99ufaelkf17kiss
Tags: 0.20101102.1~dfsg.1-1
* New upstream code.
* Changed get-orig-src to get-orig-source target in debian/rules for policy
  compliance.
* Added patch for compatibility with Lazarus version in Debian.
* Added patch for Ubuntu lucid backports that can be automatically applied
  by backport-dsc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
         Msg('-f Source filename [e.g. filename.par -> filename.nii]: Y,N = '+Bool2YN(lPrefs.AppendFilename));
95
95
         Msg('-g gzip output, filename.nii.gz [ignored if ''-n n'']: Y,N = '+Bool2YN(lPrefs.Gzip));
96
96
         Msg('-i ID  in filename [filename.dcm -> johndoe.nii]: Y,N = '+Bool2YN(lPrefs.AppendPatientName));
 
97
         Msg('-m manually prompt user to specify output format [NIfTI input only]: Y,N = '+Bool2YN(lPrefs.ManualNIfTIConv));
97
98
         Msg('-n output .nii file [if no, create .hdr/.img pair]: Y,N = '+Bool2YN(lPrefs.SingleNIIFile));
98
99
         Msg('-o Output Directory, e.g. ''C:\TEMP'' (if unspecified, source directory is used)');
99
100
         Msg('-p Protocol in filename [filename.dcm -> TFE_T1.nii]: Y,N = '+Bool2YN(lPrefs.AppendProtocolName));
250
251
{$ELSE}
251
252
  ModifyAnalyze(lStr,lPrefs);
252
253
{$ENDIF}
253
 
 
254
254
                end else if (lExt = '.REC') or (lExt = '.PAR') then begin
255
255
                    LoadFileListPARREC(lStr,lOutDir,lPrefs);
256
256
                    if lPrefs.everyfile then