Blame view

stim/matlab/rtsEnviID.m 107 Bytes
1ff9af85   David Mayerich   added MATLAB/OCTA...
1
2
3
4
5
6
7
8
  classdef rtsEnviID < handle
      properties
          fid
          header
          mask
          fpos
      end
  end