;+
; NAME:
;         test_CoSEC
; PURPOSE:
;         Quick test of interface into CoSEC for simple plots
;
; CALLING SEQUENCE:
;         .run test_cosec 
;
; HISTORY:
;         15-Dec-2004  RDB  written
;
;-
 
t0='15-jul-2002 00:00'
t1='15-jul-2002 23:59'
res = ssw_cosec_service('plot_goes_xrays',t0,t1,/display)

help,res
print,res

end
