|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en-us"> |
3 | | - <head> |
4 | | - <meta charset="UTF-8"> |
5 | | - <title>open_iA by 3dct</title> |
6 | | - <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | | - <link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen"> |
8 | | - <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"> |
9 | | - <link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen"> |
10 | | - </head> |
11 | | - <body> |
12 | | - <section class="page-header"> |
13 | | - <h1 class="project-name">open_iA</h1> |
14 | | - <h2 class="project-tagline">A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.</h2> |
15 | | - </section> |
16 | | - |
17 | | - <section class="main-content"> |
18 | | - <h3>Latest Stable Release: 2024.9</h3> |
19 | | - <div> |
20 | | - <div class="highlights"><strong>Highlights:</strong> |
21 | | - <ul> |
22 | | - <li>General:</li> |
23 | | - <ul> |
24 | | - <li>Info buttons for each view, leading to the documentation for this view</li> |
25 | | - <li>Raw file preview</li> |
26 | | - <ul> |
27 | | - <li>Asynchronous slice loading when parameters match the file size</li> |
28 | | - <li>Including histogram, adjustable transfer function and slice number selection</li> |
29 | | - </ul> |
30 | | - <li>Cut/Clip polygon mesh datasets by slicing planes</li> |
31 | | - <li>List of open windows</li> |
32 | | - <li>Volume renderer: add blend mode setting</li> |
33 | | - <li>Adjust transfer function ranges to data range if necessary</li> |
34 | | - <li>histograms: add upper bound for number of bins from number of voxels</li> |
35 | | - <li>Clear stale data from project file on saving</li> |
36 | | - <li>Improved integration testing - added various test projects for specific tools</li> |
37 | | - <li>Several minor and major fixes and improved error checking, e.g. avoid crash on closing data window/application when dataset is still loading</li> |
38 | | - </ul> |
39 | | - <li>Free slice plane:</li> |
40 | | - <ul> |
41 | | - <li>Optional synchronization to axis-aligned slicers</li> |
42 | | - <li>Resetting plane (+ doing that when dataset bounds change)</li> |
43 | | - <li>Optionally cut/clip 3D renderings of any loaded dataset by plane</li> |
44 | | - <li>Fix current slice plane position storage in project file</li> |
45 | | - </ul> |
46 | | - <li>Command line runner:</li> |
47 | | - <ul> |
48 | | - <li>Change to command word syntax instead of shorthand</li> |
49 | | - <li>Options for providing parameters to input/output fileformat</li> |
50 | | - </ul> |
51 | | - <li>FeatureScout:</li> |
52 | | - <ul> |
53 | | - <li>MObjects:</li> |
54 | | - <ul> |
55 | | - <li>Fix 3D rendering</li> |
56 | | - <li>Fix transfer function display/editing</li> |
57 | | - <li>Fix .stl export</li> |
58 | | - <li>Computation now in background, allow aborting computation</li> |
59 | | - <li>Store MObject state</li> |
60 | | - </ul> |
61 | | - <li>Changeable parallel coordinate plot default settings</li> |
62 | | - <li>Option for storing only object IDs when exporting classes</li> |
63 | | - <li>Only store object IDs for classes in project files (smaller project files)</li> |
64 | | - <li>Fix .csv file loading with AutoID enabled</li> |
65 | | - <li>Fix potential crashes</li> |
66 | | - <li>Fix: multi-class rendering was modifying current class</li> |
67 | | - </ul> |
68 | | - <li>Labelling:</li> |
69 | | - <ul> |
70 | | - <li>Store to and load from project file</li> |
71 | | - <li>Several smaller fixes</li> |
72 | | - </ul> |
73 | | - <li>Double/Triple Histogram TF: Fix crash on start</li> |
74 | | - <li>Remote connections:</li> |
75 | | - <ul> |
76 | | - <li>Show listening port in respective client lists</li> |
77 | | - <li>Unity connection: Correct VR camera visualization</li> |
78 | | - <li>Configurable ports; automatic choice of next port if default port not available</li> |
79 | | - </ul> |
80 | | - </ul> |
81 | | - </div> |
82 | | - <div>The Windows binary release below excludes ASTRA reconstruction built on top of CUDA; if you need to use this module, you can still use <a href="https://github.com/3dct/open_iA/releases/download/2023.04/open_iA-2023.04-with-ASTRA.zip">the pre-built version 2023.04</a>. |
83 | | - <div> |
84 | | - <div class="line-heading">Windows</div> |
85 | | - <a href="https://github.com/3dct/open_iA/releases/download/2024.9/open_iA-2024.9.zip" class="btn">open_iA-2024.9.zip (65.7MB)</a> |
86 | | - </div><details class="checkSumLine"> |
87 | | - <summary>Checksum (SHA512)</summary> |
88 | | - <ul id="checkSumContainer"> |
89 | | - <li>open_iA-2024.9.zip: |
90 | | -<pre>6df48ee0e8d545e24b44cda5eaec19e117dd107280aed2fb876e70d0183bf21fdce0d30a5c4071dc69ae2c6626fa74a9cb5ec2d50f2ba5f9e736ead0aaf52005</pre></li> |
91 | | - </ul> |
92 | | - </details><div> |
93 | | - <div class="line-heading">Linux</div> |
94 | | - <a href="https://github.com/3dct/open_iA/wiki/Flatpak" class="btn">Flatpak</a> |
95 | | - </div><div> |
96 | | - <div class="line-heading">Source Code</div> |
97 | | - <a href="https://github.com/3dct/open_iA/archive/refs/tags/2024.9.zip" class="btn">Source (.zip)</a> |
98 | | - <a href="https://github.com/3dct/open_iA/archive/refs/tags/2024.9.tar.gz" class="btn">Source (.tar.gz)</a> |
99 | | - <a href="https://api.3dct.at/latest/index.html" class="btn">API documentation</a> |
100 | | - </div> |
101 | | - </div> |
102 | | - <h3>More information</h3> |
103 | | - <div> |
104 | | - <div class="line-heading">Documentation</div> |
105 | | - <a href="https://github.com/3dct/open_ia/wiki" class="btn">Wiki</a> |
106 | | - <a href="https://github.com/3dct/open_iA/wiki/User-Guide" class="btn">User Guide</a> |
107 | | - <a href="https://youtube.com/@open_iA" class="btn">Demo Videos</a> |
108 | | - </div></div> |
109 | | - <div class="line-heading">Other</div> |
110 | | - <a href="https://github.com/3dct/open_iA" class="btn">View on GitHub</a> |
111 | | - <a href="https://github.com/3dct/open_iA/releases/download/2020.09/open_iA-TestDatasets-2020.09.zip" class="btn">Test Datasets</a> |
112 | | - <a href="https://github.com/3dct/open_iA/issues" class="btn">Bug Tracker</a> |
113 | | - <div> |
114 | | - <div class="line-heading">Contact:</div> |
115 | | - <a href="mailto:bernhard.froehler@fh-wels.at">Bernhard Fröhler @ FH Wels</a> / |
116 | | - <a href="mailto:Christoph.Heinzl@uni-passau.de">Christoph Heinzl @ Uni Passau</a> |
117 | | - </div> |
118 | | - <footer class="site-footer"> |
119 | | - <span class="site-footer-owner">open_iA is maintained by <a href="https://github.com/3dct">CTVis group (3dct)</a>, part of the <a href="https://forschung.fh-ooe.at/en/about-research/researchgroups/computed-tomography/">Research Group Computed Tomography</a> at the <a href="https://www.fh-ooe.at/en/">University of Applied Sciences Upper Austria, Wels Campus</a>.</span> |
120 | | - <span class="site-footer-credits">This page is using a modified version of the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span> |
121 | | - </footer> |
122 | | - </section> |
123 | | - </script> |
124 | | - </body> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <title>open_iA</title> |
| 6 | + <meta http-equiv="refresh" content="0; https://github.com/3dct/open_iA/wiki"> |
| 7 | + <link rel="canonical" href="https://github.com/3dct/open_iA/wiki"> |
| 8 | + </head> |
| 9 | + <body> |
| 10 | + <h1>open_iA</h1> |
| 11 | + <p>You should be redirected automatically; if not, please <a href="https://github.com/3dct/open_iA/wiki">click here to go to the open_iA documentation</a>.</p> |
| 12 | + </body> |
125 | 13 | </html> |
0 commit comments