Returns the name of the filter stored in the CALDB structure.
String_Type calGetFilter( Caldb_Type cal )
This function returns the value of the
filter field in the CALDB structure.
variable cal = calCreateInfo( "img.fits" );
variable filt = calGetFilter( cal );
if ( 0 == strcmp( "-", filt ) )
message( "No filter was used." );
- caldb
-
calcreateinfo,
calfindfile,
calgetdata,
calgetdate,
calgetdetector,
calgeterror,
calgetfilter,
calgetinstrument,
calgetquery,
calgettelescope,
calgettime,
calprintinfo,
calsetdata,
calsetdate,
calsetdetector,
calsetexpression,
calsetfilter,
calsetinstrument,
calsettelescope,
calsettime
- modules
-
caldb
|