Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/sas/5.4.1/doc/ppssumm.ps.gz
Дата изменения: Fri Jan 10 22:41:13 2003
Дата индексирования: Tue Oct 2 03:13:46 2012
Кодировка:
XMM-Newton Science Analysis System Page: 1
ppssumm
January 10, 2003
Abstract
Produce an HTML summary page for any XMM instrument, or produce an HTML
summary of the pipeline processing of an observation (including PNG or PS product
le links).
1 Instruments/Modes
Instrument Mode
EPIC ALL
RGS ALL
OM ALL
2 Use
pipeline processing yes
interactive analysis no
3 Description
ppssumm will create a single HTML summary page of one of the following:
 The pipeline processing information for a single observation.
 The product and processing information for the EPIC instrument.
 The product and processing information for the OM instrument.
 The product and processing information for the RGS instrument.
 The product and processing information for the PPS Catalog information.
 The product and processing information for the PPS Summary information.
xmmsas 20030110 1802-5.4.1

XMM-Newton Science Analysis System Page: 2
The task will create a multi-section HTML page with anchors linking some subsections. Subsections
will consist of general pipeline processing information observation product information, exposure product
information and source product information. Each page will also link to the several pages created for any
other instruments that took data in a given observation, as well as a link to the Observation Data File
summary page produced by obssumm.
All of the information necessary to create a page will be read from the Pipeline Processing Summary Index
File (see [?] for details). Links will be created for any \displayable" pipeline product (PNGPSHTML)
les.
4 Parameters
This section documents the parameters recognized by this task (if any).
Parameter Mand Type Default Constraints
set yes dataset none valid le name
Input Pipeline Processing Index FITS le.
out le yes string none valid le name
Output Pipeline Processing Summary HTML le.
page yes string none EPIC|RGS|OM|PPS|CAT
Instrument page to create.
logo le no string none valid Image le
XMM logo contained in an image le (GIF or PNG).
5 Errors
This section documents warnings and errors generated by this task (if any). Note that warnings and
errors can also be generated in the SAS infrastructure libraries, in which case they would not be docu-
mented here. Refer to the index of all errors and warnings available in the HTML version of the SAS
documentation.
InvalidPageEntered (error)
The page parameter must be EPIC|RGS|OM|CAT|PPS
RdOnlyOpenFailure (error)
Unable to open le.
NoclobberOpenFailure (error)
Cannot open WRITE with noclobber set.
WrtOnlyOpenFailure (error)
Failure to open le writeonly.
FileHandleFailure (error)
Unable to get new FileHandle.
xmmsas 20030110 1802-5.4.1

XMM-Newton Science Analysis System Page: 3
WriteHTMLFailure (error)
Failure to write to output HTML le.
DatasetOpenFail (error)
DAL failed to open dataset in PeDAL.
NoLogoBanner (warning)
(warning)
corrective action:
corrective action: No LOGO to be written to HTML le.NoINSTSUMMtoHTMLNo INST-
SUMM records written to HTML.
NotoPPSOBSHTML (warning)
(warning)
corrective action:
corrective action: No PPSOBS records written to HTML.NotoEPICOBSHTMLNo EPI-
COBS records written to HTML.
NotoEPICEXPHTML (warning)
(warning)
corrective action:
corrective action: No EPICEXP records written to HTML.NotoEPICSRCHTMLNo EPIC-
SRC records written to HTML.
NotoRGSOBSHTML (warning)
(warning)
corrective action:
corrective action: No RGSOBS records written to HTML.NotoRGSEXPHTMLNo RGSEXP
records written to HTML.
NotoRGSSRCHTML (warning)
(warning)
corrective action:
corrective action: No RGSSRC records written to HTML.NotoCATOBSHTMLNo CATOBS
records written to HTML.
NotoCATSRCHTML (warning)
(warning)
corrective action:
corrective action: No CATSRC records written to HTML.NotoCATCAYHTMLNo CAT-
CAT records written to HTML.
xmmsas 20030110 1802-5.4.1

XMM-Newton Science Analysis System Page: 4
NotoOMOBSHTML (warning)
(warning)
corrective action:
corrective action: No OMOBS records written to HTML.NotoOMEXPHTMLNo OMEXP
records written to HTML.
NotoOMSRCHTML (warning)
(warning)
corrective action:
corrective action: No OMSRC records written to HTML.NotoOMOSWHTMLNo OMOSW
records written to HTML.
ClobberingFile (warning)
(warning)
corrective action:
corrective action: File exists but noclobber NOT set: overwriting.LogoFileNotExistLogo le
does not exist.
NoReadLogoFile (warning)
(warning)
corrective action:
corrective action: Logo le not readable.LogoFileNotImageLogo le possibly not binary image
le.
NoNAMEColumn (warning)
(warning)
corrective action:
corrective action: No NAME column in extension, table will NOT be writtenNoExtnameNo
EXTNAME extension in le, table will NOT be written
6 Input Files
1. XMM Pipeline Processing Summary File
7 Output Files
1. PPS product HTML summary le (Instrument-speci c or Pipeline summary).
xmmsas\_20030110\_1802-5.4.1

XMM-Newton Science Analysis System Page: 5
8 Algorithm
perl script ppssumm
Read_parameters
Open PPS Summary FITS file
Read PPS Summary FITS file into hashes.
Extract information from Primary header and extension keywords
Close PPS Summary FITS file
if (minimum of good information found in FITS file)
Open HTML file
Write standard HTML header
Write basic observation information into HTML file
Write basic PPS information into HTML file
For each extension
if (extension corresponds to page selected)
Write applicable instrument keywords to HTML page
Write links to other instrument-specific HTML summary pages
Endif
Endfor
Write Abbreviations Glossary
end if
Write standard HTML footer
Close HTML file
end perl script ppssumm
9 Comments
This task was integrated with several, instrument-speci c tasks (esumm, omsumm, rgssumm) in Version
2.0 to become this single task, ppssumm.
10 Future developments
Links to ACDS source lists and other source-speci c browsable product les will be explored.
Each subsection table should be sorted and be linked to and from the instrument summary table in this
page. This will make navagating what could be a large le easier.
References
xmmsas 20030110 1802-5.4.1