Skip to content

improve precision of start time in XLALFrameUFrameHAlloc

Description

Represent start time as two doubles (rather than one double) in routine XLALFrameUFrameHAlloc to allow for nanosecond precision of GPS times. Addresses issue #488 (closed).

API Changes and Justification

An additional argument is needed in order to have the required precision. Issue #488 (closed) indicates that there is a use case in which this precision is required.

Backwards Compatible Changes

  • This change introduces no API changes
  • This change adds new API calls

Backwards Incompatible Changes

  • This change modifies an existing API
  • This change removes an existing API

An additional argument is needed in order to have the required precision. Issue #488 (closed) indicates that there is a use case in which this precision is required.

Review Status

Unreviewed.

Merge request reports