92f4ae3923[Bugfix] One argument for export was missing.
Ludger Küperkoch
2017-06-30 10:41:47 +0200
a61eebba29[proposal] use checkable QPushButtons for phases instead of QLineEdit, as line edit is highly vulnerable to incorrect user inputMarcel Paffrath2017-06-30 09:42:36 +0200
12e383738dMerge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop
Ludger Küperkoch
2017-06-28 23:11:16 +0200
aff08d3a9c[add] some more icons added, hopefully fixed problem on ludgers commit deleting icons (changes in data.py should be correct as well)
marcel
2017-06-28 17:20:02 +0200
e7bd1c8d31Export for VELEST-cnv format.
Ludger Küperkoch
2017-06-28 16:55:12 +0200
4f8631e829[revert] changes of previous commit reverted as problems with QDialog seem to be caused by windows XServerMarcel Paffrath2017-06-28 16:40:44 +0200
9b7b22c305[bugfix] one icon misplaced
marcel
2017-06-28 16:35:54 +0200
afd7a94852Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into develop
marcel
2017-06-28 16:26:16 +0200
cb5f7b6946[new/change] updated PyLoT icons to a more homogeneous icon set
marcel
2017-06-28 16:25:14 +0200
2f7033329b[bugfix] possible that dialog was hidden behind other windows
marcel
2017-06-28 16:24:24 +0200
d31fec8781Before exporting phases, check for manual picks and export them instead of automatic picks.
Ludger Küperkoch
2017-06-28 14:23:24 +0200
f52b42f009[Bugfix] Write header only, if export has been successfull.
Ludger Küperkoch
2017-06-28 12:40:03 +0200
cb1fb60eecMerge branch 'develop' of ariadne:/data/git/pylot into developMarcel Paffrath2017-06-27 15:11:06 +0200
f1f9295370[add] user prompt when event_id not matching on load_dataMarcel Paffrath2017-06-27 15:06:28 +0200
96ce713337Merge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop
Ludger Küperkoch
2017-06-27 14:00:00 +0200
a3487b66ea[Bugfix] Take care that chosen window lengths fit to length of time series.
Ludger Küperkoch
2017-06-27 13:59:00 +0200
f1a9726f91Merge branch 'develop' of ariadne:/data/git/pylot into developMarcel Paffrath2017-06-27 13:54:51 +0200
02da277f04[bugfix] loading data from XML used same event multiple times as it was still part of current data objectMarcel Paffrath2017-06-27 13:54:13 +0200
68ef127617[Bugfix] Network code was missing.
Ludger Küperkoch
2017-06-27 11:46:21 +0200
ab260e45f2[add/bugfix] data._new = False after first picks applicationMarcel Paffrath2017-06-27 10:39:44 +0200
987f5c4d62Additional info for user.
Ludger Küperkoch
2017-06-27 10:11:11 +0200
4e735b3672[Bugfix] If too few onsets are available, no export of phases (except xml).
Ludger Küperkoch
2017-06-27 09:57:00 +0200
a8bfc3c68fParameter eventID uses wildcard (*) if all events of database supposed to be processed.
Ludger Küperkoch
2017-06-27 09:44:38 +0200
53089a3279[add] rootpath will be applied to QSettings as wellMarcel Paffrath2017-06-26 18:02:07 +0200
30e2e1df84[bugfix] query for data flag/attribute isNew changedMarcel Paffrath2017-06-26 17:41:08 +0200
71da6ded2b[bugfix] Error when getEventFromPath returned NoneMarcel Paffrath2017-06-26 17:40:36 +0200
a0633cafa4Prevent export of phases when tuning picker.
Ludger Küperkoch
2017-06-26 16:19:57 +0200
c56a11634aUncomment setNew, though still not sure, what its all about.
Ludger Küperkoch
2017-06-26 16:10:18 +0200
bec8604904autoPyLoT appends manual picks to xml-file, and manualPyLoT appends automatic picks to xml-file.
Ludger Küperkoch
2017-06-26 14:47:36 +0200
b0405cf213[change] load AUTO picks button will be reused now (old function deprecated as there is only one file for both types of picks) to automatically load all event information for all events given (TODO: currently only XML files!)Marcel Paffrath2017-06-26 14:22:00 +0200
42c288ad82[bugfix] return when no file is selected on load_dataMarcel Paffrath2017-06-26 14:10:40 +0200
c07642653d[change] default open path for load_data is event folderMarcel Paffrath2017-06-26 14:08:17 +0200
581a85b81f[bugfix] missing network code in picksdict_from_picks triggered silent Exception using picks generated by picks_from_picksdictMarcel Paffrath2017-06-26 13:58:26 +0200
b10b79ea79[change] renamed picks attribute for pylot to pylot_picks, picks attribute of events will now be used exclusively for ObsPy picksMarcel Paffrath2017-06-26 12:19:06 +0200
d08bd4cc9e[move] class Event finally moved to new module eventMarcel Paffrath2017-06-26 12:03:04 +0200
0f05be6a50Merge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop
Ludger Küperkoch
2017-06-23 15:47:09 +0200
9746913f8bConsistent prefix for all PyLoT-output.
Ludger Küperkoch
2017-06-23 15:45:45 +0200
8e6c4d06ce[add] array_map now plotting event location if givenMarcel Paffrath2017-06-23 15:40:13 +0200
ed4c112e99[add] additional event information will be displayed in eventlist tab [bugfix] project.search_eventfile_info was using relative path for filenameMarcel Paffrath2017-06-23 14:56:56 +0200
f409861d10Merge branch 'develop' of ariadne:/data/git/pylot into developMarcel Paffrath2017-06-23 14:16:06 +0200
103ae716a2[add] additional event information can now be read by project from a simple textfile and added to each event (time, location, magnitude)Marcel Paffrath2017-06-23 14:14:42 +0200
c9f0b126dfEqual xml-file name for both automatic and manual picks, i.e. PyLoT_evID.xml.
Ludger Küperkoch
2017-06-23 14:11:35 +0200
7bb2d54f6e[change] Event class now bases on ObsPy Event class which should be more efficient in future, origin time will be read from notes file if possibleMarcel Paffrath2017-06-23 12:04:26 +0200
27597e6b4bTake into account parameter extent when writing header for PyLoT-input file.
Ludger Küperkoch
2017-06-23 11:32:08 +0200
410fe18390Merge branch 'develop' of ariadne:/data/git/pylot into developMarcel Paffrath2017-06-22 16:32:31 +0200
c44f351636[add] new method to load multiple XML files at once for all events, WIP: picks loaded from XML files cannot be saved afterwardsMarcel Paffrath2017-06-22 16:30:22 +0200
33d81eb538Bugfix: Wrong naming of module in previous commit: PyLoTParameter - PylotParameter.
Ludger Küperkoch
2017-06-22 15:18:19 +0200
9f9d492b8bRestored former changes of Marcel (AutoPickParameter - PyLoTParameter).
Ludger Küperkoch
2017-06-22 15:09:40 +0200
71876638c8Flexible calculation of local magnitude including station magntiude scaling as well as network magnitude scaling. auoPyLot-output-file names have prefix event ID.
Ludger Küperkoch
2017-06-22 15:04:16 +0200
9f164fc075Still in progress: flexible local magnitude estimation.
Ludger Küperkoch
2017-06-21 16:42:26 +0200
477aacbb4aPreparation of flexible local magnitude estimation.
Ludger Küperkoch
2017-06-21 15:43:12 +0200
cf200e1425Preparation of flexible local magnitude estimation, renamed module.
Ludger Küperkoch
2017-06-21 15:41:12 +0200
5928967e28[closes#212] tuneAutopicker always tries to load current event in mainwindowMarcel Paffrath2017-06-21 15:33:49 +0200
6feffaeadb[closes#209] spacebar can now be used to accept pickDlg, also added a checkbox to automatically open next station (experimental)Marcel Paffrath2017-06-21 15:20:36 +0200
1b512a0864[closes#207, closes#208] when supressing user prompt, applyEVTData to data object was accidently removedMarcel Paffrath2017-06-20 16:23:54 +0200
ab979e9b10[bugfix] events not properly provided to autoPyLoT by TuneAutopicker, wrong parameter name in plotting routineMarcel Paffrath2017-06-20 14:32:21 +0200