Blame view

tira/matlab/rtsEnviID.m 107 Bytes
ce6381d7   David Mayerich   updating to TIRA
1
2
3
4
5
6
7
8
  classdef rtsEnviID < handle
      properties
          fid
          header
          mask
          fpos
      end
  end