;+ ;NAME: ; thm_ui_sclist ;PURPOSE: ; creates an array for the different themis spacecraft, to be used in ; a list widget ;CALLING SEQUENCE: ; sclist = thm_ui_sclist() ;INPUT: ; none ;OUTPUT: ; sclist = ['THA', 'THB', 'THC', 'THD', 'THE'] ; ;$LastChangedBy: kenb-mac $ ;$LastChangedDate: 2007-01-26 15:52:34 -0800 (Fri, 26 Jan 2007) $ ;$LastChangedRevision: 241 $ ;$URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/thmsoc/trunk/idl/themis/common/thm_ui_sclist.pro $ ; ;- Function thm_ui_sclist Return, ['THA', 'THB', 'THC', 'THD', 'THE'] End