This page details the recipe for updating the MINBAR-obs database with JEM-X spectral fits.
- log into
xray.maths.monash.edu and navigate to the burst/minbar directory
- invoke IDL
- initialise
minbar with the command minbar_init
- initiate the spectral fitting routine:
.run obsflux
This routine searches for JEM-X observations that do not yet have an entry in the flux column, and runs the spectral fitting routine obsflux on it. The code will initially display
Running fits for 201505 spectra, type .cont[return] to start...
so just type .cont to commence
- Initially the script will stop after each attempt at fitting. If you are happy that it is operating correctly, you can set the
cont variable:
cont='y'
.cont
and it will subsequently continue automatically.
Some points to note:
- ignore errors reporting "fitting gave no valid results", these may be because the source is not detected (you can check the
sig value reported for the observation).