-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
63 lines (51 loc) · 3.07 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="gh-pages/stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="gh-pages/stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="gh-pages/stylesheets/print.css" media="print">
<title>Xtfviewer by jaksg82</title>
</head>
<body>
<header>
<div class="container">
<h1>Xtfviewer</h1>
<h2>Software to read the content of eXtended Triton Format files</h2>
<section id="downloads">
<a href="https://github.com/jaksg82/XtfViewer/zipball/master" class="btn">Download as .zip</a>
<a href="https://github.com/jaksg82/XtfViewer/tarball/master" class="btn">Download as .tar.gz</a>
<a href="https://github.com/jaksg82/XtfViewer" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<h1><img src="gh-pages/images/LogoSquare71.png" alt="Logo">
<a id="xtf-viewer" class="anchor" href="#xtf-viewer" aria-hidden="true">
<span aria-hidden="true" class="octicon octicon-link"></span></a>Xtf Viewer</h1>
<p>A Windows application that can read the files created by some geophisics acquisition softwares.</p>
<p>This software can visualize the information stored inside the eXtensible Triton Format files.</p>
<p>The solution contain:</p>
<ul>
<li><strong>jakxtflib</strong> is the base class that convert the bytes in to objects.</li>
<li><strong>XtfViewerDataModel</strong> is the core library that handle the reading of the files and then format the results for the UI.</li>
<li><strong>XtfViewerAppCommons</strong> contain some code that are shared between the different UIs.</li>
<li><a href="gh-pages/wp8.html"><strong>XtfViewer_Phone8</strong></a> is the application designed for Windows Phone 8.1.</li>
<li><a href="gh-pages/wt8.html"><strong>XtfViewer_Win8</strong></a> is the application designed for Windows 8.1.</li>
<li><a href="gh-pages/uw10.html"><strong>XtfViewer_UWP10</strong></a> is the application designed for Windows 10 and compatible with all the families of devices.</li>
</ul>
<p>The latest working release can be downloaded at the following links:</p>
<table>
<tr><td>Link for Windows 10: </td><td><a href="https://www.microsoft.com/store/apps/9nblggh5g34m">
<img src="gh-pages/images/English_Get_it_Win_10.png" alt="Get it from MS Store 10"></a></td></tr>
<tr><td>Link for Windows 8.1: </td><td><a href="http://apps.microsoft.com/windows/app/f9cc5479-8053-49ac-9b67-02d9dcbdd1db">
<img src="gh-pages/images/English_Get_it_from_MS.png" alt="Get it from MS Store 8"></a></td></tr>
<tr><td>Link for Windows Phone 8.1: </td><td><a href="http://windowsphone.com/s?appid=bc995eb3-8a23-437b-86b7-87bb3bb368a8">
<img src="gh-pages/images/English_Get_it_from_MS.png" alt="Get it from MS Store 8"></a></td></tr>
</table>
</section>
</div>
</body>
</html>