Table of Contents

Pulsar Tools

Checking Daily build

How to check the daily build?

> 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)