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

Home » Public Forums » archive » Re: Add and manipulate a visualization to standard Itool
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: Add and manipulate a visualization to standard Itool [message #75843] Wed, 27 April 2011 08:40 Go to next message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
kidpixo writes:

> PS: Than I learned a lot about iTools, for values of "learning" approaching to "struggling".

Well, we are ready to welcome you back into the CGS fold
when you are ready. Very little struggling going on there,
although I am working on fixing a small bug this morning. :-)

Cheers,

David


--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
Re: Add and manipulate a visualization to standard Itool [message #75844 is a reply to message #75843] Wed, 27 April 2011 08:34 Go to previous messageGo to next message
kidpix is currently offline  kidpix
Messages: 23
Registered: July 2007
Junior Member
David writes:

> Well, if by "impossible" you mean "incapable of being
> accomplished by mortals", then I would say programming iTools
> is "impossible." There is always a chance someone
> at ITTVIS can find a way. :-)


Well, if there is a chance that ITTVIS hired some Immortal, I'm on his way..

Thanks!

Cheers,
Mario.

PS: Than I learned a lot about iTools, for values of "learning" approaching to "struggling".


--
Dr. Mario D'Amore

Deutsches Zentrum für Luft- und Raumfahrt
Institut für Planetenforschung
Experimentelle Planetenphysik
Rutherfordstraße 2
12489 Berlin

Email : Mario.Damore.dlr.de
Internet : http://www.dlr.de/pf

Deutscher Akademischer Austauschdienst (DAAD)
Email : Mario....@daad-alumni.de
Re: Add and manipulate a visualization to standard Itool [message #75845 is a reply to message #75844] Wed, 27 April 2011 08:28 Go to previous messageGo to next message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
kidpixo writes:

> It is intriguing to think if at least somebody at ITT could succeed...
> It's a sort of well keep secret or it's just impossible?

Well, if by "impossible" you mean "incapable of being
accomplished by mortals", then I would say programming iTools
is "impossible." There is always a chance someone
at ITTVIS can find a way. :-)

Cheers,

David

P.S. Of course, if you have ever tried to find something
on the ITTVIS web page, you know that secrecy is a
major tenet of the company, encapsulated in their motto:
"Only he who struggles learns."

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
Re: Add and manipulate a visualization to standard Itool [message #75846 is a reply to message #75845] Wed, 27 April 2011 08:18 Go to previous messageGo to next message
kidpix is currently offline  kidpix
Messages: 23
Registered: July 2007
Junior Member
Thanks David!

It is intriguing to think if at least somebody at ITT could succeed...
It's a sort of well keep secret or it's just impossible?

Regards,
Mario.


--
Dr. Mario D'Amore

Deutsches Zentrum für Luft- und Raumfahrt
Institut für Planetenforschung
Experimentelle Planetenphysik
Rutherfordstraße 2
12489 Berlin

Email : Mario.Damore.dlr.de
Internet : http://www.dlr.de/pf

Deutscher Akademischer Austauschdienst (DAAD)
Email : Mario.Damore@daad-alumni.de
Re: Add and manipulate a visualization to standard Itool [message #75847 is a reply to message #75846] Wed, 27 April 2011 07:53 Go to previous messageGo to next message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
kidpixo writes:

> I think no one has time to spare ...

I think it is more likely that no one knows how to do it.
iTools are infernally complicated. To work with them
programmatically is often an exercise in extreme frustration.

If you asked about doing this in the CGS system, you might
get help more quickly. :-)

Cheers,

David


--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
Re: Add and manipulate a visualization to standard Itool [message #75849 is a reply to message #75847] Wed, 27 April 2011 07:44 Go to previous messageGo to next message
kidpix is currently offline  kidpix
Messages: 23
Registered: July 2007
Junior Member
I think no one has time to spare ...
Re: Add and manipulate a visualization to standard Itool [message #76126 is a reply to message #75843] Tue, 17 May 2011 06:22 Go to previous message
kidpix is currently offline  kidpix
Messages: 23
Registered: July 2007
Junior Member
I'm still sinking in the Object Graphic Lands, but it seems a little better now...

About my primitive question, I achieved good results modifying the IDLitVisPolyline creation routine, located in lib/itools/components/idlitvispolyline__define.pro

The IDLitVisPolyline::Init subclasses the IDLitVisualization superclass, but "forgets" to set the MANIPULATOR_TARGET keyword.
Setting MANIPULATOR_TARGET in the IDLitVisPolyline class instantiation in OBJ_NEW , it is passed through the _EXTRA keyword mechanism and it seems to work properly. So, in the original code I changed:

visoROI = OBJ_NEW('IDLitVisPolyline',/REGISTER_PROPERTIES,/MANIPULATOR _TARGET)

Now I'm experimenting a little with IDLitVisRoi, IDLgrROI etc...

In the iTool Progamming Manual - IDL Version 7.1 pag 199 they said:

"IDLitVisRoi
Defines and displays a polygonal region of interest.
Visualization type: IDLROI
Data Types Accepted
• Vertex data: IDLARRAY2D"

any guess how define a IDLARRAY2D data?


Thanks folks!

--
Dr. Mario D'Amore

Deutsches Zentrum für Luft- und Raumfahrt
Institut für Planetenforschung
Experimentelle Planetenphysik
Rutherfordstraße 2
12489 Berlin
Email    : Mario.Damore.dlr.de
Internet : http://www.dlr.de/pf
Deutscher Akademischer Austauschdienst (DAAD)
Email    : Mari...@daad-alumni.de
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: multiple legend
Next Topic: Re: Extracting coordinates from EVF files

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

Current Time: Wed Oct 08 13:46:02 PDT 2025

Total time taken to generate the page: 0.00757 seconds