Actions
Bug #3564
closedstack maker failing when pick=1
Start date:
09/15/2015
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 3.2
Show in known bugs:
No
Workaround:
hide the image
Description
stack maker is failing when there is only 1 particle from a micrograph and it needs to append it to the rest of the stack, see error below:
Starting image 128 ( skip:22, remain:16 ) id:3268654, file: 15sep15a_022sq_011hl_03ed... Pixel size: 1.31
... Found 1 particles
... Boxing is done on /data2/log-l/leginon/15sep15a/rawdata/15sep15a_00022sq_00011hl_00003ed.mrc
Found 1 ctf values
0.125 -- ctffindrun5
- 0.125
[CTF run] method: ctffind | runname ctffindrun5
[CTF param] def1: 6.27e-07 | def2: 6.37e-07 | angle: 28.5 | ampcontr 0.07 | defratio 1.016
[CTF stats] conf_30-10: 0.890 | conf_5peak: 0.321 | res_0.8: 100.0A | res_0.5 8.0A
... using ctfvaluesfile: tmp_ctfvaluesfile.txt
... ace2 command: /data2/log-l/progs/myami/appion/bin/ace2correct.exe -ctf tmp_ctfvaluesfile.txt -apix 1.310 -img /data2/log-l/leginon/15sep15a/rawdata/15sep15a_00022sq_00011hl_00003ed.mrc -out /data2/log-l/appion/15sep15a/stacks/stack7/15sep15a_00022sq_00011hl_00003ed.mrc.corrected.mrc -wiener 0.1
... phaseflipping entire micrograph with defocus 0.632 microns
... boxing 1 particles into temp file: /data2/log-l/appion/15sep15a/stacks/stack7/15sep15a_022sq_011hl_03ed.hed
... writing stack to disk from memory: /data2/log-l/appion/15sep15a/stacks/stack7/15sep15a_022sq_011hl_03ed.hed
... wrote 1 particles to header file
... finished in 8.19 msec
... reading stack from disk into memory: 15sep15a_022sq_011hl_03ed.hed
... read 1 particles equaling 256.0 kB in size
... finished in 2.66 msec
... gathering mean and stdev data
... phase flipped whole image already
... 1 particles were boxed out from 15sep15a_022sq_011hl_03ed
... do not break function now otherwise it will corrupt stack
... filtering particles and adding to stack
Traceback (most recent call last):
File "/data2/log-l/progs/myami/appion/bin/makestack2.py", line 1210, in <module>
makeStack.run()
File "/data2/log-l/progs/myami/appion/appionlib/appionLoop2.py", line 86, in run
results = self.loopProcessImage(imgdata)
File "/data2/log-l/progs/myami/appion/appionlib/appionLoop2.py", line 136, in loopProcessImage
return self.processImage(imgdata)
File "/data2/log-l/progs/myami/appion/appionlib/apParticleExtractor.py", line 510, in processImage
total_processed_particles = self.processParticles(imgdata,partdatas,shiftdata)
File "/data2/log-l/progs/myami/appion/bin/makestack2.py", line 89, in processParticles
totalpart = self.mergeImageStackIntoBigStack(self.imgstackfile, imgdata)
File "/data2/log-l/progs/myami/appion/bin/makestack2.py", line 767, in mergeImageStackIntoBigStack
if self.boxsize <= particle.shape0 and self.boxsize <= particle.shape1:
IndexError: tuple index out of range
I'm not sure who exactly to assign this to ... current workaround is to hide the image
Actions