History of Fid (No. 2)


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
  • fid: This is the main data file
  • log: Message log displayed during the scan
  • procpar: Scan parameters
  • text: Output of 'text' command

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>