Sets the time for the next CALDB query.
calSetTime( Caldb_Type cal, String_Type start_time )
This function sets the start time to be used
for the CALDB query. The start time should be in
"HH:MM:SS" format, and can also be set by the
calSetSate() function.
This field matches the time parameter of the
quizcaldb tool - although you can not set it
to "now" - and can be set equal to the contents
of the FITS TIME-OBS keyword, or the time part of the
DATE-OBS keyword.
chips> cal = calCreateInfo
chips> calSetTime( cal, "04:12:45" )
- caldb
-
calcreateinfo,
calfindfile,
calgetdata,
calgetdate,
calgetdetector,
calgeterror,
calgetfilter,
calgetinstrument,
calgetquery,
calgettelescope,
calgettime,
calprintinfo,
calsetdata,
calsetdate,
calsetdetector,
calsetexpression,
calsetfilter,
calsetinstrument,
calsettelescope,
calsettime
- modules
-
caldb
|