Stringheader="header.format = 'OPEN EPHYS DATA FORMAT v0.0'; \n";
header+="header.header_bytes = ";
header+=String(HEADER_SIZE);
header+=";"
if(ch->isEventChannel)
{
header+="header.description = 'each record contains one 64-bit timestamp, one 16-bit sample position, one uint8 event type, one uint8 processor ID, one uint8 event ID, and one uint8 event channel'; \n";