presto
presto copied to clipboard
Open source pulsar search and analysis toolkit
Hi I have installed PRESTO, but the following error always occur (exploredat & explorefft) ``` %PGPLOT, Unrecognized device type %PGPLOT, Invalid device specification: /XWIN ``` **PS: No matter what the...
I tried to build the docker image by running ``` docker build . ``` in the docker directory, but it fails with ``` (...) Step 8/28 : WORKDIR /code/presto/src --->...
Is it possible to convince `prepfold` to barycenter to a position other than the RA/Dec in the header? With big beams there can be barycentering errors from observations done before...
``` search_bin.o: In function `main': /packaging/repos/presto/src/search_bin.c:206: undefined reference to `read_wisdom' gcc -I/packaging/repos/presto/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I -DUSEFFTW -DUSEMMAP -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -Wall -W -fPIC -O3 -ffast-math -Wno-unused-result -Wno-unused-but-set-variable -Wno-unused-but-set-parameter -fopenmp -o...
Running this command prepsubband -sub -subdm 5.75 -nsub 32 -downsamp 1 -o Sband ../GBT_Lband_PSR.fil
I tried your latest presto yesterday,but the problem still exists. my command is :python GBT_Lband_RSR.fil pipeline.py. Here are the error: Data points written: 525600 Error in chkfopen(): No such file...
Permit multiple input files on the command line in order to avoid traversing $PATH and $LD_LIBRARY_PATH each time a new accelsearch starts. Those who reduce pulsar short observations on large...
I'm performing a fairly standard prepfold command- `prepfold -nsub 128 -mask guppi_57955_P86Y1272_0003_rfifind.mask -p 0.00246068325 -dm 33.08 -searchpdd -o joecandsearchpdd *.fits` After it's done folding it searches over DMs, periods, pdots,...
Tested with two different installations of Anaconda python 2.7 on Ubuntu 16.04. Under the system's stock Python 2.7 everything works correctly instead. This might have to do with the C...
When I do `python setup.py develop --user` the install seems to work, but `import presto` fails. Not sure why. Doing `python setup.py install --user` works OK, but then I'll have...
Trying to run the get_TOAs.py command on my machine gives the following error: File "/usr/local/bin/get_TOAs.py", line 388 except ValueError, fftfit.error: ^ SyntaxError: invalid syntax Could I get any guidance on...