You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the gtltcube_mp with lasted fermi sciencetools to process data, but it gives that:
/home/heyeger/softwares/anaconda3/envs/fermi/lib/python2.7/site-packages/pyfits/__init__.py:22: PyFITSDeprecationWarning: PyFITS is deprecated, please use astropy.io.fits PyFITSDeprecationWarning) # noqa Determining start and stop times from the event file... Opening SC file to determine break points... Checking for good times in the event file... EVFiles: ['gti.fits', 'gti.fits', 'gti.fits'] Spawning 3 jobs... Starting calculation on interval 239557417.0 to 349383748.6 Starting calculation on interval 349383748.6 to 458623256.6 Starting calculation on interval 458623256.6 to 569605421.0 Traceback (most recent call last): File "gtltcube_mp.py", line 206, in <module> if __name__ == '__main__': cli() File "gtltcube_mp.py", line 203, in cli gtltcube_mp(args.jobs, args.sfile, args.evfile, args.outfile, args.savetmp, args.zmax, args.tmin, args.tmax) File "gtltcube_mp.py", line 176, in gtltcube_mp tempfilenames = pool.map(ltcube,times.transpose()) File "/home/heyeger/softwares/anaconda3/envs/fermi/lib/python2.7/multiprocessing/pool.py", line 253, in map return self.map_async(func, iterable, chunksize).get() File "/home/heyeger/softwares/anaconda3/envs/fermi/lib/python2.7/multiprocessing/pool.py", line 572, in get raise self._value KeyError: 'evclsmin'
Why here?
The text was updated successfully, but these errors were encountered:
I use the gtltcube_mp with lasted fermi sciencetools to process data, but it gives that:
/home/heyeger/softwares/anaconda3/envs/fermi/lib/python2.7/site-packages/pyfits/__init__.py:22: PyFITSDeprecationWarning: PyFITS is deprecated, please use astropy.io.fits PyFITSDeprecationWarning) # noqa Determining start and stop times from the event file... Opening SC file to determine break points... Checking for good times in the event file... EVFiles: ['gti.fits', 'gti.fits', 'gti.fits'] Spawning 3 jobs... Starting calculation on interval 239557417.0 to 349383748.6 Starting calculation on interval 349383748.6 to 458623256.6 Starting calculation on interval 458623256.6 to 569605421.0 Traceback (most recent call last): File "gtltcube_mp.py", line 206, in <module> if __name__ == '__main__': cli() File "gtltcube_mp.py", line 203, in cli gtltcube_mp(args.jobs, args.sfile, args.evfile, args.outfile, args.savetmp, args.zmax, args.tmin, args.tmax) File "gtltcube_mp.py", line 176, in gtltcube_mp tempfilenames = pool.map(ltcube,times.transpose()) File "/home/heyeger/softwares/anaconda3/envs/fermi/lib/python2.7/multiprocessing/pool.py", line 253, in map return self.map_async(func, iterable, chunksize).get() File "/home/heyeger/softwares/anaconda3/envs/fermi/lib/python2.7/multiprocessing/pool.py", line 572, in get raise self._value KeyError: 'evclsmin'
Why here?
The text was updated successfully, but these errors were encountered: