-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOSCAARbio.html
executable file
·22 lines (22 loc) · 1.02 KB
/
OSCAARbio.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php $thisPage = "OSCAAR"; ?>
<!DOCTYPE HTML>
<html>
<!-- header -->
<link rel="stylesheet" href="homestyle.css" type="text/css" media="screen" />
<head>
<title><?php if ($thisPage!="") echo "$thisPage"; ?></title>
</head>
<body>
<!-- navbar inclusion -->
<?php include('nav.php'); ?> <div class="mainbodycontent">
<br/>
<p>The OSCAAR code is a python based differential photometry code used to track photometric stars as they move across a CCD.
It can even account for imperfect polar alignment.
The code also computes instrumental magnitudes and combines all the data quickly, making measurements quick and easy. It is made for public use by small observatories and amateur astronomers who are serious about their practice.
Version 2.0 is in beta on GitHub. Suggestions are welcome for version 2.1 and beyond.</p>
<br/>
<center><a href="https://github.com/OSCAAR">OSCAAR on GitHub</a></center>
<br/>
</div>
<body>
</html>