Commit ·
cfc6d48
1
Parent(s): 306e0b8
Add License file
Browse files
LICENSE
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FRTSearch License
|
| 2 |
+
=================
|
| 3 |
+
|
| 4 |
+
Copyright (c) 2024 Bin Zhang and contributors
|
| 5 |
+
|
| 6 |
+
This project contains code modified from PRESTO (PulsaR Exploration and
|
| 7 |
+
Search TOolkit), which is licensed under the GNU General Public License v2.0.
|
| 8 |
+
|
| 9 |
+
Original PRESTO project: https://github.com/scottransom/presto
|
| 10 |
+
Original Authors: Scott Ransom, Patrick Lazarus, and contributors
|
| 11 |
+
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
Modified Files from PRESTO:
|
| 15 |
+
- utils/spectra.py
|
| 16 |
+
- utils/psrfits.py
|
| 17 |
+
- utils/filterbank.py
|
| 18 |
+
- utils/waterfaller_zhang.py
|
| 19 |
+
|
| 20 |
+
These files have been modified to support FRTSearch functionality.
|
| 21 |
+
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+
GNU GENERAL PUBLIC LICENSE Version 2.0
|
| 25 |
+
|
| 26 |
+
This program is free software; you can redistribute it and/or modify
|
| 27 |
+
it under the terms of the GNU General Public License as published by
|
| 28 |
+
the Free Software Foundation; either version 2 of the License, or
|
| 29 |
+
(at your option) any later version.
|
| 30 |
+
|
| 31 |
+
This program is distributed in the hope that it will be useful,
|
| 32 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 33 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 34 |
+
GNU General Public License for more details.
|
| 35 |
+
|
| 36 |
+
You should have received a copy of the GNU General Public License along
|
| 37 |
+
with this program; if not, write to the Free Software Foundation, Inc.,
|
| 38 |
+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
| 39 |
+
|
| 40 |
+
For the full text of GPL v2.0, see: https://www.gnu.org/licenses/gpl-2.0.html
|
| 41 |
+
|
| 42 |
+
---
|
| 43 |
+
|
| 44 |
+
Third-Party Dependencies:
|
| 45 |
+
- PRESTO: https://github.com/scottransom/presto (GPL v2.0)
|
| 46 |
+
- Other dependencies as listed in requirements.txt
|
| 47 |
+
|
| 48 |
+
---
|
| 49 |
+
|
| 50 |
+
Citation:
|
| 51 |
+
If you use FRTSearch in your research, please cite the original PRESTO paper
|
| 52 |
+
and the FRTSearch paper (if available).
|