Bug #1803
closedprepRefineForm.php loses modelid once an iteration is selected as initial orientation for frealign
0%
Description
Looks like model_1 post is lost in translation.
After model is selected:
$_POST=Array ( [submitstackmodel] => Use selected model(s) [model_] => model_1 [method] => frealign [type] => [stackval] => 53 )
After a reconstruction is selected:
Array ( [model_1] => 1 [stackval] => 53 [method] => frealign [jobtype] => preprefinefrealign [kv] => [apix] => [runname] => frealign_recon38 [outdir] => /data/appion/session/recon/ [description] => test [lastParticle] => [lowpass] => [highpass] => [bin] => [importrecon] => 53 [processinghost] => host.edu )
After an iteration is specified and click show command or submit:
Array ( [1] => [stackval] => 53 [method] => frealign [jobtype] => preprefinefrealign [kv] => [apix] => [runname] => frealign_recon38 [outdir] => /data/appion/session/recon/ [description] => test [lastParticle] => [lowpass] => [highpass] => [bin] => [importrecon] => 53 [reconiterid] => 177 [process] => Just Show Command [processinghost] => host.edu )
Updated by Anchi Cheng over 12 years ago
--reconiterid is also not found in the command constructed.
Updated by Anchi Cheng over 12 years ago
correction, --reconiterid only show up if the checkbox is selected to use recon orientation as start. Seems that it should be automatic if a recon is selected. But that is minor.
Updated by Anchi Cheng over 12 years ago
- Priority changed from Normal to Immediate
Do you want to fix this for 2.2 or hide Refine Frealign all together? It can't be run without the modelid. Priority is Immediate just for a decision.
Updated by Amber Herold over 12 years ago
I will look at this monday.Could be a problem with other refines as well.
Updated by Amber Herold over 12 years ago
- Status changed from Assigned to In Code Review
- Assignee changed from Amber Herold to Anchi Cheng
- Target version set to Appion/Leginon 2.2.0
Already merged
Updated by Anchi Cheng about 9 years ago
- Status changed from In Code Review to Closed