Home
last modified time | relevance | path

Searched refs:ms_nomsamprate (Results 1 – 8 of 8) sorted by relevance

/dports/science/py-obspy/obspy-1.2.2/obspy/io/mseed/src/libmseed/
H A Dlibmseed.def77 ms_nomsamprate
H A Dgenutils.c1124 ms_nomsamprate (int factor, int multiplier) in ms_nomsamprate() function
H A Dlibmseed.h756 extern double ms_nomsamprate (int factor, int multiplier);
H A Dmsrutils.c503 return ms_nomsamprate (msr->fsdh->samprate_fact, msr->fsdh->samprate_mult); in msr_nomsamprate()
H A Dparseutils.c520 nomsamprate = ms_nomsamprate (fsdh->samprate_fact, fsdh->samprate_mult); in ms_parse_raw()
H A DChangeLog484 - Add ms_nomsamprate() to genutils.c to calculate the sample rate
/dports/science/py-obspy/obspy-1.2.2/obspy/io/mseed/
H A Dheaders.py774 __clibmseed.ms_nomsamprate.argtypes = [
778 __clibmseed.ms_nomsamprate.restype = C.c_double
H A Dcore.py922 ms_sr = clibmseed.ms_nomsamprate(_factor.value, _multiplier.value)