9a4677c794
bugfix: deleted default value for suffix
2015-05-20 10:33:59 +02:00
5f8b6de1ec
bugfix: method hasParam did not return any value
2015-05-20 10:23:47 +02:00
82540c50af
changed argument parser and glob call to search directory
2015-05-20 10:01:19 +02:00
b46f085a74
added option to process single event
2015-05-20 09:59:06 +02:00
4994168247
number of arguments changed, filenames not necessary for starting
2015-05-20 09:43:32 +02:00
5badf2ba34
implementation of different data structure type handling
2015-05-20 09:38:25 +02:00
56a0563709
implementation of PilotDataStructure as subclass to GenericDataStructure
2015-05-18 13:12:12 +02:00
f177901883
rearranging methods to provide a superclass to all other structure classes
2015-05-11 13:41:08 +02:00
Ludger Küperkoch
c4b6b4c648
Changed permitions.
2015-05-04 12:11:32 +02:00
Ludger Küperkoch
6ee3a1b0b4
Pulling latest release from server ariadne.
...
Merge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop
2015-05-04 12:07:17 +02:00
7cab62b97e
release version committed to avoid conflicting files while update
2015-05-04 12:05:14 +02:00
15bdc47f84
data reading interface not clear yet, major changes have to be done to the data structure and the data reading part of PyLoT (DataStructure superclass is needed providing generalized methods to use by the Data object)
2015-05-04 05:31:10 +02:00
367610d032
made AutoPickParameter class more flexible in reading and handling parameters; export routine defined: exports in the new autoPyLoT.in format (see docstring)
2015-05-04 05:25:40 +02:00
426c2d0d4c
TODO: restructuring the datastructure classes; suggestion: write a Superclass GenericDataStructure which is than inherited by PilotDataStructure and SeiscompDataStructure
2015-04-29 07:57:52 +02:00
0760c2fe3a
introducing new attribute __name to the datastructure objects. Used in autoPyLoT to distinguish between structure types.
2015-04-29 06:29:08 +02:00
8bf9b55288
task: create development frame for autoPyLoT
2015-04-22 12:46:24 +02:00
ca8081b7aa
debugging: return the exception text whenever an error occurs - makes debugging much easier
2015-04-22 12:38:10 +02:00
58aad840c8
task: read also old autoPILOT parameter files
2015-04-22 12:22:34 +02:00
4b641f1b3c
reversed polarity in picking mode
2015-04-21 08:21:59 +02:00
463535f01a
improved flexibility of the GUI actions (Matplotlib) implementation
2015-04-21 08:16:32 +02:00
bb84e27e54
implemented a much faster calculation of the zero crossing beside an average calculation over the whole signal window of the dominant period
2015-04-21 08:14:26 +02:00
Ludger Küperkoch
694a10bd4a
Merge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop
2015-04-13 09:52:55 +02:00
4d268da435
suppress output of earllatepicker
2015-04-13 09:52:45 +02:00
Ludger Küperkoch
fee0d05253
Merge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop
2015-04-13 09:42:32 +02:00
7816e6342f
zooming for 3-component window changed now zooming is done by using the mouse wheel
...
bugfix: calculation of the snr corrected
2015-04-13 09:42:17 +02:00
Ludger Küperkoch
b42b87602b
Merge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop
...
Conflicts:
pylot/core/pick/earllatepicker.py
pylot/core/pick/fmpicker.py
pylot/core/pick/getSNR.py
2015-04-13 09:36:22 +02:00
Ludger Küperkoch
492aac831a
Commited to pull changes
2015-04-13 09:27:26 +02:00
67dd66535a
bugfix: zooming with scroll wheel now working properly
...
task: panning now available while in exploration mode, if a phase is selected initial pick can be set and afterwards the onset itself (procedure questionable as two picks are needed)
panning not tested yet!
2015-04-09 08:49:11 +02:00
Ludger Küperkoch
6213962654
Deleted.
2015-04-08 11:32:02 +02:00
Ludger Küperkoch
0494f2a11b
Deleted:
2015-04-08 11:29:50 +02:00
c15716388d
new zoom icon added
2015-04-07 15:00:53 +02:00
d21798f633
test pickingdialog and prepare figures for the poster
2015-04-07 15:00:00 +02:00
043c45e02c
bugfix: undo filtering when checkbox is unchecked
...
code improvement: class PickDlg -> distinguish between setting the initial pick (for zooming) and setting the actual pick (phase onset); methods renamed -> setPick is now setIniPick and plotPick became setPick
2015-04-06 11:42:21 +02:00
b243be8075
task: implementation of picking (work in progress)
2015-04-02 18:48:06 +02:00
e35d6b9371
bugfix: modified icon management and corrected usage of references
2015-04-02 18:36:21 +02:00
0824026159
standalone python files now import definitions from module pylot.core.pick.utils and parse arguments when called from shell (deleted "if __name__ == '__main__' :" clauses from the module)
2015-04-02 15:45:38 +02:00
Ludger Küperkoch
f6f1c9cf2f
Modified to handle new module utils.
2015-03-30 16:25:04 +02:00
Ludger Küperkoch
a015b0c90d
New functions in module: getnoisewin and getsignalwin to extract noise and signal parts.
2015-03-30 16:22:20 +02:00
Ludger Küperkoch
e8aa9de060
Modified to handle new module utils.py.
2015-03-30 16:20:41 +02:00
Ludger Küperkoch
1cdda3652f
New module containing some helpful functions, replaces getSNR, fmpicker, and earllatepicker.
2015-03-30 14:35:21 +02:00
Ludger Küperkoch
bebe3a3c45
Cleaned up source code, debuged: calculates now T/4 instead of T/8 out of zero crossings.
2015-03-30 14:18:19 +02:00
Ludger Küperkoch
0ad7e629ce
Marginal changes only.
2015-03-30 10:59:27 +02:00
Ludger Küperkoch
45eb138717
New function to derive SNR, returns SNR and SNR[dB].
2015-03-30 10:58:24 +02:00
5b52f718fe
mutable default arguments may cause problems as unexpected default behavior
2015-03-30 06:04:24 +02:00
814906ef65
module restructured: beginning with general utils followed by utils concerning obspy event creation
2015-03-30 05:55:54 +02:00
27ecdb899b
plotting scheme restructured: the same widgets are used for plotting the overview and the station plots, the plotting method has been moved to the widget side which makes more sense than having it on the data side;
...
new functions in utils module: prepTimeAxis returns a proper time axis array for a given start time and an obspy trace; getGlobalTimes returns the minimum start time and the maximum end time (edges) of a given obspy stream object
2015-03-29 08:07:46 +02:00
ae57381733
Merge branch 'develop' of 134.147.164.251:/data/git/pylot into develop
2015-03-19 15:38:13 +01:00
c46b8a7821
made a copy and modified run_makeCF.py (now test_autopick.py in the root directory)
2015-03-19 15:36:55 +01:00
Ludger Küperkoch
dc78abed09
Modified to handle new function fmpicker.
2015-03-19 14:36:56 +01:00
Ludger Küperkoch
a606b030e2
New function to derive automatically first motion (polarity) of phase onset based on zero crossings and slope determination.
2015-03-19 14:32:50 +01:00