


brede_read_bm_ent - Read BrainMap ent file
S = brede_read_bm_ent(filename)
Input: filename Filename for the 'ent' file
Property: Output [ {bib} | cel ] Type of output. Either a
'bib' structure or a 'cel' structure.
Output: S 'Bib' structure
The BrainMap 'ent' file is generated by the data entry program
called Scribe. It contains a Java hash with a long series of
fields.
The output 'bib' structure does not contain all information from
the ent file. The 'cel' structure output is just a long table of
name-value pairs for each field.
Example:
% Download Grezes_NP_02.ent from BrainMap homepage
B = brede_read_bm_ent('Grezes_NP_02.ent')
figure, brede_ta3_frame, brede_ta3_bib(B)
See also BREDE, BREDE_BM, BREDE_READ.
$Id: brede_read_bm_ent.m,v 1.2 2009/04/22 13:04:35 fn Exp $