Ludger Küperkoch
85f0717f10
Implemented first-motion picker, some debugging.
2015-06-01 14:18:18 +02:00
Ludger Küperkoch
ab9a49a727
Additional parameters for first-motion picker.
2015-06-01 14:16:52 +02:00
Ludger Küperkoch
c676fc5762
Modified loop over all available stations to prevent processing of one station several times.
2015-06-01 14:15:37 +02:00
Ludger Küperkoch
74682952e7
New function invoked by autoPyLoT for automated picking of onset times. Main tool for automatic picking!
2015-05-29 16:48:58 +02:00
Ludger Küperkoch
5be662524f
Debuged AIC picker for plotting smoothed CF instead of unsmoothed CF, implemented quick and dirty a temporary solution to process restituted data in order to calculate apropriate slope (line 204).
2015-05-29 16:43:32 +02:00
Ludger Küperkoch
6e51c05c94
Running indicies changed after kai Olbert to calculate equal CF as done in MatLab, implemented some tools to compensate numerical artefacts.
2015-05-29 16:35:00 +02:00
Ludger Küperkoch
1c71286fd8
Modified picking parameter input file for new function run_autopicking.
2015-05-29 16:30:12 +02:00
Ludger Küperkoch
0b6b7a7aed
Marginal changes only.
2015-05-29 16:28:50 +02:00
Ludger Küperkoch
6c73e30754
Modified to run new function run_autopicking.
2015-05-29 16:26:31 +02:00
0c76c496fb
Merge branch 'develop' of 134.147.164.251:/data/git/pylot into develop
2015-05-28 12:14:29 +02:00
c86adb4e6e
preparing storing the picks and making the GUI work more intuitively
2015-05-28 12:14:16 +02:00
2da7861b6f
todo mark deleted
2015-05-28 11:54:16 +02:00
Ludger Küperkoch
c04235dffc
Merge branch 'develop' of ariadne.geophysik.rub.de:/data/git/pylot into develop
2015-05-27 09:36:21 +02:00
Ludger Küperkoch
caa0dce637
Adopted zero-crossing plotting to output of new function for calculating zero-crossings.
2015-05-27 09:36:12 +02:00
a239de26e8
bugfix: eventID is now appended to the path in autoPyLoT if eventID is given in autoPyLoT.in
2015-05-27 08:48:07 +02:00
b9ce5b4f41
try to read lists of files not wildcards
2015-05-20 11:29:55 +02:00
6dc0b206e9
changed string representation of data object
2015-05-20 11:20:37 +02:00
0a6cff5f23
Merge branch 'develop' of 134.147.164.251:/data/git/pylot into develop
...
Conflicts:
autoPyLoT.py
2015-05-20 11:05:53 +02:00
bd10f7b61e
bugfix: searching event directory
2015-05-20 10:58:48 +02:00
Ludger Küperkoch
b588c29513
Dirty revision
2015-05-20 10:56:53 +02:00
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