Duke-UNC Brain Imaging and Analysis Center
BIAC Forums | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Support Forums
 BXH Header Support
 Creating & using BXH headers for CIGAL pdigm files

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
charles.michelich Posted - May 30 2003 : 3:22:18 PM
BXH Users,

I wrote a function which creates BXH headers for the DMDATA files generated by Jim Voyvodic's suite of tools (CIGAL, fscan, dmwrite, etc). The pdigm* files generated by CIGAL are in this format and contain much more information than the show*.out files. The function is called dmdata2bxh. Once the headers are written, the data can be read using readbxhdata. Here is an example of generating a BXH header and then reading the paradigm parameter file from the pdigm file.
% Create a BXH header for your CIGAL output file
dmdata2bxh('pdigm5_12345_5_1');

% Read record type cigal_22 (paradigm parameter file in this case)
data=readbxhdata('pdigm5_12345_5_1.bxh','pdigm22');

% Read pdigm5_12345_5_1 chosing the record in a GUI.
data2=readbxhdata('pdigm5_12345_5_1.bxh');
The necessary software is in \\Gall\Programs\User_Scripts\alpha\

Enjoy,
Chuck

BIAC Forums © 2000-2010 Brain Imaging and Analysis Center Go To Top Of Page
This page was generated in 0.28 seconds. Snitz Forums 2000