XMM-Newton SAS Home Page
XMM-Newton Science Analysis System


cifremove (cifbuild-4.10.1) [xmmsas_20230412_1735-21.0.0]


Algorithm

 
  cif=parameter(calindexset)
  if(parameterCount(types) != parameterCount(scopes)){
    error(ParameterCountMismatch)
  }
  foreach(type-scope pair){
    if(! cif.has(type, scope)){
      warning(NoMatchingCcfConstituent)
    } else {
      cif.remove_entry(type, scope)  
    }
  }



XMM-Newton SOC -- 2023-04-16