-
Notifications
You must be signed in to change notification settings - Fork 1
/
MER-experiments.html
20 lines (20 loc) · 2.58 KB
/
MER-experiments.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="PSPad editor, www.pspad.com">
<title>MER 3d experiments</title>
</head>
<body>
Experimental processing and analysis of 3d data for MER - Mars Exploration Rover missions (aka "<a href="">Spirit</a>" and "<a href="">Opportunity"</a>)
<li><a href="PFB-converter-kaitai.html">PFB files analyzer</a> - Extract pointcloud and list of textures and VST files contained in a PFB file (<a href="https://github.com/jumpjack/VST-converter/blob/main/PFB-converter-kaitai.html">source code</a>)
<li><a href="x3d-viewer-local.html">X3D viewer</a> - loads and displays an X3D file from local storage(<a href="https://github.com/jumpjack/VST-converter/blob/main/x3d-viewer-local.html">source code</a>)
<li><a href="VST2X3d-and-viewer.html">VST to X3D converter and viewer</a> - loads and displays multiple .VST files and saves whole scene into a single .x3d file(<a href="https://github.com/jumpjack/VST-converter/blob/main/VST2X3d-and-viewer.html">source code</a>)
<li><a href="pancam-AI.html">Pancam viewer</a> - Displays images in 3d space(<a href="https://github.com/jumpjack/VST-converter/blob/main/pancam-AI.html">source code</a>)
<li><a href="MER-index-converter.html">Product index converter</a> - Extract .vst, .pfb and .ht filenames from rdrindex.tab file and puts them into JSON array "filesAvailability" for further processing(<a href="https://github.com/jumpjack/VST-converter/blob/main/MER-index-converter.html">source code</a>)
<li><a href="MER-traverse-converter.html">Traverse converter</a> - convert SVF and RVF files into a json array "drives" containing absolute coordinates of all rover locations(<a href="https://github.com/jumpjack/VST-converter/blob/main/MER-traverse-converter.html">source code</a>)
<li><a href="MER-traverse-viewer.html">Traverse viewer 2d</a> - Displays all drives and location in a zoomable graph, highlighting 3d products(<a href="https://github.com/jumpjack/VST-converter/blob/main/MER-traverse-viewer.html">source code</a>)
<li><a href="MER-traverse-viewer-3d.html">Traverse viewer 3d</a> - Displays all drives and location in 3d scene with Babylon.js(<a href="https://github.com/jumpjack/VST-converter/blob/main/MER-traverse-viewer.html">source code</a>)
<li><a href="panorama-IMG-saver.html">Panorama IMG saver</a> - Saves images asociated to panoramas(<a href="https://github.com/jumpjack/VST-converter/blob/main/panorama-IMG-saver.html">source code</a>)
</body>
</html>