Annotating a 3-d Image Array? [message #4095] |
Mon, 24 April 1995 00:00 |
Andrew A. Pilant
Messages: 1 Registered: April 1995
|
Junior Member |
|
|
Hello-
This is probably ultraultra easy, but I am stuck.
Scenario:
I have a time series of SSM/I images in a single array, e.g.,
ssmi=intarr(100,100,20) (20 days of 100x100 images).
I would like to write the date (e.g., "Sep 21") on each image so that
when I animate them (via movie or xinteranimate) I know the date
of the image. I'll concatenate a 20x100 box at the bottom to hold the
text, so the whole array would be 120x100x20. Ultimately, I'll export
the annotated images/array in some form amenable to mpeg play or
similar generic animation software.
In reality, there are hundreds of images, so doing the following in
command line mode won't be feasible:
tv,image
xyouts,x,y,'sep 12',/device
new_i=tvrd()
Many thanks in advance!
Drew Pilant
anpilant@mtu.edu
Laboratory for Atmospheric Remote Sensing
Geological Engineering and Sciences
Michigan Technological University
|
|
|