Skip to content

ndr.format.intan.copy_Intan_RHD2000_blocks

  COPY_INTAN_RHD2000_BLOCKS - Concatenate multiple RHD blocks together

  STATUS = COPY_INTAN_RHD2000_BLOCKS(FILENAME_IN, B1, B2, FILENAME_OUT)

  Copies data blocks from B1 to B2 from the RHD 2000 file 
  FILENAME_IN and writes it to the file FILENAME_OUT.  The first block is numbered
  1.

  This is useful for trimming files down to certain blocks.  Check out
  INTAN_RHD2000_BLOCKINFO to understand the relationship between data blocks and
  samples (short version: data blocks are not samples, they are regular collections
  of samples).

  STATUS should always return 0 if there was no error.

  See also: READ_INTAN_RHD2000_DATAFILE, READ_INTAN_RHD2000_HEADER, INTAN_RHD2000_BLOCKINFO