Adding event and station information in Miniseed headers

Hello,

I would like to know how to add information in miniseed headers such as:
- station longitude, latitude and elevation
- event latitude, longitude, depth, magnitude
- event origin time
- first arrival phase, travel time

as we can do in sac file headers using AttribDict?

Do you have an example?

Regards,
Coralie

Hi Coralie,

Nope, you can't do that. Well you can do it on the active object but once you save it, it'll be lost in MSEED format.

Thomas

the MiniSEED format is data only - the file format is not suitable for
additional (meta) data

Cheers,
Robert

Hi Coralie

To give some more information. miniSEED is a subset of the SEED standard used for time series data. It has a counter part called dataless which holds the metadata. Now the SEED standard may hold event data in the Time Span Control Headers, but currently these are not supported by ObsPy.

For more information see:

regards \p

När du har kontakt med oss på Uppsala universitet med e-post så innebär det att vi behandlar dina personuppgifter. För att läsa mer om hur vi gör det kan du läsa här: http://www.uu.se/om-uu/dataskydd-personuppgifter/ E-mailing Uppsala University means that we will process your personal data. For more information on how this is performed, please read here: http://www.uu.se/en/about-uu/data-protection-policy

Hi Thomas,

Thanks for your answer.
Indeed, I can add this kind of information using Attribdict on the active trace but I cannot save it.
See you,
Coralie

Le 14/01/2019 08:26, Thomas Lecocq a �crit :

Thanks for the information Peter!

Coralie