Navigation
index
modules
|
next
|
previous
|
ObsPy Documentation (0.9.0)
»
ObsPy Library Reference
»
Classes & Functions
»
obspy.station.util
»
obspy.station.util.Comment
»
obspy.station.util.Comment.__init__
¶
Comment.
__init__
(
value
,
id=None
,
begin_effective_time=None
,
end_effective_time=None
,
authors=None
)
[source]
¶
Parameters:
value
(
String
)
The actual comment string
id
(
int
)
ID of comment, must be 0 or greater.
begin_effective_time
(
UTCDateTime
)
The effective start date, Optional.
end_effective_time
(
UTCDateTime
)
The effective end date. Optional.
authors
(List of
Person
objects.)
The authors of this comment. Optional.
This Page
Show Source
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
next
|
previous
|
ObsPy Documentation (0.9.0)
»
ObsPy Library Reference
»
Classes & Functions
»
obspy.station.util
»
obspy.station.util.Comment
»