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


ssclib (ssclib-4.30) [xmmsas_20160201_1833-15.0.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 -- 2016-02-01