Homer Utilities

From LIBISIS
Revision as of 10:59, 10 April 2008 by Dickon Champion (talk | contribs)
Jump to navigation Jump to search

Useful information can be extracted from the data using only the run number

head and mhead

head() returns the header information for the raw file defined by the run_number, or the path to a defined raw file. A combined set of runs can also be defined, the data are combined together with limited practical use

>>  head(run_no)
>>  head(path_to_raw_file)
  • run_no can be defined in the following ways
  1. a numerical array of numbers [12345 45673 34436] or a single numeric
  2. an array of strings char('12345' '45673' '34436') or a single string
  3. a cell array of strings {'12345' '45673' '34436'}
  4. a cell array of numerics {12345 45673 34436}
  • path_to_raw_file is defined as a string or a cell array of strings

getei and mgetei