


Display a summary of a d1d object or file containing d1d information.
>> head(w) % Summary for object (or array of objects)
>> head(d1d,filename) % Summary for named file (or array of names)
To return header information in a structure, without displaying to screen:
>> h=head(...) % Fetch principal header information
The facility to get head information from file(s) is included for completeness, but
more usually you would use the function:
>> head_horace(filename)
>> h=head_horace(filename)
Input:
-----
w d1d object or array of d1d objects
*OR*
d1d Dummy d1d object to enforce the execution of this method.
Can simply create a dummy object with a call to d1d:
e.g. >> w = head(d1d,'c:\temp\my_file.d1d')
file File name, or cell array of file names. In latter case, displays
summary for each sqw object
Output (optional):
------------------
h Structure with header information, or cell array of structures if
given a cell array of file names.