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


emsaplib (emsaplib-2.33) [xmmsas_20230412_1735-21.0.0]

wasDone

Aim: Test using keywords whether an action governed by a boolean parameter was already performed.

The routine declaration is:

  function wasDone(in_tab,paramname) result(done)

! in_tab:    handle to the table where to look for the keyword
! paramname: name of the boolean parameter

    type(BlockT), intent(in) :: in_tab
    character(len=*), intent(in) :: paramname
    logical :: done



XMM-Newton SOC -- 2023-04-16