XMM-Newton Analysis Cookbook



The basic tool for the analysis of XMM-Newton data is

SAS, the `XMM-Newton Science Analysis Software'
located in /net/xray/software/xmm/xmmsas_20010618_1522

To start SAS, add the following lines to your .chsrc file (located in your home directory on your machine)

## SAS setup script:
setenv SAS_DIR /net/xray/software/xmm/xmmsas_20010618_1522
setenv SAS_PATH /net/xray/software/xmm/xmmsas_20010618_1522
source $SAS_DIR/sas-setup.csh

and simply type in sas
Dokumentation on SAS can be found
either as html file at /net/xray/software/xmm/xmmsas_20010618_1522/doc/index.html
or as postscript dokumentation: "The XMM ABC Guide.
A detailed "walkthrough" is available at a MPE website
Other X-ray software packages can be run by typing the following commands at the command line prompt before using the packages:
Fits View (FV)
setenv FV /net/xray/usr/local/fv2.6/linux/
set path = ($FV/bin $path)
type fv & to start
 

XANADU (incl. XSpec, FTools, etc.)
setenv LHEASOFT /net/xray/usr/local/lheasoft/Linux_2.2_i686
source $LHEASOFT/lhea-init.csh
type xspec to start
 

SAO Image Window
alias ds9 "/net/xray/usr/ds9"
type ds9 to start
note: you may want to add this line to your .cshrc file as well as the above CIAO commands

IDL (Interactive Data Language):

IDL programs for the analysis of ACIS data (e.g. PSF analysis software) can be found at
 /net/xray/usr/local/idladd/chandraidl

and general xray idl programs can be found at
/net/xray/pub/xrayidl
 Instructions to run Daniel's IDL startup script can be found here




Stefan
last update 06/28/2001