Headers for LASCO IDL Library: SCENARIO

This page was created by IDL lasco_mk_html_help.pro on Wed Aug 17 12:22:01 2005.


List of Routines


Routine Descriptions

OBETIME2TAI

[List of Routines] (See ./obetime2tai.pro)

 NAME:
	OBETIME2TAI

 PURPOSE:
	Convert OBE time in 32 sec counter and fractional 32 second counts
	to TAI time

 CATEGORY:
	Time Utility

 CALLING SEQUENCE:

	OBETIME2TAI, Msw, Midsw, Lsw, Utc_time

 INPUTS:
	Msw:	Most Significant Word of 32 second counter
	Midsw:	Least Significant Word of 32 second counter
	Lsw:	Fractional 32 second counter

 OPTIONAL INPUTS:
	
 KEYWORD PARAMETERS:

 OUTPUTS:
	Utc_time: String containing TAI time e.g. 1999/09/21 21:30:00.000

 OPTIONAL OUTPUTS:

 COMMON BLOCKS:

 SIDE EFFECTS:

 RESTRICTIONS:

 PROCEDURE:

 EXAMPLE:

	OBETIME2TAI,'0273'X,'d2a5'X,'4000'X,utc_time

       utc_time is a string 1999/09/21 21:18:00.000

 MODIFICATION HISTORY:
 	Written by:	Dennis Wang, 21 Sep 1999

	@(#)obetime2tai.pro	1.1 09/22/99 LASCO IDL LIBRARY


READ_BITP_SCE

[List of Routines] (See ./read_bitp_sce.pro)

 NAME:
	READ_BITP_SCE

 PURPOSE:
	Read a bitpacked scenario file (output from schedule tool)
	and print commands in the file

 CATEGORY:
	Debug

 CALLING SEQUENCE:

	READ_BITP_SCE, Scenario_filename 


 INPUTS:
	Scenario_filename: Name of Scenario file

 OPTIONAL INPUTS:
	
 KEYWORD PARAMETERS:
	PRINTIT:  Put output in Scenario_filename.prt
		

 OUTPUTS:

 OPTIONAL OUTPUTS:

 COMMON BLOCKS:

 SIDE EFFECTS:

 RESTRICTIONS:

 PROCEDURE:

 EXAMPLE:

		READ_BITP_SCE,'LAS19990917000.IPT.sce'

 MODIFICATION HISTORY:
 	Written by:	Dennis Wang - 21 Sep 1999

	@(#)read_bitp_sce.pro	1.1 09/22/99 LASCO IDL LIBRARY


This page was created by IDL lasco_mk_html_help.pro on Wed Aug 17 12:22:01 2005.