LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Profile from an Intensity Graph?

Is there a VI to extract a "line profile" from an "Intensity Graph"?
Hopefuly, the profile could be specified using the mouse.
Thanks for any clue...

--
Alfred A. Manuel, Dep. of Physics, Univ. of Geneva, 24 quai E.Ansermet
CH-1211 Geneva 4, Switzerland. Phone: +41-22-702.6293 or 6397 or 6224,
+41-22-771.1062 (home). Fax: +41-22-321.5606 or +41-22-702.6869
http://sc2a.unige.ch/~manuel/main.htm Alfred.Manuel@physics.unige.ch
Message 1 of 5
(3,918 Views)
What do you mean by a "line profile"--a single set of data (1 dimensional array of points) taken along a line that is parallel to the x or y axis?
0 Kudos
Message 2 of 5
(3,845 Views)

Hi m3nth,

I was wondering if you knew how to do what you've said....i.e. create a line plot from an intensity graph that is displayed on the front panel. Here is a link to an example of the intensity graph that I would like to be able to do the line plot with.

thanks

SS

0 Kudos
Message 3 of 5
(3,772 Views)
An intensity graph is just a 2D array. Simply slice out a column or row as desired.
 
The attached example (LabVIEW 7.0)  lets you graph the slice under the cursor on a waveform graph. It should get you some ideas. 🙂
 
 

Message Edited by altenbach on 01-09-2006 02:33 PM

Message 4 of 5
(3,769 Views)
hey altenbach,
 
very cooool....i never new what the property nodes were for!!! Sweet....this program is wild....
 
thanks again
 
best
SS 
0 Kudos
Message 5 of 5
(3,754 Views)