;+
; NAME:
;	SMEI_SEQUENCE::SET_SOURCEDIR
;
;
; PURPOSE:
;	Sets the dirname for reading to a SMEI sequence
;
;
; CATEGORY:
;	SMEI_SEQUENCE
;
;
; CALLING SEQUENCE:
;	seqref -> set_sourcedir, sourcedir
;
;
; INPUTS:
;	sourcedir	string	The dirname to use.
;
;
; MODIFICATION HISTORY:
;	Original: 29/10/03; SJT
;-

pro smei_sequence::set_sourcedir, sourcedir

self.sourcedir = sourcedir

end
