;+
; NAME:
;	SMEI_SEQUENCE::GET_COUNT
;
;
; PURPOSE:
;	Return the number of images in a SMEI sequence.
;
;
; CATEGORY:
;	SMEI_SEQUENCE
;
;
; CALLING SEQUENCE:
;	count=seqref -> get_count()
;
;
; OUTPUTS:
;	count	long	The number of images attached to the sequence.
;
;
; MODIFICATION HISTORY:
;	Original: 9/12/02; SJT
;-

function smei_sequence::get_count

return, self.n_image

end
