Software
pinta
pinta
is a data reduction pipeline for pulsar data taken using the upgraded Giant Metre-wave Radio Telescope (uGMRT). It takes the uGMRT raw pulsar data as input, does RFI mitigation and folding, and gives partially folded profile archives as output. It is now an observatory pipeline at GMRT. This pipeline was described in this paper.
ugmrt2fil
ugmrt2fil
is a program to convert uGMRT raw pulsar data to sigproc-filterbank format. It is a part of the pinta
pipeline.
GWecc.jl
GWecc.jl
is a Julia library used to compute Pulsar Timing Array (PTA) signals due to gravitational waves emitted by black hole binaries. It is designed to be called from PTA data analysis packages like ENTERPRISE
and provides a Python binding for this purpose. It can also be used to simulate pulsar time of arrivals using packages like libstempo
and PINT
. This code is based on this paper and this paper. It is a rewrite of the GWecc code written in C++.
mikkola
This is an implementation of Mikkola’s method for solving the classical Kepler equation.