Closed damb closed 2 years ago
@mmesim, please check on your side whether both station magnitudes and network magnitudes can be displayed in scolv
.
@luca-s Network Magnitudes are ok
Still cannot see Station Magnitudes
@luca-s, do you know which prerequisites need to be fulfilled in order to display station magnitudes in scolv
?
DataModel::Magnitude
references DataModel::StationMagnitude
by means of DataModel::StationMagnitudeContribution
already.
Ok. Got it.
In order to display DataModel::StationMagnitude
s in scolv
the WaveformID
needs to be set.
EDIT: Actually, I didn't expect this behaviour, due to the member function documentation of DataModel::StationMagnitude::waveformID()
: https://github.com/SeisComP/common/blob/a5b9a6ccf3fb93407c2f57df3b068d031f0a16b1/libs/seiscomp/datamodel/stationmagnitude.h#L133-L142
@mmesim, could you please check once again on your side?
Still no station magnitudes.
@mmesim could you dump the origin in XML so we can see what is missing?
@damb Great job! It works! @luca-s Thanks a lot for your help!! :tada: :tada: :tada: :tada: :tada: :tada: :tada:
Compute network magnitudes as the median of the corresponding station magnitudes.
Closes #103.