Skip to content
Snippets Groups Projects
Commit e31b64e5 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

Merge branch 'ugly-lalapps' into 'master'

Use lal.GPSTimeNow to get current time instead of lalapps_tconvert

See merge request lscsoft/gstlal!9
parents 1463a1cc f7ee27aa
No related branches found
No related tags found
No related merge requests found
......@@ -31,13 +31,13 @@ from ligo.lw import lsctables
from ligo.lw import utils as ligolw_utils
from ligo.lw.utils import segments as ligolw_segments
from ligo.lw.utils import process as ligolw_process
from lal import LIGOTimeGPS
from lal import (GPSTimeNow, LIGOTimeGPS)
import sys
present = int(subprocess.Popen('lalapps_tconvert', stdout = subprocess.PIPE).communicate()[0])
present = int(GPSTimeNow())
def parse_command_line():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment