Skip to content

splitNEVNTrode

  splitNEVNTrode

  Opens and splits an NEV file based on its NTrode groups. It depends on
  openCCF file.

  Use splitNEVNTrode

  This function does not take any inputs.

    Example 1: 
    splitNEVNTrode;

    In the example above, the user will be prompted to select a CCF file
    first. The CCF contains the ntrode grouping infromation. Then the user
    will be prompted to select a NEV file. The script will then split the
    NEV file into smaller NEV files containing channels in given ntrode
    groups. For example, if ntrode group one consists of channels 1,3,5,
    and 12, then using splitNEVNTrode will split the file into a smaller
    NEV files that contains those channels only. If there are multiple
    ntrodes then the files will split into multiple smaller files, equal in
    number of the ntrode groups.

 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    Kian Torab
    support@blackrockmicro.com
    Blackrock Microsystems
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  Version History

  1.0.0.0: January 18, 2016
    - Initial release.

  1.1.0.0: October 10, 2016 - Saman Hagh Gooie
    - Bug fixes with file loading 
    - Fixed the file extension used for saving 

 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%