Skip to content
Snippets Groups Projects
Commit 066c03d8 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

gstlal_inspiral.c: update for rename of .end_time of sngl_inspiral row

parent cc421459
No related branches found
No related tags found
No related merge requests found
......@@ -183,8 +183,8 @@ GstBuffer *gstlal_snglinspiral_new_buffer_from_peak(struct gstlal_peak_state *in
output->coa_phase = carg(maxdata_channel);
output->chisq = 0.0;
output->chisq_dof = 1;
XLALGPSAddGPS(&output->end_time, &end_time);
output->end_time_gmst = XLALGreenwichMeanSiderealTime(&output->end_time);
XLALGPSAddGPS(&output->end, &end_time);
output->end_time_gmst = XLALGreenwichMeanSiderealTime(&output->end);
output->eff_distance = gstlal_effective_distance(output->snr, output->sigmasq);
/* populate chi squared if we have it */
switch (input->type)
......
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