Xinteranimate [message #18396] |
Tue, 28 December 1999 00:00  |
Christophe Marque
Messages: 11 Registered: January 1999
|
Junior Member |
|
|
Hi,
I've some troubles with xinteranimate.
I want to realize a short movie with a sample of images ( displayed with tvscl),
overlapped by a circle.
I used the following commands:
<< tvscl,img(*,*,i)
<<plot_circle
<<a=tvrd()
<<XINTERANIMATE, FRAME = i, IMAGE = a
Everything is OK except the color table behaviour. One
image is correct (red table for example) but the next ist wrong (it looks like
an overexposed photograph). Then the next one is correct and the next one is
wrong etc....
I have the same behaviour with other color tables (rainbow18 for example)
I think the problem comes from the tvrd() function. Is there a solution?
I'm using IDL 5.2 running on Digital UNIX V4.0B.
Thanks in advance,
Christophe Marque
|
|
|
|
Re: xinteranimate [message #41020 is a reply to message #18396] |
Thu, 16 September 2004 11:58  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Iminis Catun writes:
> THanks for your prompt replay. I really thought about using IDLgrMPEG
> but I don't have it available because this is a free download. I am
> wondering if there is a different way to creat the MPEG file, for
> instance, being able to turn ON the button on the xinteranimate
> window....! but how? unfortunately, the keywords that are used to call
> xinteranimate do not work. Am I missing something?
The ability to create MPEG files is licensed separately,
but is free for the asking. XInteranimate uses the IDLgrMPEG
object to do its thing. :-)
Why don't you ask RSI for a short-term softkey if you
are doing an evaluation of IDL.
Cheers,
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http:/www.dfanning.com/
Phone: 970-221-0438, IDL Book Orders: 1-888-461-0155
|
|
|
Re: xinteranimate [message #41025 is a reply to message #18396] |
Thu, 16 September 2004 10:08  |
imcscastel
Messages: 6 Registered: August 2004
|
Junior Member |
|
|
THanks for your prompt replay. I really thought about using IDLgrMPEG
but I don't have it available because this is a free download. I am
wondering if there is a different way to creat the MPEG file, for
instance, being able to turn ON the button on the xinteranimate
window....! but how? unfortunately, the keywords that are used to call
xinteranimate do not work. Am I missing something?
Best regards,
I.C.
|
|
|
Re: xinteranimate [message #41047 is a reply to message #18396] |
Wed, 15 September 2004 10:47  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Iminis Catun writes:
> I would like to know if someone can give me insight on this:
> I am using Xinteranimate to do an animation, but then I would like to
> be able to see it without using IDL. Meaning that I want to creat a
> MPEG file.
> I tried to use in the first call of xinteranimate this:
>
> XInteranimate,
> Set= 100,100,40], /Showload,/TRACK,/MPEG_OPEN,MPEG_FILENAME=brain,$
> Title='brain'
>
> and I close the mpeg in the last call for xinteranimate:
> XINTERANIMATE, FRAME = k, IMAGE = TVRD(), mpeg_close
>
> IDL is showing me an error that the execution halted at the first call
> of xinteranimate. This error is fixed when I erase the MPEG_
> keywords....
>
> How can I creat a mpeg file if this does not work?
I would have a look at the IDLgrMPEG object.
Cheers,
David
--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http:/www.dfanning.com/
Phone: 970-221-0438, IDL Book Orders: 1-888-461-0155
|
|
|