;+
; NAME:
;     INITGET_SURVEY
; PURPOSE:
;     Routine to launch the OVSA data analysis program,
;     get_survey
; CATEGORY:
;     OVSA SCHEDULE
; CALLING SEQUENCE:
;     initGET_survey
; INPUTS:
; OPTIONAL (KEYWORD) INPUT PARAMETERS:
; ROUTINES CALLED:
;     defparms, get_survey
; OUTPUTS:
; COMMENTS:
; SIDE EFFECTS:
; RESTRICTIONS:
; MODIFICATION HISTORY:
;     Written 18-aug-2000 P. T. Gallagher
;     19-Aug-2000  DG
;       Added /do_exit switch instead of EXIT command, to fix
;       problem of STARTUP file exiting before running.
;     10-Jul-2003  DG
;       Made GET_SURVEY to use !defaults structure, so added DEFPARMS
;-

   defparms
   get_survey,/do_exit

