Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
vistools [2023/04/06 09:37] – James Kress | vistools [2024/04/24 10:34] (current) – James Kress | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== Visualization |
The KVL supports the following software at KAUST through user training, software installations on KAUST computing resources, and direct user support. For user support, please send an email to our ticketing system: [[help@vis.kaust.edu.sa]] | The KVL supports the following software at KAUST through user training, software installations on KAUST computing resources, and direct user support. For user support, please send an email to our ticketing system: [[help@vis.kaust.edu.sa]] | ||
+ | |||
+ | <WRAP left nicebox blue 100%> | ||
===== Avizo ===== | ===== Avizo ===== | ||
Avizo is a software application which enables users to perform interactive visualization and computation on 3D data sets. The Avizo interface is modelled on visual programming. Users manipulate data and module components, organized in an interactive graph representation (called Pool), or in a Tree view. Data and modules can be interactively connected together, and controlled with several parameters, creating a visual processing network whose output is displayed in a 3D viewer. With this interface, complex data can be interactively explored and analyzed by applying a controlled sequence of computation and display processes resulting in a meaningful visual representation and associated derived data. | Avizo is a software application which enables users to perform interactive visualization and computation on 3D data sets. The Avizo interface is modelled on visual programming. Users manipulate data and module components, organized in an interactive graph representation (called Pool), or in a Tree view. Data and modules can be interactively connected together, and controlled with several parameters, creating a visual processing network whose output is displayed in a 3D viewer. With this interface, complex data can be interactively explored and analyzed by applying a controlled sequence of computation and display processes resulting in a meaningful visual representation and associated derived data. | ||
- | <WRAP center round info 100%> < | + | <WRAP center round info 100%> < |
+ | The Avizo user guide is the best place to start when trying something new with Avizo or when searching for functionality. To access, go to Help -> User's Guide in the main menu bar. | ||
</ | </ | ||
- | <WRAP center round box 100%> {{: | + | <WRAP center round box 100%> {{: |
- | * KVL often runs training on Avizo, check out our current and past workshops for more: <wrap button> | + | * KVL often runs training on Avizo, check out our current and past workshops for more: <wrap button> |
* Here is a link to our recording of our <wrap button> | * Here is a link to our recording of our <wrap button> | ||
</ | </ | ||
<WRAP center round important 100%> | <WRAP center round important 100%> | ||
- | * To use Avizo interactively on the IT Remote Workstations | + | * To use Avizo interactively on the IT Remote Workstations |
- | * To install Avizo locally | + | * To install Avizo locally, go [[https:// |
+ | </ | ||
</ | </ | ||
+ | <WRAP left nicebox green 100%> | ||
===== ParaView ===== | ===== ParaView ===== | ||
ParaView is an open-source, | ParaView is an open-source, | ||
- | <WRAP center round info 100%> < | + | <WRAP center round info 100%> < |
The ParaView user manual is the best place to start when trying something new with ParaView or when searching for functionality: | The ParaView user manual is the best place to start when trying something new with ParaView or when searching for functionality: | ||
</ | </ | ||
- | <WRAP center round box 100%> {{: | + | <WRAP center round box 100%> {{: |
- | * KVL often runs training on ParaView, check out our current and past workshops for more: <wrap button> | + | * KVL often runs training on ParaView, check out our current and past workshops for more: <wrap button> |
* Here is a link to our recording of our <wrap button> | * Here is a link to our recording of our <wrap button> | ||
* Here is a link to our recording of our <wrap button> | * Here is a link to our recording of our <wrap button> | ||
Line 35: | Line 41: | ||
<WRAP center round important 100%> | <WRAP center round important 100%> | ||
- | * For information on using ParaView on KUAST supercomputing resources or batch scripting, look at our extensive examples and instructions [[https:// | + | * For information on using ParaView on KAUST supercomputing resources or batch scripting, look at our extensive examples and instructions [[https:// |
- | * To use VisIt interactively on Ibex go [[https:// | + | * To use ParaView |
- | * Shaheen | + | * Shaheen |
</ | </ | ||
+ | <WRAP center round help 100%> < | ||
+ | * **//NetCDF files and ParaView// | ||
+ | * **To read a series of '' | ||
+ | * Combine '' | ||
+ | * '' | ||
+ | * **Issues reading NetCDF files, may be due to time variables not being set as expected by ParaView:** | ||
+ | * ParaView imports *.nc files, but expects that Time is both a coordinate and a variable. | ||
+ | * Note: Time units are in the format (where < | ||
+ | * Add Time / time variable (missing from wrfout_*.nc files): | ||
+ | * <code python> | ||
+ | # | ||
+ | import netCDF4 as nc | ||
+ | import numpy as np | ||
+ | import datetime as dt | ||
+ | ncf = nc.Dataset(' | ||
+ | t = ncf.createVariable(' | ||
+ | t.units = "hours since 2009-11-24 00: | ||
+ | t[:] = np.arange(t.size) | ||
+ | ncf.close() </ | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | |||
+ | <WRAP left nicebox marine 100%> | ||
===== VisIt ===== | ===== VisIt ===== | ||
VisIt is a free, open source, platform independent, | VisIt is a free, open source, platform independent, | ||
- | <WRAP center round info 100%> < | + | <WRAP center round info 100%> < |
The VisIt user manual is the best place to start when trying something new with VisIt or when searching for functionality: | The VisIt user manual is the best place to start when trying something new with VisIt or when searching for functionality: | ||
</ | </ | ||
<WRAP center round box 100%> {{: | <WRAP center round box 100%> {{: | ||
- | * KVL often runs training on VisIt, check out our current and past workshops for more: <wrap button> | + | * KVL often runs training on VisIt, check out our current and past workshops for more: <wrap button> |
* Here is a link to our recording of our <wrap button> | * Here is a link to our recording of our <wrap button> | ||
</ | </ | ||
<WRAP center round important 100%> | <WRAP center round important 100%> | ||
- | * For information on using VisIt on KUAST supercomputing resources or batch scripting, look at our extensive examples and instructions [[https:// | + | * For information on using VisIt on KUAST supercomputing resources or batch scripting, look at our extensive examples and instructions [[https:// |
- | * To use VisIt interactively on Ibex go [[https:// | + | * To use VisIt interactively on Ibex go [[https:// |
- | * Shaheen | + | * Shaheen |
+ | </ | ||
</ | </ | ||
+ | <WRAP left nicebox purple 100%> | ||
===== Ilastik ===== | ===== Ilastik ===== | ||
- | <WRAP center round info 100%> < | + | Ilastik is a free and open-source tool for image segmentation. It allows users to easily leverage machine learning for segmentation. KVL supports running ilastik on the Ibex cluster in order to process large datasets ([[https:// |
+ | |||
+ | <WRAP center round info 100%> < | ||
The Ilastik user manual is the best place to start when trying something new with Ilastik or when searching for functionality: | The Ilastik user manual is the best place to start when trying something new with Ilastik or when searching for functionality: | ||
</ | </ | ||
<WRAP center round box 100%> {{: | <WRAP center round box 100%> {{: | ||
- | * KVL often runs training on Ilastik, check out our current and past workshops for more: <wrap button> | + | * KVL often runs training on Ilastik, check out our current and past workshops for more: <wrap button> |
* Here is a link to our recording of our <wrap button> | * Here is a link to our recording of our <wrap button> | ||
</ | </ | ||
Line 75: | Line 111: | ||
* To use Ilastik interactively on the IT Remote Workstations go [[https:// | * To use Ilastik interactively on the IT Remote Workstations go [[https:// | ||
* To install Ilastik locally go [[https:// | * To install Ilastik locally go [[https:// | ||
+ | </ | ||
</ | </ | ||
---- | ---- | ||
{{tag> | {{tag> |