Commit Graph
2860 Commits
Author SHA1 Message Date
sebastianw fb2553e980 check main case; corrected usage of import 2014-04-11 19:39:29 +02:00
sebastianw 6af43fc9fd bugfix: imports corrected;
imports updated, layout of 'FilterOptionsDock' started
2014-04-10 09:34:13 +02:00
sebastianw 8df11078b4 bugfix: private methods name corrected;
set default values instead of 'None'
2014-04-10 09:31:16 +02:00
sebastianw bead7a24c3 documentation updated in order to automatically provide online documentation via sphinx.ext.autodoc 2014-04-01 16:49:28 +02:00
sebastianw 0dec3eb7f0 unified class naming 2014-04-01 16:48:16 +02:00
sebastianw 36531c9923 convenience imports added 2014-04-01 16:47:24 +02:00
sebastianw 88b2a319fd added status label; not sure how to implement loading of data (different types of databases) 2014-04-01 16:46:10 +02:00
sebastianw ef8adc6c0a doc strings corrected 2014-03-31 13:01:51 +02:00
sebastianw faacfc423c resources file added in order to provide binary media file for the User Interfaces 2014-03-31 13:00:57 +02:00
sebastianw c26782bf7c imports fixed and classes renamed for better readability 2014-03-31 12:59:52 +02:00
sebastianw e6b49cfdb3 module pylot.core.util.connection added: contains routines for web and network utilization 2014-03-31 12:58:58 +02:00
sebastianw b049dda90f imports fixed; doc string as RST added 2014-03-31 12:57:08 +02:00
sebastianw 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
sebastianw 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
sebastianw 0af8ab2b08 holds now all widgets' classes used in the main application 2014-03-28 05:28:16 +01:00
sebastianw 90936bd47a emphasize modular structure by outsourcing widgets and errors 2014-03-28 05:25:46 +01:00
sebastianw dac3be5110 package wide imports for convenience 2014-03-27 21:29:41 +01:00
sebastianw 5b044a3f14 container module for error handling added 2014-03-27 15:34:42 +01:00
sebastianw 253a49c06b implementation of the PyLoT icon 2014-03-19 12:24:41 +01:00
sebastianw fbbfcbcaea make use of new module widgets, set a matplotlib figure the central GUI element 2014-03-19 12:16:41 +01:00
sebastianw e347e8eef9 implement new module widgets 2014-03-19 12:15:30 +01:00
sebastianw 9a2d127e30 added class MPLWidget in order to create updatable Matplotlib Figures within a Qt GUI 2014-03-19 12:14:54 +01:00
sebastianw 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
sebastianw ac27a8ef2e clean-up 2014-03-13 13:26:13 +01:00
sebastianw c83a11a2c3 moved class FilterOptions to the read module 2014-03-13 13:25:37 +01:00
sebastianw 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
sebastianw d0b3f0ee5d cleanup: module naming re-structured 2014-02-21 23:39:42 +01:00
sebastianw 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
sebastianw e38b917623 removing QtDesigner project files due to decision to code the PyQt stuff by ourselves 2014-02-19 14:58:45 +01:00
sebastianw 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
sebastianw ede06550cd reorganized initialization to IO-type class SeisCompDataStructure; see also ticket #118 2014-02-18 09:38:40 +01:00
sebastianw c3ec80d947 planned imports of PyLoT of not yet existing PyLoT classes commented from pylot/__init__.py 2014-02-18 09:35:55 +01:00
sebastianw f9d8173b2f class AutoPickParameter is now working; work on ticket #119 not finished yet (closure pending) 2014-02-18 09:33:36 +01:00
sebastianw 5a093ed736 AutoPickParamter class modified; not working at the moment (!) 2014-02-15 08:09:55 +01:00
sebastianw 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
sebastianw 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
sebastianw 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
sebastianw 25351d3827 changes made during workshop 2014-01-30 13:11:44 +01:00
sebastianw 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
Sebastian Wehling aaf04a13d5 started to write initialization methods for Dialogs, Windows and other Widgets 2014-01-24 14:31:57 +01:00
sebastianw dcc3881720 permissions repaired and QtPyLoT.py started with some MainWindow stuff 2014-01-10 05:45:03 +01:00
sebastianw e05c3d56bc initialized software versioning similar to obspy 2014-01-09 10:43:40 +01:00
sebastianw 32a1c8bcd3 commit master 2013-12-09 13:34:01 +01:00