comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » scientific image
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: scientific image [message #92552 is a reply to message #92488] Mon, 11 January 2016 12:24 Go to previous messageGo to previous message
Ali Gamal is currently offline  Ali Gamal
Messages: 98
Registered: June 2013
Member
On Wednesday, December 30, 2015 at 2:25:25 PM UTC+2, Ali Gamal wrote:
> Hi, I have scientific image as idl save file, I want to plot line on it then I want to plot the intensity of this line at every pixel, how can I do it?
Now I want to draw normalized intensity
...........................
restore,file='image.sav'
map=stokesout[*,*,12,0]
cgIMAGE,congrid(map,500,1000),0,1
;make normalized intensity
x=mean(map)
nmap=map/x

...............
Now when I use
tvscl,congrid(nmap,500,1000),0,1
the picture appears but when I use
cgIMAGE,congrid(nmap,500,1000),0,1
appears dark screen why? How can I do it correctly?
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: help using IMAGE.pro and COLORBAR in IDL
Next Topic: regarding IDL implementation of Gabor Filter based Image Feature Extraction and Image Classification

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 13:58:43 PDT 2025

Total time taken to generate the page: 0.00407 seconds