Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/sas/7.1.0/doc/ssclib/node81.html
Дата изменения: Mon Jul 9 01:26:55 2007
Дата индексирования: Sat Dec 22 08:44:53 2007
Кодировка:
getNum1stDssCompWithValue XMM-Newton SAS Home Page
XMM-Newton Science Analysis System


ssclib (ssclib-3.29.3) [xmmsas_20070708_1801-7.1.0]

Routines which return information Routines which return information numDssCompsOfAxis Home Index

Meta Index / Home Page / DSS utilities / Routines which return information

getNum1stDssCompWithValue

Returns the number of the first component which has a filter of the specified column or 'axis' name which passes the specified value. This searches only filters on single columns.

Note that the component number is meaningful for several dsslib calls, eg dssComponent(). Component numbers start from zero.

  subroutine getNum1stDssCompWithValue(dssPointer, axisName, axisValue&
  , firstCompNum)
    type(DssT),   intent(in) :: dssPointer
    character(*), intent(in) :: axisName
    real(single), intent(in) :: axisValue
    integer, intent(out) :: firstCompNum
  end subroutine getNum1stDssCompWithValue



XMM-Newton SOC/SSC -- 2007-07-08