The following error occurs after the first round when including tetra:
Traceback (most recent call last):
File "cryosparc2_compute/jobs/runcommon.py", line 1489, in run_with_except_hook
run_old(*args, **kw)
File "/home/cryosparc_user/V2.X/cryosparc2_worker/deps/anaconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "cryosparc2_worker/cryosparc2_compute/engine/newengine.py", line 1388, in cryosparc2_compute.engine.newengine.process.work
File "cryosparc2_worker/cryosparc2_compute/engine/newengine.py", line 1406, in cryosparc2_compute.engine.newengine.process.work
File "cryosparc2_worker/cryosparc2_compute/engine/newengine.py", line 428, in cryosparc2_compute.engine.newengine.EngineThread.preprocess_image_data
File "cryosparc2_worker/cryosparc2_compute/engine/newgfourier.py", line 22, in cryosparc2_compute.engine.newgfourier.get_plan_R2C_2D
File "/home/cryosparc_user/V2.X/cryosparc2_worker/deps/anaconda/lib/python2.7/site-packages/skcuda/fft.py", line 124, in __init__
cufft.cufftSetAutoAllocation(self.handle, auto_allocate)
File "/home/cryosparc_user/V2.X/cryosparc2_worker/deps/anaconda/lib/python2.7/site-packages/skcuda/cufft.py", line 758, in cufftSetAutoAllocation
cufftCheckStatus(status)
File "/home/cryosparc_user/V2.X/cryosparc2_worker/deps/anaconda/lib/python2.7/site-packages/skcuda/cufft.py", line 117, in cufftCheckStatus
raise e
cufftInvalidPlan