Diff of Fid


*Information about Fid data [#u2d1a152]
fid is Agilent's MRI data format.

 -- epi01.fid
    |-- epi_riken_ptx.c
    |-- fid
    |-- log
    |-- procpar
    `-- text

-epi01.fid : Data folder
-epi_riken_ptx.c: pulse sequence's source code(text)
-fid: This is the main data file(binary)
-log: Message log displayed during the scan(text))
-log: Message log displayed during the scan(text)
-procpar: Scan parameters(text)
-text: Output of 'text' command(text)

*Unix Commands [#qf83756a]
**dg [#t0daf5a8]
Display the basic scan parameters
 dg epi01<RET>
 dg epi01 +<RET>

**dprocp [#t0daf5a8]
Show the parameter from the procpar file
 dprocp epi01 petable<RET>

**showpp [#t0daf5a8]
Text-dump all of the parameters written in the procpar file.
 The followings are all equivalent.
 showpp epi01.fid<RET>
 showpp epi01<RET>
 showpp procpar<RET>

**fid_head [#t0daf5a8]
Show the header from the fid file
 fid_head epi01<RET>