🌐 English | 中文版
This repository serves as a code backup for parts of the paper "Revisit the periodicity of SGR J1935+2154 bursts with updated sample" (Xie et al. 2022). It can be used to reproduce specific sections of the paper, including figure generation and periodicity search analysis.
Note: The code in this branch has been reorganized and improved with AI assistance based on the original codebase.
If you need to view the original, unmodified code, please visit the original commit.
-
Install Dependencies:
pip install -r requirements.txt
-
Run Analysis: The main workflow is contained in the Jupyter Notebook:
jupyter notebook PeriodicitySearch.ipynb
Xie, Sheng-Lun et al. (2022) Revisit the periodicity of SGR J1935+2154 bursts with updated sample
- Journal: MNRAS, Vol. 517, pp. 3854-3863
- DOI: 10.1093/mnras/stac2918
@article{Xie2022mnras,
title={Revisit the periodicity of SGR J1935+2154 bursts with updated sample},
author={Xie, Sheng-Lun and others},
journal={Monthly Notices of the Royal Astronomical Society},
volume={517},
number={3},
pages={3854--3863},
year={2022},
publisher={Oxford University Press},
doi={10.1093/mnras/stac2918}
}