Skip to content

Update HeterodynedPulsarModel.c: set distance from either DIST or PX

Matthew Pitkin requested to merge matthew-pitkin/lalsuite:px_and_dist into master

In HeterodynedPulsarModel.c this MR sets the distance distance consistently. It uses the DIST parameter (a distance in metres) if supplied, and then tries the PX parameter (parallax in radians) if that is not present.

cc @karl-wette @david-keitel

Merge request reports