EIT Software Listings

 

anal
obsolete
response
util

 

Previous Routine
Next Routine

 

Listing of $SSW/soho/eit/idl/response/eit_bakeouts.pro

 


function eit_bakeouts
;+
;NAME
;   eit_bakeouts
;PURPOSE 
;   returns a list of bakeouts
;INPUTS
;   none
;OUTPUTS
;   a string array containing the start and stop dates for each bakeout
;KEYWORDS
;   none
;WARNINGS
;   needs to be regularly updated.
;   may not be up to date for the latest bakeout
;CREATION
;   18-May-2001. F. Auchere
;MODIFICATIONS
;   Updated : 11-Dec-2001. F. Auchere
;   Updated : 14-Jan-2002. F. Auchere
;   Updated : 19-Jul-2002. F. Auchere
;   Updated : 04-Sep-2002. F. Auchere
;   Updated : 24-Dec-2002. K. Schenk
;   Updated : 04-Feb-2003. S. McIntosh
;   Updated : 04-Feb-2004: F. Auchere
;   Updated : 13-jul-2004: F. Auchere
;   Updated : 08-mar-2005: K. Schenk
;   Updated : 30-mar-2005: K. Schenk
;   Updated : 29-mar-2006: K. Schenk
;   Updated : 12-jun-2006: K. Schenk
;   Updated : 28-Aug-2006: K. Schenk
;   Updated : 26-Oct-2006: K. Schenk
;   Updated : 12-Dec-2006: K. Schenk
;   Updated:  13-Feb-2007: K. Schenk
;
;-

  on = ['23-may-1996 19:21', '23-jun-1996 19:10', '23-jul-1996 15:48', '05-aug-1996 18:50', $
        '09-aug-1996 15:05', '06-sep-1996 19:49', '19-dec-1996 13:14', '03-jan-1997 21:50', $
        '20-feb-1997 21:57', '21-mar-1997 14:26', '18-jul-1997 13:30', '28-nov-1997 23:00', $
        '20-mar-1998 16:35', '10-apr-1998 22:00', '18-jun-1998 21:58', '24-jun-1998 23:10', $
        '21-dec-1998 17:26', '04-feb-1999 17:25', '22-may-1999 15:20', '31-may-1999 13:30', $
        '08-oct-1999 20:23', '29-oct-1999 21:41', '04-feb-2000 21:00', '17-jun-2000 03:49', $
        '08-sep-2000 21:42', '16-feb-2001 22:31', '10-may-2001 22:49', '15-jun-2001 21:00', $
        '31-Aug-2001 16:00', '03-oct-2001 19:01', '11-jan-2002 23:06', '30-mar-2002 03:30', $
        '15-jun-2002 03:36', '30-aug-2002 23:46', '14-nov-2002 19:04', '01-feb-2003 01:44', $
        '19-apr-2003 02:00', '25-jun-2003 00:00', '26-sep-2003 00:00', '26-dec-2003 22:18', $
        '18-mar-2004 03:00', '15-jun-2004 20:00', '10-sep-2004 22:00', '11-dec-2004 18:47', $
        '11-mar-2005 22:21', '06-jun-2005 21:52', '02-sep-2005 21:37', '02-dec-2005 19:41', $
        '28-feb-2006 02:53', '27-may-2006 01:45', '19-aug-2006 00:43', '25-nov-2006 23:05', $
	'13-feb-2007 22:49']      

  off = ['25-may-1996 16:37', '24-jun-1996 18:48', '23-jul-1996 18:26', '06-aug-1996 10:00', $
         '12-aug-1996 13:31', '16-sep-1996 15:43', '19-dec-1996 15:49', '10-jan-1997 10:00', $
         '21-feb-1997 11:00', '24-mar-1997 12:56', '27-jul-1997 20:00', '02-dec-1997 03:00', $
         '23-mar-1998 16:58', '13-apr-1998 22:00', '22-jun-1998 07:51', '13-oct-1998 20:58', $
         '02-feb-1999 20:57', '05-feb-1999 10:45', '24-may-1999 05:00', '01-jun-1999 08:00', $
         '12-oct-1999 08:00', '01-nov-1999 15:00', '06-feb-2000 10:00', '20-jun-2000 08:00', $
         '11-sep-2000 03:19', '18-feb-2001 10:59', '14-may-2001 11:00', '18-jun-2001 13:00', $
         '04-Sep-2001 10:00', '05-oct-2001 19:21', '14-jan-2002 10:00', '02-apr-2002 10:00', $
         '18-jun-2002 13:00', '03-sep-2002 11:00', '18-nov-2002 10:00', '03-feb-2003 10:00', $
         '22-apr-2003 12:00', '03-jul-2003 01:00', '06-oct-2003 00:00', '06-jan-2004 10:00', $
         '04-apr-2004 10:00', '04-jul-2004 10:00', '03-oct-2004 10:00', '28-dec-2004 10:00', $
         '31-mar-2005 10:00', '24-jun-2005 10:00', '23-sep-2005 10:00', '18-dec-2005 10:00', $
         '18-mar-2006 10:00', '15-jun-2006 08:00', '16-sep-2006 13:00', '12-dec-2006 10:00', $
	 '12-mar-2007 12:00']
                        
  return, [[on], [off]]

end


Web curator: Frédéric Auchère
Responsible NASA official: Joseph B. Gurman, Facility Scientist, Solar Data Analysis Center
joseph.b.gurman@gsfc.nasa.gov
+1 301 286-4767
NASA Goddard Space Flight Center
Solar Physics Branch / Code 682

Last revised: - Wed May 9 21:45:09 2007- F. Auchère