Project

General

Profile

Actions

Bug #3564

closed

stack maker failing when pick=1

Added by Dmitry Lyumkis over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Category:
Python scripting
Target version:
-
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


Related issues 1 (0 open1 closed)

Has duplicate Appion - Bug #3545: shape notDuplicate09/09/2015

Actions
Actions #1

Updated by Gabriel Lander over 9 years ago

Actions #2

Updated by Neil Voss over 9 years ago

  • Status changed from New to In Code Review
  • Assignee changed from Neil Voss to Dmitry Lyumkis

Fix posted, when only particle is read it defaults to a 2D array instead of 3D array

Actions #3

Updated by Neil Voss over 9 years ago

Actions #4

Updated by Neil Voss over 9 years ago

Actions #5

Updated by Dmitry Lyumkis over 9 years ago

still an error:

Starting image 7 ( skip:114, remain:141 ) id:3267910, file: 15sep15a_010sq_01hl_03ed
 ... Pixel size: 1.31
 ... Found 1 particles
 ... Boxing is done on /data2/log-l/leginon/15sep15a/rawdata/15sep15a_00010sq_00001hl_00003ed.mrc
[CTF run]   method: ctffind | runname ctffindrun3
[CTF param] def1: 1.94e-06 | def2: 1.95e-06 | angle: -3.5 | ampcontr 0.07 | defratio 1.007
[CTF stats] conf_30-10: 0.952 | conf_5peak: 0.935 | res_0.8: 6.4A | res_0.5 4.2A
 ... 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_00010sq_00001hl_00003ed.mrc -out /data2/log-l/appion/15sep15a/stacks/test_stack/15sep15a_00010sq_00001hl_00003ed.mrc.corrected.mrc -wiener 0.1
 ... phaseflipping entire micrograph with defocus 1.943 microns
 ... boxing 1 particles into temp file: /data2/log-l/appion/15sep15a/stacks/test_stack/15sep15a_010sq_01hl_03ed.hed
 ... writing stack to disk from memory: /data2/log-l/appion/15sep15a/stacks/test_stack/15sep15a_010sq_01hl_03ed.hed
 ... wrote 1 particles to header file
 ... finished in 13.73 msec
 ... reading stack from disk into memory: 15sep15a_010sq_01hl_03ed.hed
 ... read 1 particles equaling 256.0 kB in size
 ... finished in 2.68 msec
 ... gathering mean and stdev data
 ... phase flipped whole image already
 ... 1 particles were boxed out from 15sep15a_010sq_01hl_03ed
 ... do not break function now otherwise it will corrupt stack
 ... filtering particles and adding to stack

['/usr/local/appion/EMAN2/bin', '/data2/log-l/progs/myami/appion', '/usr/local/appion/EMAN2/lib']
Found 6 ctf values
0.115 -- ctffindrun6
0.115 -- ctffindrun5
0.118 -- ctffindrun4
0.134 -- ctffindrun1
*** 0.134
Found 6 ctf values
0.116 -- ctffindrun6
0.119 -- ctffindrun5
0.115 -- ctffindrun4
0.116 -- ctffindrun3
0.115 -- ctffindrun2
0.118 -- ctffindrun1
*** 0.119
Found 6 ctf values
0.132 -- ctffindrun6
0.131 -- ctffindrun5
0.128 -- ctffindrun4
0.105 -- ctffindrun3
0.129 -- ctffindrun2
0.132 -- ctffindrun1
*** 0.132
Found 6 ctf values
0.094 -- ctffindrun6
0.081 -- ctffindrun5
0.090 -- ctffindrun3
0.076 -- ctffindrun1
0.091 -- ctffindrun2
*** 0.094
Found 6 ctf values
0.122 -- ctffindrun6
0.122 -- ctffindrun5
0.120 -- ctffindrun1
0.120 -- ctffindrun3
0.121 -- ctffindrun2
*** 0.122
Found 6 ctf values
0.106 -- ctffindrun6
0.113 -- ctffindrun5
0.113 -- ctffindrun4
0.113 -- ctffindrun1
0.114 -- ctffindrun3
0.115 -- ctffindrun2
*** 0.115
Found 3 ctf values
0.199 -- ctffindrun1
0.225 -- ctffindrun2
0.238 -- ctffindrun3
*** 0.238
Traceback (most recent call last):
  File "/data2/log-l/progs/myami/appion/bin/makestack2.py", line 1213, 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 774, in mergeImageStackIntoBigStack
    %(particle.shape[0], particle.shape[1], self.boxsize))
  File "/data2/log-l/progs/myami/appion/appionlib/apDisplay.py", line 65, in printError
    raise Exception, colorString("\n *** FATAL ERROR ***\n"+text+"\n\a","red")
Exception: 
 *** FATAL ERROR ***
particle shape (256x1) is smaller than boxsize (256)
Actions #6

Updated by Neil Voss over 9 years ago

  • Status changed from In Code Review to In Test

Dmitry, I made another fix can you test?

Actions #7

Updated by Dmitry Lyumkis over 9 years ago

  • Status changed from In Test to Closed

seems ok now, thanks

Actions

Also available in: Atom PDF