Returns the observation start time stored in the CALDB structure.
String_Type calGetTime( Caldb_Type cal )
This function returns the start time of the observation
stored in the CALDB structure. Use calGetDate() to get the
starting date.
The caldb module is not available by default; to use it in a
S-Lang program, it must be loaded using the
S-Lang require() function:
variable cal = calCreateInfo( "img.fits" );
variable t = calGetTime( cal );
vmessage( "The observation started at %s", t );
- caldb
-
calcreateinfo,
calfindfile,
calgetdata,
calgetdate,
calgetdetector,
calgeterror,
calgetfilter,
calgetinstrument,
calgetquery,
calgettelescope,
calgettime,
calprintinfo,
calsetdata,
calsetdate,
calsetdetector,
calsetexpression,
calsetfilter,
calsetinstrument,
calsettelescope,
calsettime
- modules
-
caldb
|