Commit Graph
2927 Commits
Author SHA1 Message Date
marcel fdcd35186f [add] $NSLOTS variable to autopylot shell script 2019-05-29 10:36:52 +02:00
marcel 87bd46b535 [bugfix] Exception had no attribute message 2019-05-29 10:36:37 +02:00
marcel 8164710ea4 [bugfix] plotting map without picks lead to an exception 2019-05-28 12:20:29 +02:00
marcel 74c68d6a14 [hotfix] deepcopy of Pickparameter object 2019-05-28 11:23:47 +02:00
marcel 77eec8e94c [bugfix] some small fixes regarding plotting and reading notes.txt 2019-05-28 11:23:47 +02:00
marcel 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
marcel b228467097 [bugfix] mixed up > and < 2019-04-12 15:30:00 +02:00
marcel 3806026438 [bugfix] import lost on merge 2019-04-12 15:29:45 +02:00
marcel d0e6c2819c [bugfix] partial of old code remained after merge 2019-04-12 10:37:15 +02:00
marcel 1ee3e43451 [change] visual changes in array map (contourf->contour) 2019-04-12 10:35:16 +02:00
marcel aca0cfcabc [minor] refactor comparison 2019-04-12 10:35:16 +02:00
marcel 98e9e786af [new] gain control for main plot window (hotkeys: +, - [amplified with Ctrl] and R [reset]) 2019-04-12 10:35:16 +02:00
marcel 6b9231abd3 [merge] feature/refactor into develop 2019-04-12 10:31:29 +02:00
marcel b11b5c630b [change] pre-merge changes in develop that were made in parallel on refactor 2019-04-12 10:28:50 +02:00
Darius Arnold dd2efe7514 Remove unused code of old PickingParameters 2019-04-09 22:13:49 +02:00
Darius Arnold 49f7ba3eab Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into develop 2019-04-09 20:41:08 +02:00
Darius Arnold d4fa0a7697 Replace all usages of signal_length_params with corresponding pickparams 2019-04-09 20:34:06 +02:00
Darius Arnold 7b2973982d Replace all usages of first_motion_params with corresponding pickparams 2019-04-09 18:45:07 +02:00
Darius Arnold dce00caf25 Replace all usages of s_params with corresponding pickparams 2019-04-09 18:41:41 +02:00
Darius Arnold 076c498fab Replace all usages of p_params with corresponding pickparams 2019-04-09 18:39:24 +02:00
Darius Arnold 281e92e2a9 Add init to AR3Ccf that extracts parameters from pickparam 2019-04-09 18:19:26 +02:00
Darius Arnold cd63896060 Add init to ARHcf that extracts parameters from pickparam 2019-04-09 18:18:17 +02:00
Darius Arnold 790cf803d7 Add init to ARZcf that extracts parameters from pickparams
t1, t2 cant be extracted in the init function since they are not the same during the first and the second instantiation.
2019-04-09 17:43:30 +02:00
Darius Arnold ab6e74c482 Add init to HOScf that extracts parameters from pickparams 2019-04-09 17:30:05 +02:00
Darius Arnold d45a5ccf0d Change checkZ4S so it extracts the required parameters 2019-04-09 17:05:51 +02:00
Darius Arnold c45f52510b Change checksignallength so it extracts the required parameters
from the PylotParameter instance itself. The function is only used in one place, so this change wont break anything else.
2019-04-09 17:00:43 +02:00
Darius Arnold 8a4be00ac6 Make correct_iplot use real_bool 2019-04-09 16:55:11 +02:00
Darius Arnold 242d8e3b1d Remove unwanted indentation in autopickstation test input file 2019-04-09 16:49:01 +02:00
Darius Arnold 531d33946f Remove needless bool checking
in Operator returns a bool that can directly be returned.
2019-04-09 16:46:20 +02:00
marcel f21e5913bb Merge remote-tracking branch 'origin/feature/documentation' into develop 2019-04-09 13:36:17 +02:00
marcel 7be10a22b4 [bugfix] arrivals removed when filtering in 3comp window 2019-04-05 10:23:10 +02:00
marcel 912347beda [change] colormap can be adjusted in array_map 2019-04-05 10:23:10 +02:00
marcel 6d4610983d [minor] exclude folder "EVENTS-INFO" from possible event folders in dmt_structure 2019-04-03 15:08:36 +02:00
marcel dfc9de69de [bugfix] small workaround, will still cause error in case Z-component ist tilted by more than 5deg
before: wfdat[0] was using HHE component of previously rotated stream, which could not be found in metadata (dataless fname still HH2)
2019-04-03 15:00:08 +02:00
marcel 0995350697 [bugfix] Thomas commit append an .in to every input file (e.g. pylot.in.in) 2019-04-01 15:54:58 +02:00
marcel a90ef26344 [add] paramter taup_phases 2019-04-01 15:29:29 +02:00
tommy 9fd982b1ef Modified the Save settings widget for saving the input files such that the file extension .in is always added 2019-03-28 14:04:39 +01:00
Darius Arnold af43d247c6 Bugfix #270: Create path for Symmetric picking error so it can be drawn
The function shape() will generate the missing path without side effects.
2019-03-22 10:42:16 +01:00
Sally be71fc0298 Removal of Dead Code
Old Code that is not used any longer (was rewritten).
2019-03-21 12:40:35 +01:00
Sally bcc5055ef3 [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-03-21 12:37:09 +01:00
marcel 81c7ac2f6e [bugfix] split for dirty event (*) 2019-03-20 10:16:46 +01:00
marcel 0d07adeeae [bugfix] unhashable type "newstr" 2019-03-20 10:16:46 +01:00
marcel 106c6c3939 [new] array maps can now be refreshed on button click as well to spare
refresh time for large arrays
2019-03-12 15:19:24 +01:00
marcel e8df5198ea [bugfix] missing split for * in dirty events 2019-03-12 15:19:24 +01:00
marcel a8db13095e [update] merging picks in Data updated 2019-03-12 15:19:24 +01:00
marcel ea07823a61 [change] imported pick/location data now completely overwrites current
data instead of "weirdly" merging everything
2019-03-12 15:19:23 +01:00
Sally 02900d8c9d Markierte Items/Dateipfade erscheinen im Lineedit
Ein in der Liste markiertes Item erscheint im Lineedit. Wenn mehrere ausgewählt sind, erscheint das zuletzt gewählte im Lineedit. Wenn kein Item ausgewählt ist, wird das Lineedit geleert.
2019-03-12 11:44:47 +01:00