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


cifremove (cifbuild-4.9) [xmmsas_20190531_1155-18.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/SSC -- 2019-06-02