;+
; NAME:
;	SMEI_SEQUENCE::GET_PLANE
;
;
; PURPOSE:
;	Get the image plane to display in a SMEI sequence
;
;
; CATEGORY:
;	SMEI_SEQUENCE
;
;
; CALLING SEQUENCE:
;	plane = seqref -> get_plane()
;
;
; OUTPUTS:
;	plane		The image plane to display
;
;
; MODIFICATION HISTORY:
;	Original (after get_delay): 16/5/03; SJT
;-

function smei_sequence::get_plane

return, self.options.plane

end
