public:user_software:pulsar_tools

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
public:user_software:pulsar_tools [2017-03-08 15:27] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Pulsar Tools ======
 +
 +===== Checking Daily build =====
 +
 +How to check the daily build?
 +
 +<code>
 +> use LUS
 +> which pulp.sh
 +> ls -al `which pulp.sh`
 +(make sure this has today's time stamp and the LUS, not your own build)
 +> which prepfold
 +> which dspsr
 +> dspsr -h
 +(make sure it gives you a list of command line options)
 +> python
 +> import presto
 +> import sifting
 +> dir(presto)
 +> dir(sifting)
 +(both the dir results should have a long listing)
 +</code>
  
  • Last modified: 2017-03-08 15:27
  • by 127.0.0.1