MGH_DENSITY_MOVIE__DEFINE
Class Name
MGH_Density_Movie
Purpose
This class displays a 3-D numeric array as a sequence of colour
density plots in a window with axes and a colour scale. The class
inherits from MGH_Player.
OBJECT CREATION SEQUENCE
mgh_new, 'MGH_Density_Movie', values
Inputs
values (input, numeric 3D array
Data to be plotted
Keywords
SLICE_DIMENSION
The (one-based) dimension of the array to be animated.
###########################################################################
This software is provided subject to the following conditions:
1. NIWA makes no representations or warranties regarding the
accuracy of the software, the use to which the software may
be put or the results to be obtained from the use of the
software. Accordingly NIWA accepts no liability for any loss
or damage (whether direct of indirect) incurred by any person
through the use of or reliance on the software.
2. NIWA is to be acknowledged as the original author of the
software where the software is used or presented in any form.
###########################################################################
Modification History
Mark Hadfield, 1999-05:
Written as MGHgrDensityMovie.
Mark Hadfield, 2000-08:
Renamed.
Mark Hadfield, 2000-12:
Miscellaneous enhancements. DIMENSION now zero-based.
Mark Hadfield, 2001-06:
Now based on MGH_Player.
Mark Hadfield, 2001-10:
- Upgraded keyword inheritance to IDL 5.5.
- Added GRAPH_CLASS keyword.
Mark Hadfield, 2002-11:
- Upgraded to IDL 5.6.
Mark Hadfield, 2003-07:
- Upgraded to IDL 6.0.
- SLICE_DIMENSION now one-based.