Installation
Using Docker is recommended, as it eliminates the need for manual installation. The Docker image for TransientX is available on Docker Hub. You can pull the image using the command: docker pull ypmen/pulsarx.
If you prefer to install TransientX manually, please follow the instructions below, and the Dockerfile in the repository can serve as a reference Dockerfile.
Dependencies
Installation Steps
./bootstrap./configure --prefix=[install_path] LDFLAGS="-L/path_to_sofa" CPPFLAGS="-I/path_to_sofa"makemake install
Bug Reports and Support
If you need support or report bugs, please open an issue on the TransientX GitHub repository or contact me by email ypmen@mpifr-bonn.mpg.de.