pylot/pylot/core
Sebastian Wehling-Benatelli 46a20a10e6 new functions added for event creation purposes:
getHash - returns a hash string from an UTCDateTime object
	createResourceID - returns a valid PyLoT resourceID for arbitrary types of event data
	createOrigin - returns an ObsPy Origin object (work in progress)
	createEvent - returns an ObsPy Event object (work in progress)
	createPick - returns an ObsPy Pick object (work in progress)
	createArrival - returns an ObsPy Arrival object (work in progress)
	createMagnitude - returns an ObsPy Magnitude object (work in progress)
	createAmplitude - returns an ObsPy Amplitude object (work in progress)
testing should be carried out as a next step
2015-02-10 13:12:04 +01:00
..
pick Some changes to be actual to Python2.7 2015-01-26 10:55:25 +01:00
read new functions added for event creation purposes: 2015-02-10 13:12:04 +01:00
util new functions added for event creation purposes: 2015-02-10 13:12:04 +01:00
__init__.py doc strings corrected 2014-03-31 13:01:51 +02:00