Set default ephemerides for some LALPulsar tests to DE405
Description
Almost all CW codes now use the DE405 ephemerides as a default choice. This MR updates a few test scripts in LALPulsar that were still using DE200.
After this change, the only code which appears to be using DE200 as a default choice is lalapps/src/pulsar/HeterodyneSearch/CrabTNHeterodyne.c
, which appears to no longer be built. (Two other codes, lalpulsar/test/PulsarTOATest.c
and lalapps/src/pulsar/HeterodyneSearch/SpectralInterpolation.c
, have a fixed menu of ephemerides to choose from.)
API Changes and Justification
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
Review Status
@matthew-pitkin Can you review and approve?