Darius Arnold
6c3998285b
Add invisible character to increase size of column in table
...
Otherwise icons were squished when exporting
2018-10-15 14:37:39 +02:00
Darius Arnold
974be21a06
Correct some errors, add some information
2018-10-12 11:22:19 +02:00
Ludger Küperkoch
dfe3f9b32a
[Bugfix]: There might be no network nor location information available, strange!
2018-10-10 11:40:11 +02:00
Ludger Küperkoch
cf7fafbe62
Additional possible suffix for metadata file.
2018-10-10 11:17:58 +02:00
Darius Arnold
637b821582
Add description of Waveform Plot buttons
2018-10-01 12:55:54 +02:00
Darius Arnold
d0503d4261
Add description of the tune autopicker window
2018-09-24 12:54:32 +02:00
Darius Arnold
18308a7168
Add description of jackknife and wadati check
2018-09-24 11:02:23 +02:00
Darius Arnold
f56087b68e
More work on GUI.md
2018-09-17 12:00:55 +02:00
Darius Arnold
7dbc2cb334
Worked on GUI documenation, added images
2018-09-14 23:31:36 +02:00
Darius Arnold
2d233a7099
Merge branch 'develop' into feature/documentation
2018-09-14 21:46:29 +02:00
marcel
739a6e89f4
[pycharm] optimized imports
2018-08-16 17:34:05 +02:00
marcel
c23bbfae8a
[bugfix] enhanced emergency reset loop for corrupted QSettings
2018-08-16 16:22:35 +02:00
marcel
6546f8f196
[update] warn user in case of low SNR for manual pick
2018-08-16 16:14:48 +02:00
marcel
ce1564c2f8
[minor] improved convenience, small bugfix
2018-08-15 15:51:41 +02:00
marcel
8a187905cb
[update] finalized recent projects
...
[minor] some small fixes, improvements
2018-08-15 15:39:43 +02:00
marcel
402248f340
[new] minor, add recently used projects (WIP)
2018-08-14 14:21:32 +02:00
Darius Arnold
6936cfcfa6
[bugfix] Taupy didn't check return of get_coordinates
...
For a station not in the metadata, get_coordinates would return None which wasn't checked for.
This includes a test for a station which is not in metadata.
2018-08-13 22:42:19 +02:00
Darius Arnold
96adbddeba
[remove] unused parameter in create_arrivals
...
The station id is no longer passed into the function and used to retrieve the station coordinates, but the id is taken from the vertical stream instead.
2018-08-13 22:37:48 +02:00
Darius Arnold
dcd0bc40d7
[remove] old autopickstation code
2018-08-13 22:35:38 +02:00
marcel
a82a1cddc8
[minor] changed message for pick deletion
2018-08-13 17:44:24 +02:00
marcel
f22f7845cb
[new] remove picks on map with middle-click
...
[bugfix] remove old annotations
2018-08-13 12:49:48 +02:00
marcel
26a4cc568a
[new] perform jackknife on gradient of stations in array map and highlight them in case of high std
2018-08-13 11:24:48 +02:00
marcel
a0f9561bcf
[new] hybrid selection for array_map (plot automatic and manual picks, prefer manuals)
2018-08-09 11:16:20 +02:00
Darius Arnold
b7d3568498
[bugfix] Taupy used even if disabled when p start time > 0
...
If Taupy was disabled, but pstart was larger than zero, the and would lead to the function that modifies starttimes not exiting. This resulted in taupy being used even though it was disabled when the p starttime was above 0.
2018-08-09 10:03:25 +02:00
Darius Arnold
9929e3d441
[change] testPickingResults.py in accordance with bugfix
2018-08-08 19:25:41 +02:00
Darius Arnold
45370e2c67
[bugfix] PickingResults raised incorrect error on missing attribute
...
Accessing a non existing attribute raised a KeyError instead of an AttributeError, breaking methods that relied on the correct error type. Maybe this fixes the __setstate__ bug during event picking from GUI.
2018-08-08 19:25:11 +02:00
Darius Arnold
d4e2f4a070
[bugfix] maxDiff not correctly set in test_autopickstation
2018-08-08 09:11:34 +02:00
Darius Arnold
146da1d794
[change] Quality class determination documentation improvement
...
Also change order of expected/actual values in test assert methods to improve output of test function.
The first parameter is supposed to be the expected value, the second one the actual result.
2018-08-07 13:58:59 +02:00
marcel
677d3a200c
[bugfix] return statement disappeared on merge in a45e817213
2018-08-07 10:33:57 +02:00
marcel
e46c0fb862
[minor] typos
2018-08-07 10:06:39 +02:00
marcel
a2af6b44f3
[bugfix] regard location ID in PyLoT! (WIP)
2018-08-06 16:03:54 +02:00
marcel
34891d3dc1
[minor] added verbosity flag for Metadata to reduce output in GUI
2018-08-06 09:19:30 +02:00
marcel
a85b79e432
[change] try to merge streams instead of deleting them when they have gaps
2018-08-06 09:02:05 +02:00
marcel
5f2848d584
[bugfix] do not read the same files multiple times for each channel
2018-08-03 14:03:27 +02:00
Darius Arnold
d3fee396b2
[modify] test_autopickstation to work with new return value
2018-08-03 13:50:41 +02:00
Darius Arnold
0c4085ed76
[bugfix] station name was in dictionary instead of a list item for autopickstations return value
...
Old implementation of autopickstation returned a list containing a dcitionary with results as a first value and a string with the station name as a second value. The new version used to return a single dict with a key/value station name pair, which the calling code could not unpack. The new implementation now also returns a list with picking results and station name.
2018-08-03 13:50:14 +02:00
Darius Arnold
2b9cf655ae
[change] autopickstation works with new Metadata class
2018-08-03 13:47:46 +02:00
Darius Arnold
86f6584d91
Modify test_autopickstation's MockMetadata to work with the new Metadata class
2018-08-03 13:23:52 +02:00
Darius Arnold
a45e817213
Merge remote-tracking branch 'origin/develop' into feature/refactor
2018-08-03 11:55:13 +02:00
marcel
5c74160710
Merge branch 'feature/metadata_class' into develop
2018-08-03 11:18:34 +02:00
marcel
e75beff883
[minor] cosmetics on dataPlot bottom layout
2018-08-03 11:16:56 +02:00
marcel
d9a4c40d0b
[minor] hide pick qualities histogram action (not implemented yet)
2018-08-03 11:16:08 +02:00
Darius Arnold
b9cf219b39
Adding/modifying documentation in autopick.py
2018-08-03 11:05:42 +02:00
Darius Arnold
7b2ae2fa8f
Disable NonLinLoc in testing parameter file
2018-08-03 11:01:58 +02:00
Darius Arnold
108ba80b83
[minor] disable length limit when printing diff of picking results
...
By default the difference printed when two picking result dictionaries are compared is limited in length, this disables the limit.
2018-08-03 11:00:53 +02:00
Darius Arnold
8dcea2a8c3
[change] PickingResults now only stores actual results, PickingContainer stores intermediary values
...
PickingResults now stores only the actual results of picking, which are returned from the autopickstation function.
To store intermediary results during picking, the new class PickingContainer is used.
2018-08-03 10:59:10 +02:00
marcel
e211a901ff
[bugfix] could not init array map when loading project
2018-08-03 09:33:37 +02:00
marcel
393413d6fc
[bugfix] closes #215
2018-08-02 15:42:34 +02:00
marcel
d5e9cd07d4
[revert] went back to old quality assessment without SNR
2018-08-02 14:18:20 +02:00
marcel
529939b4b8
[minor] removed unused object
2018-08-02 13:32:45 +02:00