PyStoch¶
A Python-based code for Stochastic Gravitational-Wave Background (SGWB) mapping from gravitational-wave interferometer data.
PyStoch makes SGWB anisotropy maps from folded stochastic interferometric data (FSID). It supports map-making in the pixel (HEALPix) basis and the spherical-harmonic (SpH) basis, optional broadband beam / Fisher computation, frequency notching, narrowband-radiometer (NBR) analysis, and injection studies.
Pipeline at a glance¶
PyStoch is run as three command-line steps:
read_frames— scan the.gwfframesets and collect their parameters intoframesets.ini.convert_frames— convert the.gwfframes into a compressed HDF5 file (faster to read).pystoch— make the maps; results are written as pickle (.pkl) files.
See Usage for the full walkthrough.