Table of Contents

Name

headinfo - print ERP header variables

Synopsis

headinfo filename [bin# [bin#...]] [hdrvar [hdrvar...]]

Description

headinfo prints ERP data file header variables to stdout. If invoked without any optional parameters, headinfo prints most of the header variables that don’t change across bins, followed by the bindesc, sums, and totrawrecs variables for each of the bins in the file specified by filename. If bin numbers are given, header variables for only those bins are printed. If header variables are specified (hdrvar parameter), only those variables are printed. For more than 20-30 bins, it is suggested that you pipe the output of headinfo to the more(1) progam. For example,

headinfo myfile.avg | more

The header variables that are reconized by the program are:

bindescbinnumberchanschndesc
clktickcondcodecondesccprecis
eventepochexpdescitemnumber
odelaypp10uvpresamplingprfdesc
rejcountsrejdescsubdescsums
timelotimehitpfuncstotevnt
totrawrecstotrejectstrfuncsverpos

See Also

edhead(1)

Bugs

None yet reported.

Author

Ronald Ohst


Table of Contents