Space and Time Algorithm for Transients In X-rays
Project description
STATiX (Space and Time Algorithm for Transients in X-rays)
The Space and Time Algorithm for Transients in X-rays (STATiX) builds upon tools from the image and signal processing fields and in particular the Multi-Scale Variance Stabilisation Transform (Zhang et al. 2008; Starck et al. 2009) to provide a complete detection analysis pipeline optimised for finding transient sources on X-ray imaging observations. Unlike standard source detection codes, STATiX operates on 3-dimensional data cubes with 2-spatial and one temporal dimensions. It is therefore sensitive to short and faint X-ray flares that may be hidden in the background once the data cube is collapsed in time to produce 2-dimensional images. Although the algorithm is motivated by transient source searches, it also provides a competitive tool for the detection of the general, typically less variable, X-ray source population present in X-ray observations. See Ruiz et al. 2024 for a detailed explanation of the algorithm.
STATiX is distributed as a Python package. The current implementation only allows the processing of data for the XMM-Newton EPIC-pn camera. In the near future we will extend the code for all XMM-Newton cameras. Upgrading the code for other X-ray imaging missions is possible, but beyond our current capabilities.
Installation
STATix needs the following software and libraries for a correct installation:
- C/C++ compiler and make
- CMake
- CFITSIO (>V3.31)
- pkg-config
In Ubuntu (and other Debian-based Linux distributions) these dependencies can be installed via apt
:
sudo apt install gcc make cmake libcfitsio* pkg-config
Once these prerequisites are installed, STATiX can be easily installed using pip
:
pip install xstatix
Although the STATiX source detection pipeline does not need any additional software, some of its side functions related with XMM-Newton data manipulation need a working installation of SAS. If all the initial data products are already available (images, data cubes, exposure maps, etc) SAS is not needed. Otherwise these products will be generated during running time if SAS is available. All SAS-related functions are in the xmmsas module.
Examples
We provide Jupyter notebooks and scripts with examples on how to use STATiX with XMM-Newton data.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file xstatix-1.1.0.tar.gz
.
File metadata
- Download URL: xstatix-1.1.0.tar.gz
- Upload date:
- Size: 279.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c201a6a2e794d8f18a3ff56687fd940516fd7fe5286aaa7f4e6eace7b2afe8a |
|
MD5 | e750b0c486a87944fb52587fb64c8392 |
|
BLAKE2b-256 | 5eaead74daf87332ca6ab8c6f88d0f228570d1f0ea12a6eb5b35ffb4ddfefe4b |
File details
Details for the file xstatix-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: xstatix-1.1.0-py3-none-any.whl
- Upload date:
- Size: 231.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9dd1a1ca63760d603e34f1f1b74cb38fbe1a96b06932c6541b6892d0f44c5b7a |
|
MD5 | 1c99cd81b1b8f819d8e5c2b96f308b87 |
|
BLAKE2b-256 | 87f005ac04ddf698624ab0fcf693ece35db49ca06f10d017c4c1c0f719a31665 |