;+
; NAME:
;	SMEI_SEQUENCE::GET_SOURCEDIR
;
;
; PURPOSE:
;	Get the name of the dir from which a SMEI sequence  last
;	added images.
;
;
; CATEGORY:
;	SMEI_SEQUENCE
;
;
; CALLING SEQUENCE:
;	seqref -> get_sourcedir()
;
;
; MODIFICATION HISTORY:
;	Original: 29/10/03; SJT
;-

function smei_sequence::get_sourcedir

return, self.sourcedir

end
