CNT2BIN2 converts a Neuro Scan 3.2 or earlier format file to a straight 
binary file.  The data are multiplexed short integers, and the byte order has 
been swapped relative to the Intel convention.

If there is an event table, event information is written to an ASCII file 
with the extension EV2.  The first column gives the stimulus code, the second 
column gives the response code, and the third column gives the frame number.  
A stimulus code of 0 indicates a non-stimulus event, and a response code of 0 
indicates a non-response event.

This program was written to give easier access from MATLAB.

