[Matplotlib-users] viewing an image cube / sequence with imshow

2007-06-26 Thread Jason Addison
I would like to view a 3D array (or a python list of 2D arrays) as a
sequence of images using something like imshow. For example, something
like this:

imshow(rand(6,12,12), imagecube=true)

then the display would show a 12x12 image, [0, :, :]. Then I could
scroll through the other frames to display any of the 6 frames in the
same window.

Syntax like this would also be nice:

imshow([a,b,c])

where [a,b,c] is a python list of 2D arrays.

Does matplotlib support anything like this?

Are there other packages that do this?

I looked at using numdisplay with ds9, but that only seemed to handle
2D images even though ds9 can handle image cubes on its own.

Thanks ...

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] viewing an image cube / sequence with imshow

2007-06-27 Thread Jason Addison
Thanks John and Angus. I can't wait to try out your recommendations.
I'm upgrading my system at the moment, so I'm not able to try them out
just now. It is promising that matplotlib seems to be able to handle
this pretty easily.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users