Re: How To Display Hinode Fits files Through IDL object Graphics [message #64886] |
Thu, 29 January 2009 09:58 |
pgrigis
Messages: 436 Registered: September 2007
|
Senior Member |
|
|
I'd like to point out, that you probably are better
off using "index2map" and "plot_map" to display
Hinode SOT filtergrams.
Ciao,
Paolo
shahmeet4@gmail.com wrote:
> On Jan 29, 2:03 pm, Wox <s...@nomail.com> wrote:
>> On Thu, 29 Jan 2009 00:39:58 -0800 (PST), "shahme...@gmail.com"
>>
>> <shahme...@gmail.com> wrote:
>>> I want to display them using IDL object Graphics but it doesn't work
>>> well.
>>
>> You need to set an appropriate view volume:
>> oView->SetProperty, VIEWPLANE_RECT=vRect, ZCLIP=zclip, EYE=eye
>>
>> The "set_view" function will do this for you:
>> set_view,oview,owindow
>>
>> Look for "View Volume" in the manual for more information.
>
> Thank You So Much Wox !!!
> I was trying to sort out this problem since last 2 days and now
> finally your answer solved it out. Thank You Again !!
|
|
|
Re: How To Display Hinode Fits files Through IDL object Graphics [message #64902 is a reply to message #64886] |
Thu, 29 January 2009 01:31  |
shahmeet4@gmail.com
Messages: 2 Registered: January 2009
|
Junior Member |
|
|
On Jan 29, 2:03 pm, Wox <s...@nomail.com> wrote:
> On Thu, 29 Jan 2009 00:39:58 -0800 (PST), "shahme...@gmail.com"
>
> <shahme...@gmail.com> wrote:
>> I want to display them using IDL object Graphics but it doesn't work
>> well.
>
> You need to set an appropriate view volume:
> oView->SetProperty, VIEWPLANE_RECT=vRect, ZCLIP=zclip, EYE=eye
>
> The "set_view" function will do this for you:
> set_view,oview,owindow
>
> Look for "View Volume" in the manual for more information.
Thank You So Much Wox !!!
I was trying to sort out this problem since last 2 days and now
finally your answer solved it out. Thank You Again !!
|
|
|
|