- what informations am I going to miss if I set headonly to True ?
(e.g : if I have many Traces in a single file, am I going to get the
metadata for all traces anyway ?)
- may I expect an positive impact on performance when setting headonly
to True ?
- is it mutually exclusive with the quality boolean flag ?
- what informations am I going to miss if I set headonly to True
? (e.g : if I have many Traces in a single file, am I going to get
the metadata for all traces anyway ?)
headonly will omit the actual data - it will load only meta data
# just preparing a sample file
from obspy.core import read st=read() st.write('out.mseed',
format='MSEED')