XMM-Newton Science Analysis System
implot (implot-2.20.1) [xmmsas_20230412_1735-21.0.0]
What you need to get started:
That's it. However if you want to plot source marker overlays on the output image, the total list of what you will need is
- A FITS image file.
- A FITS-format source list, containing at least columns named RA and DEC, with the values in decimal degrees.
The final requirement is only if you have set radiusstyle=`psf'. Then you will need in total
- A FITS image file.
- A FITS-format source list, containing columns RA and DEC (values in decimal degrees) and also SCTS and BG_MAP.
- A Calibration Constituents File or CCF (pointed to by SAS_CCF)
The requirement for the CCF is because in this case the task needs to get information on the Point Spread Function (PSF) from the CCF.
The simplest possible call to implot
is as follows:
implot set=<image_name>
Entry-level for plotting sources is:
implot set=<image_name> srclisttab=<source_list_name>
XMM-Newton SOC -- 2023-04-16