Actions
Bug #3545
closedshape not
Status:
Duplicate
Priority:
Urgent
Assignee:
-
Category:
-
Target version:
-
Start date:
09/09/2015
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 3.2
Show in known bugs:
No
Workaround:
Description
The shape of imgstackmemmap at line 746 of makestack2.py is (boxsize, boxsize) when there is only one particle per image.
It creates the following error message in makestack2.py
This is reported by Vijay Reddy. I was able to repeat it with a manual picking run that picks only one particle and then make a stack with default parameters.
... boxing 1 particles into temp file: /emg/data00/appion/acheng/15aug27anchitestJ2/stacks/stack1/15aug27anchitestJ2_01hl_01en.hed ... writing stack to disk from memory: /emg/data00/appion/acheng/15aug27anchitestJ2/stacks/stack1/15aug27anchitestJ2_01hl_01en.hed ... wrote 1 particles to header file ... finished in 56.16 msec ... reading stack from disk into memory: 15aug27anchitestJ2_01hl_01en.hed ... read 1 particles equaling 324.0 kB in size ... finished in 1.84 msec ... gathering mean and stdev data ... not phase flipping particles ... 1 particles were boxed out from 15aug27anchitestJ2_01hl_01en ... do not break function now otherwise it will corrupt stack ... filtering particles and adding to stack Traceback (most recent call last): File "/home/acheng/myami/appion/bin/makestack2.py", line 1210, in <module> makeStack.run() File "/home/acheng/myami/appion/appionlib/appionLoop2.py", line 86, in run results = self.loopProcessImage(imgdata) File "/home/acheng/myami/appion/appionlib/appionLoop2.py", line 136, in loopProcessImage return self.processImage(imgdata) File "/home/acheng/myami/appion/appionlib/apParticleExtractor.py", line 510, in processImage total_processed_particles = self.processParticles(imgdata,partdatas,shiftdata) File "/home/acheng/myami/appion/bin/makestack2.py", line 89, in processParticles totalpart = self.mergeImageStackIntoBigStack(self.imgstackfile, imgdata) File "/home/acheng/myami/appion/bin/makestack2.py", line 767, in mergeImageStackIntoBigStack if self.boxsize <= particle.shape[0] and self.boxsize <= particle.shape[1]: IndexError: tuple index out of range
The particle was boxed at 288 pixel.
imgstackmemmap.shape = (288,288)
My print statement says that particle.shape = (288,)
Updated by Gabriel Lander over 9 years ago
- Related to Bug #3564: stack maker failing when pick=1 added
Updated by Neil Voss over 9 years ago
- Status changed from New to Duplicate
- Assignee deleted (
Neil Voss)
Updated by Neil Voss over 9 years ago
- Related to deleted (Bug #3564: stack maker failing when pick=1)
Updated by Neil Voss over 9 years ago
- Is duplicate of Bug #3564: stack maker failing when pick=1 added
Actions