presto icon indicating copy to clipboard operation
presto copied to clipboard

Open source pulsar search and analysis toolkit

Results 44 presto issues
Sort by recently updated
recently updated
newest added

Hi @scottransom It seems to me like `rfifind` does not utilize any parallelism. I tried the command line with and without `-ncpus 6` and it didn't make a difference in...

I'm still learning pulsar things, so please correct me if I'm wrong. The default value of `summed_polns` is 1 in [backend_common.c](https://github.com/scottransom/presto/blob/93624f74c8f95fd7cde13eeaba97fabebd0ae604/src/backend_common.c#L182), so I think it need to be explicitly set...

Hi, I am running accelsearch within a frequency range of 0.01 to 6.8 Hz by restricting -flo and -fhi. However, it is searching between 0.0 to 6.8 Hz! I am...

Hi There, Following error comes up whenever I run " test_presto_python". I couldnt figure out what the problem is. I'm newbie to presto. Thanks **adeel@adeel-HP-Pavilion-x360-Convertible-14-dh1xxx:~/pulsar_software/presto/tests$ python3 test_presto_python.py Traceback (most recent...

I ran into some trouble running single_pulse_search.py and here's what I'm getting back. What do you suggest? ``` Traceback (most recent call last): File "/opt/pulsar/presto/bin/single_pulse_search.py", line 8, in from presto.presto...

Hi @scottransom, is there a specific reason why `MAXNUMONOFF` is hardcoded to 40? For X-ray data from some missions, it would be very helpful to increase it, so that we...

I was trying to use prepfold on pulsar J0317+13 using the following commands: `psrcat -e J0317+13 > J0317+13.eph` `prepfold -timing J0317+13.eph ` and I get this error `Error: can not...

I'm trying to build the `Dockerfile` on a Ubuntu 18.04 bionic arm64 machine using `sudo docker build --platform linux/amd64 .`, but I get the following error: ``` Sending build context...

Hi! I am having trouble getting PRESTO to run. I am running a pipeline not developed by me that runs various PRESTO commands. The traceback: ``` Traceback (most recent call...