- Mar 01, 2017
-
-
Luca Scarabello authored
Allow tolerance of 0.1 seconds
-
- Feb 24, 2017
-
-
Marcus Herrmann authored
... because EULER is on python3.3 which doesn't support pickle protocol 4 (which is the HIGHEST_PROTOCOL on python3.4)
-
- Feb 23, 2017
-
-
Marcus Herrmann authored
Doesn't quit if no templateSet and catalog given. (because they are already manually preloaded)
-
Marcus Herrmann authored
-
Marcus Herrmann authored
-
Marcus Herrmann authored
-
Marcus Herrmann authored
@Luca: Can you deal with the included TODO -info? also moved logger setup more up to allow logging of config.select_fastest_approach
-
- 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
-