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


ssclib (ssclib-4.36.1) [xmmsas_20230412_1735-21.0.0]

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 -- 2023-04-16