Skip to content

Commit 43e9c34

Browse files
committed
some refactoring inspired by ZMAPCatalog (former CSEPCatalog?)
1 parent a575af7 commit 43e9c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csep/core/catalogs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ class JmaCsvCatalog(AbstractBaseCatalog):
10841084
updated by -tb to create proper JST timestamp strings instead of separate
10851085
columns for year, month, days, hours, minutes (all int), and seconds (.2 digit floats)
10861086
1087-
:var event_dtype: numpy.dtype description of JMA CSV catalog format:
1087+
:var dtype: numpy.dtype description of JMA CSV catalog format:
10881088
- timestamp: milli(sic!)seconds as bigint
10891089
- longitude, latitude: regular coordinates as float64
10901090
- depth: kilometers as float64

0 commit comments

Comments
 (0)