ludger
570e47f2df
No changes!!
2019-11-15 11:36:26 +01:00
ludger
4a0759ee6e
Replaced IOError with warning message, GUI keeps being alive, but still buggy with TauPy!
2019-11-15 09:57:31 +01:00
ludger
8419fc9681
Taper CF before calculating AIC.
2019-11-14 16:47:16 +01:00
Ludger Küperkoch
ceb33bf59e
Merge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop
2019-10-28 16:43:11 +01:00
Ludger Küperkoch
f28ee2bb59
New default parameters (min-, max-values) for magnitude scaling.
2019-10-28 16:41:48 +01:00
8b741c9102
[bugfix] old parameter default values, especially min/max values remained from older pylot projects
2019-10-28 16:33:19 +01:00
18aa67e5ba
[update] some bugfixes relating array_maps, removed some unneccessary files
2019-10-23 11:34:50 +02:00
Ludger Küperkoch
e94129ec36
If several locations done, use the most recent one.
2019-09-13 12:29:42 +02:00
Ludger Küperkoch
b4eeef55a6
Bug: AxesSubplot object has no attribute set_facecolor. Deactivated that line.
2019-09-09 14:40:51 +02:00
cc8d301cff
[new] small script to automatically generate array maps (maybe add this as a GUI option?)
2019-09-05 17:20:11 +02:00
b39489b253
[update] increased flexibility of ArrayMap class
2019-09-05 17:19:40 +02:00
7382ca5d47
[bugfix] start/endtimes modified for taupy were not used at all
2019-09-02 10:44:25 +02:00
2963be5bba
[bugfix] try and error reading did not work for StationXML files
2019-08-23 11:29:15 +02:00
c1cb0e4a37
[bugfix] gaps are now merged when data are loaded and not when plotting (could cause problems with data object being empty)
2019-08-14 14:52:56 +02:00
15882ed27e
Merge branch 'feature/metadata_clean_inventory' into develop
2019-08-12 16:39:12 +02:00
b21b113edd
[bugfix] dataprocessing, xml
...
[update] save images as svg/jpg
2019-08-12 11:58:04 +02:00
9764e12b19
[new] save event table as .csv file
2019-07-01 17:24:06 +02:00
3c3fd00654
[minor] changed number of levels on array map
2019-06-26 11:58:03 +02:00
2d775fa1b9
[rename] real_Bool/real_None -> get_Bool/get_None
2019-06-24 15:05:04 +02:00
2687d6cdef
[bugfix] get bool on 'use_taup' parameter in case it was a string
2019-06-24 15:05:03 +02:00
eaabdce47a
[bugfix] on magnitudes
2019-06-24 15:05:02 +02:00
Ludger Küperkoch
6caa3ee9ce
Additional screen output.
2019-06-19 17:32:57 +02:00
Ludger Küperkoch
bae20e7e7c
[bugfix] Plot was not enabled, indentation correction (though uncomment)
2019-06-19 16:52:31 +02:00
Ludger Küperkoch
bf20ad92da
[bugfix] Condition for using entire waveform (Ldiff<0) was too weak.
2019-06-19 14:41:45 +02:00
Ludger Küperkoch
bca4ce1c11
[bugfix] If getsignalwindow provided an empty array, checksignallength failed and lead to incomplete pick dictionaries.
2019-06-19 14:07:15 +02:00
e6f4545058
[remove] restflag (unused)
2019-06-18 15:38:05 +02:00
f51fdd01d5
[minor] typo
2019-06-18 14:34:16 +02:00
2963587ea1
Revert "Take into account that for individual stations cut times are set to zero, which has then lead to wrong initial pick times."
...
This reverts commit 291db16e2bdfa32e8c4e7362668a81b3f1f698e0.
2019-06-18 14:01:05 +02:00
06235cc092
[bugfix] added check for length of data array, code was lost on refactoring
2019-06-18 13:58:35 +02:00
dcca731890
[bugfix] workaround for SPt in pick dictionary
2019-06-18 11:35:43 +02:00
508250f03f
[minor] corrected time axes to correct endtime (was increased by one sample using npts*dt instead of npts-1*dt)
2019-06-18 11:35:42 +02:00
Ludger Küperkoch
291db16e2b
Take into account that for individual stations cut times are set to zero, which has then lead to wrong initial pick times.
2019-06-17 20:48:01 +02:00
Ludger Küperkoch
d9777eaa05
Take into account seismograms too short for given cut times!
2019-06-17 17:26:23 +02:00
Ludger Küperkoch
0e65478645
Removed unnecessary pdb.
2019-06-14 18:49:53 +02:00
Ludger Küperkoch
2d7b7708a1
Variable pick referenced before assignment, cosmetics.
2019-06-14 12:50:16 +02:00
Ludger Küperkoch
025822c485
On the way to stable magnitude determination, still buggy!
2019-06-14 12:35:56 +02:00
Ludger Küperkoch
ed9a7c27aa
Additional information on the screen.
2019-06-04 14:22:08 +02:00
Ludger Küperkoch
bb313f0f49
Re-implemented magnitude calculation within manual picking/location, yet on-going work
2019-06-04 12:29:53 +02:00
102b7eafe3
[new] log deleted picks in json file
2019-05-29 15:59:05 +02:00
Ludger Küperkoch
02a0abffd9
Merge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop
2019-05-29 13:14:02 +02:00
Ludger Küperkoch
caf76fe94b
Replaced ValueError with return, maybe this is only a bad workaround!
2019-05-29 13:12:39 +02:00
3ccf826f25
[new] FileExtensionDialog for load-picks (e.g. _correlatex.xml)
2019-05-29 10:37:16 +02:00
87bd46b535
[bugfix] Exception had no attribute message
2019-05-29 10:36:37 +02:00
8164710ea4
[bugfix] plotting map without picks lead to an exception
2019-05-28 12:20:29 +02:00
74c68d6a14
[hotfix] deepcopy of Pickparameter object
2019-05-28 11:23:47 +02:00
77eec8e94c
[bugfix] some small fixes regarding plotting and reading notes.txt
2019-05-28 11:23:47 +02:00
20dc5a132a
[minor] removed old unused code
2019-05-28 11:23:46 +02:00
Sally
8270bd4974
[change] delete old obspy dmt database files, current files unselectable
...
The metadata files that come from the obspy dmt database are saved in a list. When a new event is opened, the obspy dmt metadata files from the old event are deleted from the inventory (and the new ones are added).
The metadata files from the obspy dmt database are now unselectable in the MetadataWidget.
The clear inventory function is called when saving the project (otherwise the obspy dmt metadata gets saved and becomes editable). The update_obspy_dmt function is called after the save to get the obspy_dmt_metadata back to continue working after the save.
2019-05-17 11:20:12 +02:00
Sally
777981e8c6
Removal of Dead Code
...
Old Code that is not used any longer (was rewritten).
2019-04-30 09:09:14 +02:00
Sally
399bb722eb
[bugfix] Sorting items before removing them from list
...
The selectedIndexes are now sorted before the are removed from the listView. Otherwise you get problems with indices that aren't in descending order.
2019-04-30 09:09:14 +02:00