QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

edit] Can I use volume rendering to see my data ?

ParaView:FAQ - KitwarePublic
ParaView 2.4 and older support volume rendering of unstructured grid data sets. ParaView 2.6 will support parallel volume rendering of image data.

Which volume rendering engine should I use?

VAPOR - Visualization and Analysis Platform for Ocean, atmos...
Vapor resently supports three different volume rendering engines: 3DTexture, 3DTexture-Shader, and Volumizer. The rendering engine is selectable by the Renderer Type menu item on the DVR panel. Not all rendering engines are available on all systems. In particularly, Volumizer relies on license software from SGI and is only available if you build and install VAPOR from source, explicitly enabling SGI Volumizer during the build.

What is volume rendering?

RuBaMAS Rules Based Motion Analysis System
Volume rendering is a technique where all the data points within a scan area are loaded into the computer workspace and those points are given a variable transparency and colour. This provides a type of hologram of the image required but it cannot be saved as a three dimensional model. All the data points are kept within the workspace and those tissues that do not wish to be imaged are made transparent but are retained.

Why is my volume rendering performance poor?

VAPOR - Visualization and Analysis Platform for Ocean, atmos...
Volume rendering in VAPOR is performed using 3D texture mapping. If your graphics system does not support hardware-accelerated 3D texture mapping, or your OpenGL driver does not expose this capability, rendering will be performed in software. Make sure you have a 3D texture mapping capable card (check the features listed by the vendor), and make sure your OpenGL driver is configured properly. Any mid-range or better card produced from 2005 or later should suffice. Also, see the next FAQ.

Q65. How can I use scripts to change datasets in the volume rendering plugin?

When a script (.rset file) is saved, the underlay/overlay dataset names and ID codes are stored. The Alter Dsets? toggle on the Scripts menu tells the plugin to use the ID codes to change the datasets loaded into the renderer. Render one dataset the way you want. Then save the script for that one image with Save This, say into file fred.rset. Edit fred.rset.

How do I choose filter parameters for volume rendering?

Amedic FAQ
You can define filter parameters after opening a file in 3D Scene Shading window. This is an interactive process. You can either right-click the window and choose Set Filter Parameters or select the corresponding item in the Method menu. In the dialog box you fill in the filter boundaries in the color-fields. Open the .i3 file in the 3D Slice Sequence window. With cursor placed on the 2D image, click the right-mouse button and drag the cursor.

What is the Rendering Process?

Java 2D FAQ
A Rendering is the process of taking a collection of shapes, text, and images and figuring out what colors the pixels should be on a screen or printer. In the Java 2D API, the Graphics2D class is the rendering engine: the Graphics2D object contains state attributes, such as color, and applies these attributes to the primitives when rendering them to various output devices. paint, which represents the color or pattern rendered to the destination for the text and shape draw and fill methods.

Do you ever use data downsampling or sub-volume resampling?

Fovia.com
No. Although most of our competitors use these techniques, High Definition Volume Rendering® would not be possible if we did.

Can I use intraday charts to view historical data and volume indicators?

E-Mini Day-Trading System emini futures trading
Yes, our charts allow you to test our indicators going back to October 1997 (for the S&P 500 e-mini), July 1999 (for the NASDAQ 100 e-mini), October 2001 (for the Russell 2000 e-mini) and May 2002. The timeframes for which you can analyze historical data range from a 10-year view all the way down to a 2-hour view (where one bar = 1 minute).

edit] How do I show the surface of my volume ?

ParaView:FAQ - KitwarePublic
ParaView defaults to showing the outlines of 3D volume data sets. Selecting "Surface" in the data page will display the surface of the volume instead.

edit] Q: How can I write data on NTFS partitions?

Using FAQ - Knoppix Documentation Wiki
Knoppix 5 supports write access for NTFS partitions using libntfs and fuse. While preliminary results show generally good stability and a low likelihood of data corruption on the NTFS partition, these libraries are still beta and there is risk of data loss and disk corruption (back up your data first). Knoppix (and the Linux kernel) can read NTFS partitions just fine, the danger is only present when attempting to write to it.

edit] I cannot see my data, what do I do?

ParaView:FAQ - KitwarePublic
You can press the reset-view button at the top left corner of the application. This will change the view to best display all of the visible data. You can also press the "Set View to Data" button on the individual data objects "Display" pages. This will change the view to show the data in that individual data object.

Can I edit data?

FAQ
Yes, the "Basic" and "Advanced" version support full data entry although some features may not be available depending on the original source of the data. For example, the TMG Research Log and Roles and Witnesses are viewable on the device but cannot be changed.

What rendering engine does iRider use?

iRider Frequently Asked Questions - Wymea Bay
iRider is a stand-alone program that uses Microsoft Windows components to implement basic web page display and functionality. This gives it the highest possible compatibility with the websites you use, and iRider leverages this wide compatibility and all the tools and support material available for Windows. This includes content plug-ins like Flash, Quicktime, Windows Media, Real Media, Java applets, etc.

edit] How to build VTK for offscreen rendering?

VTK FAQ - KitwarePublic
Struggled a few hours to get VTK to do offscreen rendering. I use it to batch process medical images. Without actually producing output on the screen, I still print resulting images in a report to easily review the results of an experiment. Modify Mesa-4.0.4/Make-config in the 'linux:' target the following vars: GL_LIB = libVTKMesaGL.so GLU_LIB = libVTKMesaGLU.so GLUT_LIB = libVTKMesaglut.so GLW_LIB = libVTKMesaGLw.so OSMESA_LIB = libOSVTKMesa.so In Mesa 6.2.

What if my database is too big to fit in one data volume?

Frequently Asked Questions (FAQ), Mountain States Document I...
A high-end imaging system will allow data and images to be stored across multiple volumes, with each volume residing in a different directory or on a different drive, disk array, CD or MO disk.

Where can I find a volume or data slider replacement?

Ensoniq - F.A.Q.
The slider is a linear 5k 30mm slide potentiometer. You can purchase them from http://www.mouser.com for about US$1.62ea. plus shipping The Mouser stock number is 312-319B-5K. This author may soon stock them and will have them available for worldwide shipping.

edit] How can I use Bio::SeqIO to parse sequence data to or from a string?

FAQ - BioPerl
Use this code to parse sequence records from a string: use IO::String; use Bio::SeqIO; my $stringfh = new IO::String($string); my $seqio = new Bio::SeqIO(-fh => $stringfh, -format => 'fasta'); while( my $seq = $seqio->next_seq ) { # process each seq } And here is how to write to a string: use IO::String; use Bio::SeqIO; my $s; my $io = IO::String->new(\$s); my $seqOut = new Bio::SeqIO(-format =>'swiss', -fh =>$io); $seqOut->w.

edit] Is there an alsa plugin I can use to compress or normalize my audio output volume?

FAQ - ALSA wiki
a matter of fact you can! You can use LADSPA to "compress" the audio (some people call it normalize), kind of like how the radio stations do it. This pretty much raises all sound to the same level. Handy for, when example, you can't play music too loud and don't want to miss the softer sounds. It's different from applications like mp3gain because this method dynamically alters the output sound rather than limiting music / audio by its analyzed content.
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact