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


ssclib (ssclib-4.36.1) [xmmsas_20230412_1735-21.0.0]

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, filterType)
    type(DssT),   intent(in) :: dssPointer
    character(*), intent(in) :: axisName
    real(single), intent(in) :: axisValue
    integer, intent(out) :: firstCompNum
    integer, intent(in), optional :: filterType
  end subroutine getNum1stDssCompWithValue



XMM-Newton SOC -- 2023-04-16