-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
61 lines (46 loc) · 3.22 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
---
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Stingray is a new community-developed spectral-timing software package in Python for astrophysical data.">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Stingray Software</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" alt="View Stingray on GitHub" href="https://github.com/StingraySoftware">View Stingray on GitHub</a>
<img style="float: left; margin-right: 20px" id="logo" src="images/stingray_logo.png" alt="Stingray Software logo" height="90px"/>
<h1 id="project_title">Stingray</h1>
<h2 id="project_tagline">Next-generation spectral-timing software</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<p>Stingray is a community-developed suite of astrophysical spectral timing softwaware, written in Python.</p>
<p>The Stingray ecosystem consists of three packages:</p>
<ul>
<li><a href="https://docs.stingray.science/">The core Stingray package</a> provides a powerful Python API for spectral timing. Stingray is an <a href="https://www.astropy.org/affiliated/index.html">Astropy Affiliated Package</a>.</li>
<li><a href="https://hendrics.stingray.science/">HENDRICS</a> provides a set of command-line scripts which use the Stingray core to perform quick-look spectral timing analysis of X-ray data.</li>
<li><a href="https://github.com/StingraySoftware/dave">DAVE</a> is a graphical user interface built on top of the Stingray core.</li>
</ul>
<h4><a id="acknowledgements" class="anchor" href="#acknowledgements" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Acknowledgements</h4>
<p>Thanks to JetBrains making <a alt="JetBrains PyCharm" href="https://www.jetbrains.com/pycharm/">PyCharm</a> freely available for Stingray development.</p>
<p>Stingray participated in the <a alt="Google Summer of Code" href="https://summerofcode.withgoogle.com/">Google Summer of Code</a> in 2018-2021 under <a alt="OpenAstronomy GSoC page" href="http://openastronomy.org/gsoc/">OpenAstronomy</a>, in 2017 under the <a alt="Python Software Foundation" href="https://www.python.org/psf/">Python Software Foundation</a>, and in 2016 under <a alt="Timelab technologies" href="http://timelabtechnologies.com/">Timelab Technologies</a>.
We are grateful to all of these organizations for their support. If you would like to participate in GSoC 2022, check out the <a alt="OpenAstronomy Google Summer of Code GSoC page" href="https://openastronomy.org/gsoc/">OpenAstronomy GSoC info page</a>.
</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Last updated on <a href="https://github.com/stingraysoftware/stingraysoftware.github.io/commits/master">{{ site.time | date: "%d %B %Y" }}</a></p>
</footer>
</div>
</body>
</html>