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

pro smei_sequence::set_last, last

self.last_image = last

end
