Bug #901

Updated by Schulz Anneli almost 11 years ago

If you have an old version of ctools and update to a new one you might get the following error:
<pre>
RuntimeError: *** ERROR in GFits::open(std::string&): Unable to open FITS file "/Users/schulz/software/ctools/share/caldb/data/glast/lat/bcf/ea/aeff_P7SOURCE_V6_front.fits" (status=104)
</pre>

the problem is that the CALDB for fermi lat is no longer in the ctools but in gammalib. so you have to adapt the $CALDB path and include the gammalib caldb path:

export CALDB=$GAMMALIB/share/caldb/:$CALDB CALDB=/Users/schulz/software/gammalib/share/caldb/:$CALDB

Back