コード例 #1
0
ファイル: events.py プロジェクト: gthompson/python_gt
 def add_epochtime(self):
     """ add epoch time to the event object """
     self.etime = converttime.datetime2epoch(self.time)
コード例 #2
0
ファイル: catalog.py プロジェクト: gthompson/python_gt
 def add_epochtime(self):
     """ add epoch time to the event object """
     import converttime
     #for i in range(len(self.evid)):
     #    etime[i] = converttime.datetime2epoch(self.time[i])
     self.etime = converttime.datetime2epoch(self.time)
コード例 #3
0
 def add_epochtime(self):
     """ add epoch time to the event object """
     self.etime = converttime.datetime2epoch(self.time)