Read this if you are familiar with the sources in your field of view and you want to build your own catalog for the Imaging step, spectral and light curve extraction.
As already discussed in section 6.6, it can be very useful to use your own input catalog for the imaging, and in particular spectral and light curve extraction. The easiest way to build it is to modify the general catalog with the help of the fcopy program of FTOOLS. For example, if you want to create a catalog (usrcat.fits) with only three sources, Crab, 3C111, and XPer do the following:
cd $REP_BASE_PROD fcopy "$ISDC_REF_CAT[NAME == 'Crab'|| NAME == '3C 111'|| NAME == 'X Per']" usrcat.fits chmod -w usrcat.fits
If you want to add a new source, not specified in the general reference catalog, add a line to usrcat.fits with the help of the fv tool, and fill in the Source_ID, NAME, RA_OBJ and DEC_OBJ columns. As Source_ID you can choose whatever you like provided that this identifier is unique.
This catalog can be used in JEM-X analysis, by means of the CAT_I_usrCat parameter (see an example in section 6.7.4).
The FLAG column in usrcat.fits should be set to 1 (e.g. with the program fv), to have the catalog source position information copied, after the IMA step, into the columns RA_CAT and DEC_CAT of jmxi_srcl_res.fits. See the Known Issues description in section 9, to force the usage of these coordinates at SPE and LCR levels.