c2168dbef3
[ fixes #185 ] filtering of waveforms now conserved for picking
2016-03-03 11:12:27 +01:00
6108519acb
[ closes #182 ]
...
noiselevel now determined as the maximum of the absolute values of the noisewindow (holds also for signallevel); now the SNR and noiselevel is determined from the filtered waveform
2016-03-03 10:40:20 +01:00
848d11270b
[ fixes #181 ] now picking on horizontal components 1, 2 and N,E is possible
2016-03-02 13:37:40 +01:00
c09a3271f9
make use of new option to getSNR
2016-03-02 11:08:14 +01:00
96ea0d7ac3
improved readability of formula
2016-03-01 12:26:56 +01:00
e7b454bae8
[edit] just style related changes
2016-02-16 08:47:42 +01:00
3ee221b8eb
[edit] implementation of difference of two independent random variable as the correlation of the PDFs completed; summation pending due to unclear axis determination of the resultant PDF
2016-02-15 20:15:54 +01:00
f2cad2e151
[edit] changed implementation name from findlimits to commonlimits which is probably more intuitive for the user along with a new signature using other instead of giving the limits in advance
2016-02-15 20:15:54 +01:00
d5e16d64da
[edit] implemented method to derive limits for the special methods for addition and subtraction
2016-02-15 20:15:54 +01:00
2956f3b733
[edit] subclassing has been substituted by classmethod fromPick opportunity for creating a PDF object
2016-02-15 20:15:54 +01:00
e7a5e388f6
[edit] implementation of probability density function interface ready for testing
2016-02-15 20:15:54 +01:00
303a5f9cf0
[edit] probability density function superclass implemented due to the different character of these functions
2016-02-15 20:15:54 +01:00
ada9f4e780
[new] started implementation of probability density representation routines
2016-02-15 20:15:54 +01:00
sebastianp
74794061f6
alphabetical sorting of functions and editing docstring
2015-12-03 17:20:05 +01:00
ed7a323c50
[new] reverting stdout redirection after auto picking is done; added method finalizeAutoPick for purposes to be done after the auto picking thread has finished
2015-12-01 05:04:26 +01:00
5f8569c7d9
[bugfix] now catching all cases
2015-11-30 09:53:55 +01:00
d67556796c
[bugfix] plotting autopicks has to be done within thread because code outside the threads scope is executed in parallel
2015-11-30 09:52:31 +01:00
50a5586355
[bugfix] autoPickListWidget is directly attached to the main window and autoScrolls to the latest entry
2015-11-26 05:17:26 +01:00
f1cee0cbfd
[ fixes #168 ] now any TypeError is handled by try ... except clause
2015-11-24 11:30:58 +01:00
7a9c44198f
[bugfix] currently set data structure now selected in QComboBox widget
2015-11-24 11:05:19 +01:00
69efd4d411
finished implementation of location tool tab in properties window (used to modify settings from the GUI)
2015-11-24 10:27:35 +01:00
8a4ac82c3a
[new] added a new location tools tab to the properties widget (not working yet)
2015-11-23 15:07:43 +01:00
851da7eb15
re-design of the properties tabbed window
2015-11-23 11:41:04 +01:00
386131e9f3
started implementation of NLLoc properties selection into manualPyLoT; new utility routine to find indices throughout QComboBox' items
2015-11-20 09:06:52 +01:00
1f383579b4
[new] added a new utility function to find a pattern in a text file and returning the particular line as a string or None if not found
2015-11-12 09:23:28 +01:00
0cd427486c
[modified] updateUi method for the FilterOptionsDlg has been restructured and simplified
2015-10-30 06:16:00 +01:00
9b1f7541fd
[added] isSorted function for iterables
2015-10-30 06:12:23 +01:00
0a7b02c04a
general clean-up 2.0 even more checks made and issues resolved
2015-10-19 11:25:15 +02:00
0fa701a878
general code clean-up
2015-10-19 05:32:10 +02:00
3dc9bb3d06
some pick plotting issues solved; replotting main window if picks have been changed, otherwise just plot additional/deleted picks
2015-09-25 15:06:59 +02:00
33164d4d1f
corrected for some python 3 compatibility issues; added a new delete picks button to the picking window
2015-09-25 09:03:59 +02:00
cc0b1e0a5b
176 open event failure
2015-09-03 13:21:46 +02:00
3dd65b9cc3
[addresses #167 ] started fixing the multiple phase saving issue
2015-08-27 12:55:34 +02:00
d9cb3517cc
[ closes #160 ] the picking window has now a home button for easy reset of zoom
2015-07-21 08:10:15 +02:00
0e3576d193
[ closes #157 ] filter defaults are now read from text file like the sample filter.in coming with this commit simply copy to .pylot folder in your home directory (this is preliminary because the filter parameters should be settable project wide by one responsible person)
2015-07-21 07:41:41 +02:00
0b02e8c213
Merge branch 'export-and-save-picks' into develop
2015-07-18 16:13:37 +02:00
17933c75f0
file format for exporting event data is controlled by the extension used; this behavior is more convenient for a GUI driven file selection
2015-07-18 15:59:42 +02:00
49bf0ecd3c
make the naming of the Thread self explaining
2015-07-14 08:08:02 +02:00
092852d745
fix import error on debian machine
2015-07-13 15:15:37 +02:00
8802267628
fix zooming issue after S Pick is set
2015-07-13 10:03:43 +02:00
d79165a9f2
[bugfix] pick times are absolute times, thus for plotting the start time has to be subtracted
2015-07-13 06:40:10 +02:00
ea976295d0
huge structural rearrangement to resolve circular import problems
...
[add] new feature added to QtPyLoT capable of automatically picking an event from overview window
2015-07-10 09:22:58 +02:00
398a25f902
non-working commit of autoPyLoT functionality in overview window
2015-07-09 11:37:03 +02:00
120f2743d2
preparing call to autoPyLoT from QtPyLoT
2015-07-09 11:34:41 +02:00
ec9840839e
preserve the occurrence of the authority id in the filenames for write support of event information
2015-07-08 14:58:42 +02:00
05d38f583f
corrected names for the output format to write event information on disk
2015-07-08 14:57:22 +02:00
cf944358dd
removed unnecessary apply button
2015-07-07 11:23:29 +02:00
ca1b41511c
draw picks from main window to the picking window
2015-07-07 11:23:01 +02:00
b8c92ed551
preparing to parse the picks to the picking window
2015-07-07 11:02:46 +02:00
b8aabfce99
implement changes proposed by deprecation warning from matplotlib
2015-07-07 10:49:42 +02:00