-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsoftware.html
More file actions
112 lines (91 loc) · 5.69 KB
/
Copy pathsoftware.html
File metadata and controls
112 lines (91 loc) · 5.69 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE HTML>
<!--
Theory by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>SSSC Software</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="subpage">
<!-- Header -->
<header id="header">
<div class="inner">
<!--<a href="index.html" class="logo">Theory</a>-->
<nav id="nav">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="codeofconduct.html">Code of Conduct</a>
<a href="charter.html"> Charter </a>
<a href="publication_policy.html"> Publication Policy </a>
<a href="workinggroups.html">Working Groups</a>
<a href="sciCases.html">Science Cases</a>
<a href="dataProds.html">Data Products</a>
<a href="impDocs.html">Docs</a>
<a href="gettingStarted.html">Getting Started</a>
<a href="membership.html">Membership</a>
<a href="software.html">Software</a>
<a href="https://lsstsssc.wordpress.com/">Blog</a>
</nav>
<a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a>
</div>
</header>
<!-- Three -->
<section id="three" class="wrapper">
<div class="inner">
<header class="align-center">
<h2>SSSC Software</h2>
</header>
<H2> SSSC Software Roadmap </H2>
<p>The SSSC has identified crucial software products and tools that will be required for LSST Solar System science but will not be provided by the LSST project.
These will have to be developed by the SSSC and the broader planetary community. Our <a href='https://iopscience.iop.org/article/10.3847/2515-5172/ab0e10'>software roadmap </a>,
published in the Research Notes of the American Astronomical Society, presents this list of LSST community software development tasks.</p>
<H2> SSSC Software Development </H2>
<p> The SSSC Community software/infrastructure development working group has monthly meetings to discuss progress on community software tool development </p>
<h2> Rubin LSST Solar System Predictions Focus Issue in AAS Journals </h2>
<p> The Vera C. Rubin Observatory Legacy Survey of Space and Time (LSST) will usher in a new era of solar system science. The survey is expected to discover and monitor ~5 million solar System objects over the next decade. New algorithms and software tools are required to mine this unprecedented dataset. This focus issue is dedicated to collecting and highlighting the software tools developed by the planetary astronomy community to enable and maximize early solar system science with the LSST and Rubin Observatory. </p>
<p> <a href="https://iopscience.iop.org/collections/PSJ-250528-01" class="button special">Go to the Focus Issue</a> </p>
<H2> The Rubin Observatory Solar System Processing</H2>
<p> The Rubin Observatory's Solar System Processing (SSP) pipelines will be the main software to identify moving Solar System objects (out to distances of ~200-300 au) in LSST data.
SSP is a deliverable from Rubin Observatory's data management team. This effort is being led by the Rubin Observatory's Solar System Processing Team based at the University of Washington.
A brief overview of how the Solar System Processing (SSP) will work is described below. For a more detailed overview of SSP and the current state of its development, check
on the <a href="https://confluence.lsstcorp.org/display/DM/Solar+System"> Rubin Observatory's SSP Development Page</a>. You can learn more about the specific Solar System data products that SSP and the Rubin
Observatory's LSST will generate on the <a href="http://lsst-sssc.github.io/dataProds.html"> SSSC's Data Products Page</a>.
</p>
<div align="center">
<img class="contain" src="images/daily_processing_scheme.png" alt=" Rubin Observatory System System Processing Schematic" style="width:818px;height:444px">
<p>Rubin Observatory Solar System Processing Schematic - Image Credit: Mario Jurić </p>
<img class="contain" src="images/mops_linking.png" alt="yield" style="width:818px;height:444px">
<p>Image Credit: Mario Jurić </p>
</div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/RHVq7BO89tE?si=p99xWIkswaZ-VKgR" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="flex">
<div class="copyright">
LSST-SSSC Information Portal. Design: <a href="https://templated.co/theory">Using the Theory template by Templated.</a>
</div>
<!--<ul class="icons">
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-linkedin"><span class="label">linkedIn</span></a></li>
<li><a href="#" class="icon fa-pinterest-p"><span class="label">Pinterest</span></a></li>
<li><a href="#" class="icon fa-vimeo"><span class="label">Vimeo</span></a></li>
</ul>-->
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>