;+
; PROJECT
;           SOLARB EIS
;
; NAME
;           EIS_GET_TARGET_LIST
;
; PURPOSE
;           Return list of targets
;
; INPUTS
;           None
;
; OUTPUT
;           list of targets - "Quiet Sun", "Active Region", "Flare"
;
; CATEGORY
;           EIS technical planning
;
; WRITTEN
;           John Rainne 20-May-2008
;
; VERSION
;           V0.0 JAR Feb-2006
;
;
;-
;______________________________________________________________________________
FUNCTION eis_get_target_list

RETURN , ['Quiet Sun','Active Region','Flare']

END
