Commit Graph

514 Commits

Author SHA1 Message Date
cb7eb481d9 improved imports for better debugging 2014-06-10 16:37:07 +02:00
3278470deb Started to work on ticket #122 2014-05-14 11:45:45 +02:00
307e960d34 pushbutton layout implemented (variable number of buttons according to the number of stations used) 2014-05-09 15:00:08 +02:00
d9ca0141de alphabetic order of convenience imports 2014-04-11 19:40:11 +02:00
fb2553e980 check main case; corrected usage of import 2014-04-11 19:39:29 +02:00
6af43fc9fd bugfix: imports corrected;
imports updated, layout of 'FilterOptionsDock' started
2014-04-10 09:34:13 +02:00
8df11078b4 bugfix: private methods name corrected;
set default values instead of 'None'
2014-04-10 09:31:16 +02:00
bead7a24c3 documentation updated in order to automatically provide online documentation via sphinx.ext.autodoc 2014-04-01 16:49:28 +02:00
0dec3eb7f0 unified class naming 2014-04-01 16:48:16 +02:00
36531c9923 convenience imports added 2014-04-01 16:47:24 +02:00
88b2a319fd added status label; not sure how to implement loading of data (different types of databases) 2014-04-01 16:46:10 +02:00
ef8adc6c0a doc strings corrected 2014-03-31 13:01:51 +02:00
faacfc423c resources file added in order to provide binary media file for the User Interfaces 2014-03-31 13:00:57 +02:00
c26782bf7c imports fixed and classes renamed for better readability 2014-03-31 12:59:52 +02:00
e6b49cfdb3 module pylot.core.util.connection added: contains routines for web and network utilization 2014-03-31 12:58:58 +02:00
b049dda90f imports fixed; doc string as RST added 2014-03-31 12:57:08 +02:00
9b8413beaf icons and help documents added; main application has been modified slightly; new method definitions added (ToDo) 2014-03-28 22:26:15 +01:00
d58b671d36 started to write initialization method for the GenericDataBase class in order to read data from an arbitrary data folder structure 2014-03-28 05:30:55 +01:00
0af8ab2b08 holds now all widgets' classes used in the main application 2014-03-28 05:28:16 +01:00
90936bd47a emphasize modular structure by outsourcing widgets and errors 2014-03-28 05:25:46 +01:00
dac3be5110 package wide imports for convenience 2014-03-27 21:29:41 +01:00
5b044a3f14 container module for error handling added 2014-03-27 15:34:42 +01:00
253a49c06b implementation of the PyLoT icon 2014-03-19 12:24:41 +01:00
fbbfcbcaea make use of new module widgets, set a matplotlib figure the central GUI element 2014-03-19 12:16:41 +01:00
e347e8eef9 implement new module widgets 2014-03-19 12:15:30 +01:00
9a2d127e30 added class MPLWidget in order to create updatable Matplotlib Figures within a Qt GUI 2014-03-19 12:14:54 +01:00
8edea03fe7 cleanup, switched to PySide (more flexible licensing), started to implement the filter options depending on the phase to be picked 2014-03-13 13:27:34 +01:00
ac27a8ef2e clean-up 2014-03-13 13:26:13 +01:00
c83a11a2c3 moved class FilterOptions to the read module 2014-03-13 13:25:37 +01:00
84f3a29a86 new file defaults.py written to provide default value if no user configuration file is available 2014-03-13 09:24:17 +01:00
d0b3f0ee5d cleanup: module naming re-structured 2014-02-21 23:39:42 +01:00
c0f7060368 SeiscompDataStructure objects contain all relevant information to expand a desired data path (including unix shell wildcards) [not tested for Windows yet] 2014-02-20 14:20:57 +01:00
e38b917623 removing QtDesigner project files due to decision to code the PyQt stuff by ourselves 2014-02-19 14:58:45 +01:00
8eb82cabc0 Merge branch 'master' into develop 2014-02-19 14:56:32 +01:00
Sebastian Wehling
bddc2ab83e bugfix: corrected call to special method __getitem__ 2014-02-19 14:43:56 +01:00
Sebastian Wehling
270e3b6d00 modifications concerning the usage of __specialmethods__ made 2014-02-19 13:07:39 +01:00
Sebastian Wehling
45999de6d2 made some modifications (debugging special method implementation)
item assignment not working yet
2014-02-18 15:07:50 +01:00
Sebastian Wehling
98c50e5312 made some modifications on special methods 2014-02-18 14:16:55 +01:00
ede06550cd reorganized initialization to IO-type class SeisCompDataStructure; see also ticket #118 2014-02-18 09:38:40 +01:00
c3ec80d947 planned imports of PyLoT of not yet existing PyLoT classes commented from pylot/__init__.py 2014-02-18 09:35:55 +01:00
f9d8173b2f class AutoPickParameter is now working; work on ticket #119 not finished yet (closure pending) 2014-02-18 09:33:36 +01:00
5a093ed736 AutoPickParamter class modified; not working at the moment (!) 2014-02-15 08:09:55 +01:00
34c1f9111b initial AutoPickParameter class import. Attributes are not callable at the moment (implementation pending). 2014-02-13 14:28:41 +01:00
Sebastian Wehling
4aa7856267 started initialization of SDS data organization scheme 2014-02-12 14:18:12 +01:00
Sebastian Wehling
a4f948fd76 modified initialization method of GenericDataBase class 2014-02-11 13:21:05 +01:00
1a4d306a40 initialized readinput module; there will be type classes to handle different input data types, e.g. inputs for automatic Picking, inputs for correlation detection, input for reference Picking ... 2014-02-07 05:42:31 +01:00
738f280abe started to implement a filter Widget 2014-02-07 05:40:49 +01:00
Sebastian Wehling
d016a80a72 classes for I/O started, QtPyLoT.py cleaned 2014-02-03 12:51:23 +01:00
25351d3827 changes made during workshop 2014-01-30 13:11:44 +01:00
0c1e64895b added collection class FilterOptions for filter option handling (container class in order to keep GUI up-to-date) 2014-01-28 12:07:23 +01:00