Returns the name of the instrument stored in the CALDB structure.
String_Type calGetInstrument( Caldb_Type cal )
This function returns the value of the
instrument field in the CALDB structure.
variable cal = calCreateInfo( "img.fits" );
variable inst = calGetInstrument( cal );
vmessage( "The instrument used to create img.fits is %s", inst );
- caldb
-
calcreateinfo,
calfindfile,
calgetdata,
calgetdate,
calgetdetector,
calgeterror,
calgetfilter,
calgetinstrument,
calgetquery,
calgettelescope,
calgettime,
calprintinfo,
calsetdata,
calsetdate,
calsetdetector,
calsetexpression,
calsetfilter,
calsetinstrument,
calsettelescope,
calsettime
- modules
-
caldb
|