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


ssclib (ssclib-3.24) [xmmsas_20050815_1803-6.5.0]

minNonNullValue An additional layer over Poissonian statistics and source Home Index

Meta Index / Home Page / An additional layer over

maxNonNullValue

  interface maxNonNullValue
    subroutine maxNonNullValueSingle(tab, colName, maxValue, allRowsNull)
      type(TableT),  intent(in)  :: tab
      character(*),  intent(in)  :: colName
      real(single),  intent(out) :: maxValue
      logical(bool), intent(out) :: allRowsNull
    end subroutine maxNonNullValueSingle

    subroutine maxNonNullValueDouble(tab, colName, maxValue, allRowsNull)
      type(TableT),  intent(in)  :: tab
      character(*),  intent(in)  :: colName
      real(double),  intent(out) :: maxValue
      logical(bool), intent(out) :: allRowsNull
    end subroutine maxNonNullValueDouble
  end interface



XMM-Newton SOC/SSC -- 2005-08-15