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


ssclib (ssclib-4.36.1) [xmmsas_20230412_1735-21.0.0]


printODFProposal

Dumps the proposal information derived from the ODF.

  interface printODFProposal
    subroutine printODFProposal(proposalInfo, printHeader)
      type(ProposalInfoType), intent(in) :: proposalInfo
      logical, intent(in), optional      :: printHeader
    end subroutine printODFProposal
  end interface

The optional parameter printHeader specifies whether the header is also printed to STDOUT (T) or not (F). The default is True.

Note that proposalInfo is obtained via

  call OAL_proposalInfo(proposalInfo)



XMM-Newton SOC -- 2023-04-16