Tempo2 can't find runtime files

Issue #71 wontfix
Diem Carpe created an issue

I followed this tutorial to install tempo2 http://www.pulsarastronomy.net/pulsar/article/how-compile-and-install-tempo2-sun-07172011-1015,and do make plugins && make plugins-install.But it still shows the problem below

Error opening time ephemeris file '/home/wchuang/share/ephemeris/TIMEEPH_short.te405' : No such file or directory

Comments (6)

  1. Michael Keith

    I would guess that you have set $TEMPO2 to point to /home/wchuang/share. You need to copy the runtime files there. Try, from the tempo2 source directory, something like

    rsync -av T2runtime/ $TEMPO2/
    

  2. Log in to comment