Coverage for /opt/obspy/update-docs/src/obspy/obspy/xseed/blockette/blockette031 : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# -*- coding: utf-8 -*-
""" Blockette 031: Comment Description Blockette.
Station operators, data collection centers, and data management centers can add descriptive comments to data to indicate problems encountered or special situations.
Sample: 03100720750Stime correction does not include leap second, (-1000ms).~000 """ Integer(3, "Comment code key", 4), FixedString(4, "Comment class code", 1), VariableString(5, "Description of comment", 1, 70, 'UNLPS'), Integer(6, "Units of comment level", 3, ignore=True) ] |