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


ssclib (ssclib-3.24) [xmmsas_20050815_1803-6.5.0]

Routines which deal with Routines which deal with allBitsEquiv Home Index

Meta Index / Home Page / DSS utilities / Routines which deal with

getBitMasksFromFilter

This subroutine acts as a wrapper around the dsslib routine dssFilterMask(). It retrieves the on and off bit masks from the specified DSS filter, checks that they are the same size, and returns them in a pointer bitMaskPtr of type BitMaskT.

  subroutine getBitMasksFromFilter(filter, bitMaskPtr)
    type(DSfilterT), intent(in) :: filter
    type(BitMaskT),  pointer    :: bitMaskPtr(:)
  end subroutine getBitMasksFromFilter



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