Skip to content
Snippets Groups Projects
Commit d4da047d authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-557: new offset computation by sander

parent adbbfad6
No related branches found
No related tags found
No related merge requests found
......@@ -300,7 +300,7 @@ namespace LOFAR
}
offset += (frame.header.time - time0) / 2; // 1 extra slice every 2 seconds
}
offset += sliceNr - itsDumpInfo.itsSampleNrOrSliceNr0;
offset += (sliceNr - itsDumpInfo.itsSampleNrOrSliceNr0) / SPECTRAL_TRANSFORM_SIZE;
/*
* Flag lost frame(s) (assumes no out-of-order).
......
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