Skip to content

Allow specified ephemeris files to be passed to PE

Matthew Pitkin requested to merge pass_ephemeris_file into master

Currently, although the PE pipeline suggests that it accepts paths to Earth and Sun ephemeris files, these actually get ignored and it is assumed that the ephemeris files are given in the HeterodynedData object. This MR actually allows ephemeris file information that is given to be passed through as expected.

Merge request reports