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

If PGPLOT_DIR is not set, a bare -I eats -DUSEFFTW and you get a silent miscompilation of fastffts.c and a mystery failure on linking search_bin (missing symbol read_wisdom). On a...

We are currently packaging up and containerising tools like presto for easy setup on arbitrary systems, from laptop to HPC cluster. We are experiencing a problem with RFI find. `rfifind`...

Hi @scottransom, I was wondering the reason why a dispersive delay time is subtracted from the start time of the observation when running prepdata with a non-zero DM. This only...

Hi @scottransom, The filterbank header format with FREQUENCY_START \ FREQUENCY_END as output by e.g. SIGPROC's `splice` cannot be read by PRESTO. Maybe support for this could be added?

Some problems come up when you try to read a filterbank file into waterfaller.py. It does not seem as though there is support for the format, despite the description on...

1, accelsearch got accelerated with GPU 2, A single makefile is used to compile the CPU only, or the CPU/GPU coexist version. 3, Instructions on how to compile and use...

parfile.py has this line `from slalib import sla_ecleq, sla_eqecl, sla_eqgal` This does not work for me. I have to change it to `from pyslalib.slalib import sla_ecleq, sla_eqecl, sla_eqgal` I think...

Hi all, I'd like to use this opportunity to introduce myself to everyone. I am Pablo Torne, and I am currently a Spanish PhD student at Michael Kramer's pulsar group...

This is a major PRESTO release since we have converted the full build and install process to use `meson` and `meson-python`. This should be a big help in the long...

Recently, I attempted to install `PRESTO`'s Python bindings into a [**Miniconda**](https://docs.anaconda.com/free/miniconda) environment, which had Python 3.12.1, and it failed with the following error: `ModuleNotFoundError: No module named 'numpy.distutils'`. A more...