mpeg movie problem solved [message #26305] |
Fri, 17 August 2001 06:21 |
Michael L. Kaiser
Messages: 5 Registered: February 2001
|
Junior Member |
|
|
I have solved the problem of 'flipped' mpeg movies that I posted yesterday.
At the suggestion of one of my colleagues, I tried the /order keyword with
xinteranimate -- but nothing happened. I then found a little comment tucked
away in the xinteranimate.pro routine itself (i.e. NOT in the manuals) that
says /order only works with image data. After thinking about it, I found
that I needed to do a image=tvrd() of the image and pass the result to
xinteranimate via image=image. The other way to pass an image to
xinteranimate, windows=!d.windows is very fast, but the resulting image does
not apparently 'pass through' xinteranimate, thus it has no way to execute
/order (via reverse.pro).
IDLers -- this comment (about /order only working with image data) should be
in the manual/help pages!
--
Michael L. Kaiser
NASA/GSFC/Code 695
Greenbelt, MD 20771
301-286-5461 (1683 FAX)
kaiser@panacea.gsfc.nasa.gov
|
|
|