obspy / obspy

ObsPy: A Python Toolbox for seismology/seismological observatories.
https://www.obspy.org
Other
1.17k stars 536 forks source link

Inconsistent parameter in obspy.core.event.FocalMechanism #633

Closed claudiodsf closed 10 years ago

claudiodsf commented 11 years ago

From obspy.core.event.FocalMechanism documentation:

waveform_id (WaveformStreamID, optional) Refers to a set of waveform streams from which the focal mechanism was derived.

I think that waveform_id should rather be a list of WaveformStreamID.

Do you agree on that?

megies commented 11 years ago

Looks that way to me from looking at the QuakeML manual.. @krischer?

barsch commented 10 years ago

@claudiodsf please review if obspy.pde needs more changes - thx

claudiodsf commented 10 years ago

It's ok. In the end I don't use it in mchedr.py :wink: (the required information is not provided in NEIC MCHEDR files).