/* ufh script to find and report zeroes (record, trace, sample) */ func Begin() { } func OnLineHeader() { TraceLength = LH.NumSmp; /* store number samples per trace */ RecLength = LH.NumTrc; /* store number traces per record */ } func OnTrace() /* operate on each trace sequentially */ { rec = Tr.RecNum; trc = Tr.TrcNum; for ( i=0 ; i