Sets the filter to be used in a CALDB query.
calSetFilter( Caldb_Type cal, String_Type name )
This routine sets the name of the filter to
be used when calFindFile() is next called.
A value of "-" means that this field is not
relevant for the query (i.e. that no filter
was used).
This field corresponds to the filter parameter of the
quizcaldb tool. It should be set to "-" for all
queries of the Chandra calibration database.
chips> cal = calCreateInfo
chips> calSetFilter( cal, "-" )
- caldb
-
calcreateinfo,
calfindfile,
calgetdata,
calgetdate,
calgetdetector,
calgeterror,
calgetfilter,
calgetinstrument,
calgetquery,
calgettelescope,
calgettime,
calprintinfo,
calsetdata,
calsetdate,
calsetdetector,
calsetexpression,
calsetfilter,
calsetinstrument,
calsettelescope,
calsettime
- modules
-
caldb
|