- Jan 13, 2022
- Oct 01, 2021
-
-
Koh Ueno authored
-
- Sep 02, 2021
-
-
Koh Ueno authored
-
- Jul 10, 2021
-
-
Koh Ueno authored
-
- Jun 26, 2021
-
-
Leo Tsukada authored
-
- Jun 24, 2021
-
-
Koh Ueno authored
-
- Jun 02, 2021
-
-
Koh Ueno authored
-
Koh Ueno authored
-
Koh Ueno authored
-
Koh Ueno authored
-
Koh Ueno authored
-
Leo Tsukada authored
-
Leo Tsukada authored
-
Leo Tsukada authored
-
Leo Tsukada authored
-
Leo Tsukada authored
-
Leo Tsukada authored
-
Leo Tsukada authored
-
Koh Ueno authored
I encountered the following error when I ran gstlal_injsplitter and (Kipp) found that cvs_entry_time, in which the time when the program was generated is supposed to be substituted, was not used correctly. Traceback (most recent call last): File "/home/koh.ueno/local/bin/gstlal_injsplitter", line 83, in <module> cvs_entry_time=strftime('%Y/%m/%d %H:%M:%S')) File "/usr/lib64/python2.7/site-packages/ligo/lw/utils/process.py", line 109, in register_to_xmldoc process = proctable.RowType.initialized(program = program, process_id = proctable.get_next_id(), **kwargs) File "/usr/lib64/python2.7/site-packages/ligo/lw/lsctables.py", line 562, in initialized cvs_entry_time = lal.UTCToGPS(time.strptime(cvs_entry_time, "%Y-%m-%d %H:%M:%S +0000")) if cvs_entry_time is not None else None, File "/usr/lib64/python2.7/_strptime.py", line 467, in _strptime_time return _strptime(data_string, format)[0] File "/usr/lib64/python2.7/_strptime.py", line 325, in _strptime (data_string, format)) ValueError: time data '2021/04/01 07:11:30' does not match format '%Y-%m-%d %H:%M:%S +0000'
-
Kipp Cannon authored
- changes to Python's NamedTemporaryFile object in Python 3 have necessitated a redesign of the sqlite scratch-space working-copy mechanism. a side effect of that work is that the object returned by get_connection_filename() is no longer a string. it can, however, be cast to a string to recover the original behaviour, and this patch makes that change now to prevent breakage when python-ligo-lw is released.
-
Patrick Godwin authored
-
Kipp Cannon authored
-
- Aug 26, 2020
-
-
Cody Messick authored
buffer, also disable the subthreshold SNR time series retrieval. This patch is to decrease runtime of production offline runs, and will need to be reverted if you want to get the SNR time series for event files. Do *NOT* push to master.
-
- Aug 25, 2020
-
-
Patrick Godwin authored
-
- Aug 19, 2020
-
-
Cody Messick authored
bankcorrelation members of itacacpad are now freed with the appropriate gsl free functions instead of the standard free function.
-
- Aug 08, 2020
-
-
- Jul 27, 2020
-
-
Ryan Magee authored
-
- Jul 18, 2020
-
-
- Jul 17, 2020
-
-
Ryan Magee authored
-
Ryan Magee authored
Bankchisq: This commit incorporates the bankchisq calculation in itacac and modifies python modules that used the column to store intermediate values. This commit does NOT include necessary changes to store the bankchisq histograms, and it does not incorporate it into the ranking statistic
-
- Jul 02, 2020
-
-
Patrick Godwin authored
-
Patrick Godwin authored
-
Patrick Godwin authored
-
Patrick Godwin authored
-
Patrick Godwin authored
This reverts commit a23fd915.
-
-
-
GracedbWrapper class to take it into account when forming coicidence
-