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