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


ssclib (ssclib-4.30) [xmmsas_20160201_1833-15.0.0]

Helper subroutines for handling Helper subroutines for handling List Parsing Home Index

Meta Index / Home Page / Helper subroutines for handling


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/SSC -- 2016-02-01