msr_print - Man Page

Printing of Mini-SEED record header values.

Synopsis

#include <libmseed.h>

void   msr_print ( MSRecord *msr, flag details );

Description

msr_print prints formatted details from the given MSRecord struct (parsed record header), i.e. fixed section and blockettes.  All output is printed using ms_log(3) at level 0.  The details flag controls how much information is printed:

0  : a single line summarizing the record
1  : most commonly desired header details
2+ : all header details

If no fixed section header information is available at MSRecord.fsdh then a single line is printed from the other information in the MSRecord structure.

See Also

ms_intro(3) and msr_unpack(3).

Author

Chad Trabant
IRIS Data Management Center

Referenced By

msr_unpack(3).

2006/11/27 Libmseed API