-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (52 loc) · 2.8 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
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>MINATO: Massive bINaries Analysis TOols | MINATO</title>
<meta name="generator" content="Jekyll v3.9.3" />
<meta property="og:title" content="MINATO: Massive bINaries Analysis TOols" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Python tools for the analysis of massive binaries" />
<meta property="og:description" content="Python tools for the analysis of massive binaries" />
<link rel="canonical" href="https://jvillasr.github.io/MINATO/" />
<meta property="og:url" content="https://jvillasr.github.io/MINATO/" />
<meta property="og:site_name" content="MINATO" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="MINATO: Massive bINaries Analysis TOols" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","description":"Python tools for the analysis of massive binaries","headline":"MINATO: Massive bINaries Analysis TOols","name":"MINATO","url":"https://jvillasr.github.io/MINATO/"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/MINATO/assets/css/style.css?v=8fcb84b2fc38c1e312c18c3848755cd38e3d2a9a">
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
<!-- Setup Google Analytics -->
<meta name="google-site-verification" content="3n9Hxw_pbtOssFo0uoJcVGSjS1_O8Pk2CUvclY7oK0M" />
<!-- You can set your favicon here -->
<!-- link rel="shortcut icon" type="image/x-icon" href="/MINATO/favicon.ico" -->
<!-- end custom head snippets -->
</head>
<body>
<div class="container-lg px-3 my-5 markdown-body">
<h1><a href="https://jvillasr.github.io/MINATO/">MINATO</a></h1>
<h1 id="minato-massive-binaries-analysis-tools">MINATO: Massive bINaries Analysis TOols</h1>
<p>Python tools for the analysis of massive binary stars</p>
<p>Version 1.0:</p>
<ul>
<li>Spectral analysis (span): It allows to fit the spectra of binary stars simultaneously with synthetic spectra. Effective temperatures, log surface gravities, rotational velocities, He/H ratios, and the light ratio is returned.</li>
</ul>
<p>Future additions:</p>
<ul>
<li>Radial velocity measurements</li>
<li>Time series analysis</li>
<li>Spectral analysis</li>
<li>SED fitting</li>
<li>Spectral classification</li>
</ul>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
<script>anchors.add();</script>
</body>
</html>