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.
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
|