next up previous contents
Next: Basic Data Reduction Up: Useful recipes for JEM-X Previous: Barycentrisation   Contents


Timing Analysis without the Deconvolution

Read this if you are interested in fast variability studies (up to milliseconds).

In the same way as for ISGRI analysis, also for JEM-X it is possible to do timing analysis in a non binning way, i.e. starting from the single events. This way is suitable for very short time scales (up to milliseconds) and is less recommended for longer time bins for which the the methods described in Sect.6.8 are suitable.

In the example we will use one of the Science Windows with Crab data you have already downloaded (e.g. 010200210010).

In general the table with the events can be very big, so if you are interested in only part of the Science Window (e.g. in the case of a burst) it is better to define a user good time interval (see Section 7) and work within it.

Create with og_create observational group $REP_BASE_PROD/obs/crab/og_jemx2.fits, and run analysis from COR to DEAD level, prepare the catalog, with Crab only.

cd $REP_BASE_PROD/obs/crab
ibis_science_analysis startLevel=COR endLevel=DEAD jemxNum=2

fcopy infile="$ISDC_REF_CAT[NAME=='Crab']" outfile="crab_cat.fits"

For the next command you will need to specify the Instrument Model file to be used. This is a file located in your $REP_BASE_PROD/ic folder. In your IC tree you will found several files named jmxi_imod_grp_*.fits. Each of them refers to a different period. To identify the file to be used together with your data, you can check the (indicative) validity interval reported in table 6 for each imod file. In our example, based on scw 010200210010, we will use file jmx2_imod_grp_0299.fits .

At this point you are ready to create the lists of photons:

						
cd $REP_BASE_PROD/obs/crab

evts_extract group="og_jmx2.fits" \
events="evts_j2.fits" instrument=JMX2 \
sources="crab_cat.fits" gtiname="MERGED" \
instmod="$REP_BASE_PROD/ic/jmx2/mod/jmx2_imod_grp_0299.fits" \
pif=yes deadc=yes attach=no barycenter=1 timeformat=0 evttype=0
For JEM-X it is currently not possible to save the PIF of a given source. The parameter ``pif'' can be therefore put equally to 'yes' or 'no', as it adds no information to the output file.

Now you can produce the Crab power spectrum:

powspec
Ser. 1 filename +options (or @file of filenames +options)[] evts_j2.fits
Name of the window file ('-' for default window)[] -
Newbin Time or negative rebinning[] 1.220703125e-3
Number of Newbins/Interval[] INDEF
Number of Intervals/Frame[] INDEF
Rebin results? (>1 const rebin, <-1 geom. rebin, 0 none)[]  0
Name of output file[default]
Do you want to plot your results?[] yes
Enter PGPLOT device[] /XW
hardcopy crab_powerspec.ps/PS
For the details on INTEGRAL absolute timing see Walter et al. 2003 [8]. Note that we have set here the new bin time as an integer multiple of the timing resolution of JEM-X, which is 1.220703125e-4 s.

If your data have many short GTIs (e.g. in the case of telemetry saturation due to a solar flare or when PICsIT is in non standard mode) you can obtain spurious results. A typical case is finding an 8sec period in your data due to the fact that the telemetry restart is synchronized with an 8sec frame! When possible, compare your results with IBIS/ISGRI ii_light that is immune to this problem and can reach about 0.1 sec binning.


Table 6: JEM-X imod files instance number to use.
(indicative. To have the exact validity range check the fits file header in your IC tree.)
JEM X-1
Revolution interval IMOD instance XXX
  jmx1_imod_grp_0XXX.fits
1 - 8 300
9 - 14 301
15 - 19 302
20 - 37 303
38 - 44 304
45 - 93 305
94 - 163 306
164 - 197 307
198 - 221 308
222 - 244 309
245 - 310 310
311 - 406 311
407 - 458 312
459 - 532 313
533 - 622 314
623 - 659 315
660 - 713 316
714 - 781 317
782 - 869 318
870 - 934 319
935 - 999 320
1000 - 321
JEM X-2
Revolution interval IMOD instance XXX
  jmx2_imod_grp_0XXX.fits
1 - 5 292
6 - 9 293
10 - 14 294
15 - 37 295
38 - 44 296
45 - 71 297
72 - 93 298
94 - 135 299
136 - 172 300
173 - 197 301
198 - 244 302
245 - 310 303
311 - 389 304
390 - 499 305
500 - 579 306
580 - 659 307
660 - 713 308
714 - 799 309
800 - 855 310
856 311
857 - 869 312
870 - 934 313
935 - 999 314
1000 - 315


next up previous contents
Next: Basic Data Reduction Up: Useful recipes for JEM-X Previous: Barycentrisation   Contents
inthelp@sciops.esa.int