Skip to content

openCCF

  openCCF

  This script reads a .ccf file and outputs it in a structure.

    filename:  Name of the file to be opened. If the fname is omitted
               the user will be prompted to select a file. 
               DEFAULT: Will open Open File UI.

    Channels   1-128 are neural channels
    Channels 129-144 are external analog inputs
    Channels 145-148 are external analog outpus
    Channels

    Kian Torab
    kian@blackrockmicro.com
    Blackrock Microsystems
    Version 2.1.0.0

 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  Version History

  1.0.0.0:
    - Initial release.

  1.2.3.0:
    - Minor bug fix that led to a crash in certain cases.

  1.2.4.0:
    - Minor bug fix regarding passing a filename variable to the function.

  2.0.0.0: 
    - Implemented XML CCF file format.

  2.1.0.0:
    - Fixed a bug in loading nTrode groups with a base of 0.

  2.2.0.0 April 29, 2020
    - Fixed an error where N-Trodes with less than 4 members read an extra
      1 as the extra non-existent members.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%