Fid

Last-modified: 2015-07-28 (Tue) 10:49:23 (3209d)

Information about Fid data

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)
  • procpar: Scan parameters(text)
  • text: Output of 'text' command(text)

Unix Commands

dg

Display the basic scan parameters

dg epi01<RET>
dg epi01 +<RET>

dprocp

Show the parameter from the procpar file

dprocp epi01 petable<RET>

showpp

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

Show the header from the fid file

fid_head epi01<RET>