I am Nachiketa Chakraborty from MPIK and have just started using Enrico. I encountered the following runtime error (only copying the end of error message, not the parts that worked) while generating the SED for a blazar. I do get fits files for Evt, CountMap, ltCube, CCUBE and BinnedMap, but they were not properly computed. The CountMap is blank for instance. Same when I compute the LC.
Hope you can help.
# ************************************************************
# *** 7 gtsrcmap --- Make a source map
# ************************************************************
time -p /home/hfm/hess/software/fermi/latest/bin/gtsrcmaps scfile=/d1/hfm/cnachi/AGNVariability/FermiLAT/PKS1510/L1404300432389C265C6A71_SC00.fits sctable="SC_DATA" expcube=/d1/hfm/cnachi/AGNVariability/FermiLAT/PKS1510/PKS1510-089_pks1510_eventsMarscheretalpolarisationtimes_ltCube.fits cmap=/d1/hfm/cnachi/AGNVariability/FermiLAT/PKS1510/PKS1510-089_pks1510_eventsMarscheretalpolarisationtimes_CCUBE.fits srcmdl=/d1/hfm/cnachi/AGNVariability/FermiLAT/PKS1510/PKS1510-089_PowerLaw2_model.xml bexpmap=/d1/hfm/cnachi/AGNVariability/FermiLAT/PKS1510/PKS1510-089_pks1510_eventsMarscheretalpolarisationtimes_BinnedMap.fits outfile=/d1/hfm/cnachi/AGNVariability/FermiLAT/PKS1510/PKS1510-089_pks1510_eventsMarscheretalpolarisationtimes_srcMap.fits irfs="P7REP_SOURCE_V15" convol=yes resample=yes rfactor=2 minbinsz=0.1 ptsrc=yes psfcorr=yes emapbnds=no copyall=no chatter=2 clobber=yes debug=no gui=no mode="ql"
Parameter srcmdl: file "/d1/hfm/cnachi/AGNVariability/FermiLAT/PKS1510/PKS1510-089_PowerLaw2_model.xml" is not accessible in mode r.
Caught N5hoops12ApeExceptionE at the top level: Exception while querying for file name parameter srcmdl for component gtsrcmaps; Ape exception code 43 (at hoops_ape.cxx: 565)
Traceback (most recent call last):
File "/home/hfm/hess/software/fermi/enrico/bin/enrico_sed", line 60, in <module>
sed(config,infile)
File "/home/hfm/hess/software/fermi/enrico/bin/enrico_sed", line 13, in sed
run(infile)
File "/home/hfm/hess/software/fermi/enrico/enrico/RunGTlike.py", line 55, in run
FitRunner,Fit = GenAnalysisObjects(config)
File "/home/hfm/hess/software/fermi/enrico/enrico/RunGTlike.py", line 43, in GenAnalysisObjects
FitRunner = Analysis(folder, config, tag="", convtyp=convtype, verbose = verbose)
File "/home/hfm/hess/software/fermi/enrico/enrico/RunGTlike.py", line 18, in Analysis
FitRunner.GenerateFits() #Generates fits files
File "/home/hfm/hess/software/fermi/enrico/enrico/fitmaker.py", line 62, in GenerateFits
self.obs.SrcMap()
File "/home/hfm/hess/software/fermi/enrico/enrico/gtfunction.py", line 294, in SrcMap
srcMaps.run()
File "/home/hfm/hess/software/fermi/latest/lib/python/GtApp.py", line 72, in run
raise RuntimeError, self.appName + " execution failed"
RuntimeError: gtsrcmaps execution failed