Skip to content

ndi.setup.daq.system.marderlab

  NDI_MARDERLAB_MAKEDEV - initialize devices used by MARDERLAB

  EXP = ndi.setups.marderlab.makedev(EXP, DEVNAME)

  Creates devices that look for files in the MARDERLAB standard recording
  scheme, where data from different epochs are organized into
  subdirectories (using ndi.file.navigator.epochdir). DEVNAME should be the 
  name a device in the table below. These devices are added to the ndi.session
  object EXP. If DEVNAME is a cell list of strings, then multiple items are added.

  If the function is called with no input arguments, then it returns a list
  of all valid device names.

  Each epoch is defined by the presence specific files that are needed by each
  device as described below.

  Devices created    | Description
  ----------------------------------------------------------------
  marder_ced         |  ndi_daqsystem_multichannel_mfdaq that looks for
                     |    files '[something].smr' and
                     |    '[something].epochprobemap.txt'

  See also: ndi.file.navigator.epochdir