- Feb 23, 2017
-
- Feb 22, 2017
-
-
Marcus Herrmann authored
based on empirical trial and error: libmseed w/ STEIM2 encoding crashes when the diff b/w two values is larger than 536870911 (a quarter of the maximum value of the int32 dtype)
-
Luca Scarabello authored
-
Marcus Herrmann authored
-
Marcus Herrmann authored
-
Marcus Herrmann authored
(that always annoyed me)
-
Marcus Herrmann authored
... these jumps (diff of values) are larger then the range of int32. STEIM1 encoding fixes (at least) these...
-
Luca Scarabello authored
-
Luca Scarabello authored
That function does all needed: - check if the array is masked - fill the mask with specific value - return a non-masked array Better use standard functions that doing manually the job
-
Luca Scarabello authored
when copy=True do the copy, ALWAYS. To get the previous behaviour simply pass copy=False or don't call the function at all, because it's not doing anything
-
Luca Scarabello authored
-
- Feb 20, 2017
-
-
Luca Scarabello authored
-
Luca Scarabello authored
-
Marcus Herrmann authored
b/c numpy & scipy yields unexpected & unwanted results when the array has a mask
-
Marcus Herrmann authored
... and allow passing a file *path* to TM.io.readDetections()
-
- Feb 15, 2017
-
-
Luca Scarabello authored
-
Luca Scarabello authored
-
Luca Scarabello authored
-
Luca Scarabello authored
-
- Feb 14, 2017
-
-
Luca Scarabello authored
-
- Feb 13, 2017
-
-
Marcus Herrmann authored
+ another fix: plot right template waveform
-
- Feb 10, 2017
-
-
Marcus Herrmann authored
... it was the other direction ;-)
-
Marcus Herrmann authored
-
Marcus Herrmann authored
-
- Feb 09, 2017
-
-
Marcus Herrmann authored
-
Marcus Herrmann authored
+ more docu in TM.core.calc_windowed_std_trace()
-
Luca Scarabello authored
-
- Feb 08, 2017
-
-
Luca Scarabello authored
-
Luca Scarabello authored
-
Luca Scarabello authored
-
Luca Scarabello authored
-
Luca Scarabello authored
-
Luca Scarabello authored
-
Luca Scarabello authored
-
Luca Scarabello authored
read_template modifies the template read from disk, this shouldn't happend. So the code is moved to prelaod_template
-
- Feb 07, 2017
-
-
Marcus Herrmann authored
-
Luca Scarabello authored
Even though they should be the same, but just to be sure
-
Luca Scarabello authored
-
Luca Scarabello authored
-
Luca Scarabello authored
-