Scott Ransom

Results 77 comments of Scott Ransom

It might be at least partially a printing issue, but you need to be careful about using `-flo` and `-fhi` with harmonic summing as described in the FAQ here: https://github.com/scottransom/presto/blob/master/FAQ.md#ive-restricted-the-frequency-range-of-my-search-using--flo-fhi-or--rlo-rhi-but-accelsearch-is-still-returning-candidates-outside-of-that-range-why-is-that

Correct. But that is certainly not the best way to search for radio pulsars!

Do you have an example file that you can post somewhere that uses that header functionality? If so, I can look at supporting it. Would probably be fairly simple (I...

Did you try step #3 in the Troubleshooting part of `INSTALL.md`? That suggests you run a simple pythong test source that tests the compiled python libraries. The error suggests that...

Sorry for the delay. This is because the python portion of PRESTO is not installed correctly, *or* that you are using a different python than the one where you installed...

Did you install everything as administrator? Can you check to see that the presto python modules are installed somewhere in your (as a user, not as administrator) PYTHONPATH? (not necessarily...

@Jiaying-Xu-Zhejiang Did the PRESTO python code actually get installed into that PYTHONPATH directory? Note that you should not need to use PYTHONPATH at all, anymore, and I would recommend unsetting...

@JPGlaser Similar to my last comment, how exactly did you run the `pip` command? And are in you the python environment you want the users to be in when you...

Note you can also get more information on the install (including were things are installed and where it is finding dependencies) by doing `pip install -v .` in $PRESTO. Here...

Note that there should also be 3 shared library files located in the top-level `site-packages` directory: ``` .rwxrwxr-x sransom sransom 150 KB Fri Jul 1 11:44:27 2022  /home/sransom/python_venvs/py3.10.4/lib/python3.10/site-packages/_ppgplot.cpython-310-x86_64-linux-gnu.so .rwxrwxr-x...