;+
; NAME:
;	SMEI_SEQUENCE::SET_FIRST
;
;
; PURPOSE:
;	Set the first image of a SMEI sequence
;
;
; CATEGORY:
;	SMEI_SEQUENCE
;
;
; CALLING SEQUENCE:
;	imref = seqref->set_first, imref
;
;
; INPUTS:
;	imref	objref	A reference to the first image in the sequence.
;
; MODIFICATION HISTORY:
;	Original: 9/12/02; SJT
;-

pro smei_sequence::set_first, first

self.first_image = first

end
