next up previous contents
Next: Create your own catalog Up: Useful recipes for the Previous: Extracting images in more   Contents


Some tricks on saving disk space and CPU time

To gain time and space it is possible to create the rebinned correction and background maps rebinned_*.fits only once and then give them as an input for the rest.

Analyse one science window from COR to SPE, copy the maps somewhere and make them read only. Then launch the analysis for other science windows specifying the following parameters in your ibis_science_analysis call:

rebinned_corrDol_ima="/your_path/rebinned_corr_ima.fits"
rebinned_corrDol_spe="/your_path/rebinned_corr_spe.fits"
rebinned_backDol_ima="/your_path/rebinned_back_ima.fits"
rebinned_backDol_spe="/your_path/rebinned_back_spe.fits"
rebinned_unifDol_ima="/your_path/rebinned_unif_ima.fits"
rebinned_unifDol_spe="/your_path/rebinned_unif_spe.fits"

IMPORTANT: rebinned maps are created for a given set of energies only, so these should remain the same only as long as you are not changing energy ranges in your IMA and SPE analysis. If you want to change IMA energy bins or spectral response energy boundaries, these maps have to be created again.



inthelp@sciops.esa.int