Sets the name of the detector in the CALDB structure.
calSetDetector( Caldb_Type cal, String_Type name )
This function sets the value of the
detector field in the CALDB structure.
The case does not matter (it gets converted to upper case
when actually querying the CALDB).
This field corresponds to the detector
parameter of quizcaldb. For Chandra data you
should use "ACIS-I", "ACIS-S", "HRC-I", or "HRC-S",
or the value of the FITS DETNAM keyword (e.g. "ACIS-012346").
chips> cal = calCreateInfo
chips> calSetDetector( cal, "ACIS-S" )
- caldb
-
calcreateinfo,
calfindfile,
calgetdata,
calgetdate,
calgetdetector,
calgeterror,
calgetfilter,
calgetinstrument,
calgetquery,
calgettelescope,
calgettime,
calprintinfo,
calsetdata,
calsetdate,
calsetdetector,
calsetexpression,
calsetfilter,
calsetinstrument,
calsettelescope,
calsettime
- modules
-
caldb
|