bd2bad7367
[adresses #195 ] task related new function introduced
2016-03-30 15:25:06 +02:00
7a712ca37c
[ fixes #194 ] automatic filtering works also when switching phase selection
...
Switching the phase selection without picking the last onset did not filter according to the selected phase filter parameter. With this revision a displaying bug showing muliple '( filtered, filtered, filtered)' statements due to switching the phases is fixed as well.
2016-03-30 09:12:56 +02:00
d7cfd0d176
WALL-E: Einmal aufräumen und zurück!
2016-03-30 08:14:58 +02:00
320b7b7219
[bugfix] pick blocker was not reset after phase was picked
2016-03-29 14:42:51 +02:00
2d66248cf9
[ fixes #172 ] now also in overview all horizontals are plotted
2016-03-29 14:06:57 +02:00
fef1a95391
[ fixes #193 ] fixed bug introduced by component mapping
...
fixes a bug which was introduced in revision b8d680f54f79b606431f63bb1f98f177ccc77bcb
2016-03-29 11:40:16 +02:00
cee48146d0
[ closes #178 ] makes use of the new status variable pick_block introduced as filter_block to solve #174
2016-03-29 07:58:20 +02:00
a1c79b554a
Merge branch '174' into develop
2016-03-25 05:08:09 +01:00
65df2c7dde
[ closes #174 ] now the filter button in the picking window is no toggle button anymore and has no effect when in picking mode
2016-03-25 05:07:18 +01:00
06576586c6
[edit] make use of new pick tag
...
find out the person's name for tagging the picks set within PyLoT
2016-03-23 12:00:54 +01:00
722e21f582
[edit] avoid catching unspecified Exceptions
...
specific Exception catchment is better than general; additionally errors are raised for better debugging control
2016-03-23 11:57:07 +01:00
b8d680f54f
189 Channels shown in wrong order.
2016-03-18 15:35:12 +01:00
15080f1699
[fix] fixed the nonzero test for pdf definition that all values have to be greater than zero and the integration over the whole interval has to evaluate to 1 with given precision
2016-03-09 11:21:33 +01:00
a5fe838514
added a str representation for the pdf class
2016-03-09 06:22:26 +01:00
f3467221cc
finished implementation of summation of two independent variables represented by a pdf
2016-03-09 06:21:48 +01:00
2de79eac77
[change] moved recursive function for broadcasting pdf in a new shape into the class' body
2016-03-09 06:19:41 +01:00
c651b5ca78
Merge branch 'develop' of ariadne.geophysik.ruhr-uni-bochum.de:/data/git/pylot into develop
2016-03-08 20:36:12 +01:00
db4dd47daa
[bugfixes] made some fixes to the subtraction method; in some cases ValueErrors are raised which are now handled but raised as Warning
2016-03-08 20:35:56 +01:00
e6f404a219
[ closes #188 ] picks are set correctly now
...
earliest and latest possible picks are now derived from the actually displayed (in some cases filtered) waveforms
2016-03-07 10:15:42 +01:00
9f7f00314a
[ closes #187 ] pdf methods for some values like expectation and plotting ready
2016-03-04 14:13:44 +01:00
e6b5848f36
[add] untested implementations of standard deviation and probability value determination methods to class ProbabilityDensityFunction
2016-03-04 06:27:11 +01:00
78a5a5117a
[add] new function added which return the index of the value of an array which is nearest to a desired value
2016-03-04 06:25:17 +01:00
4606f84809
[new] implementing comparison methods into pdf class
2016-03-03 15:14:17 +01:00
18785edf68
[ fixes #186 ] filteroptions are only parsed if they are not NoneType
2016-03-03 14:02:49 +01:00
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