Ujjwal Panda
Ujjwal Panda
You have already added support for querying the catalogue using logical conditions, but some things are still not supported, such as the **RANGE** function, or specifying a range of **RA**/**DEC**...
I was looking for a way to access shared memory with Rust’s memory safety guarantees built-in, and I found this crate. However, it only supports the newer POSIX-style shared memory,...
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...
I just wanted to know if it would be possible to package the code for the **`FFTFIT` algorithm** bundled with `PRESTO` into a separate Python package under the MIT License?...
Just wanted to know if anyone has tried to serve `Doxygen`-based documentation for `PRESTO`? Nowadays there are packages that can link `Doxygen` output with Sphinx to generate documentation that could...
Just wanted to know if anyone had tried packaging `PRESTO` for multiple OSes; for example, as a `*.deb` package for Debian-based distros, or as an `*.rpm` package for Fedora-based distros,...