Project

General

Profile

Actions

Bug #1803

closed

prepRefineForm.php loses modelid once an iteration is selected as initial orientation for frealign

Added by Anchi Cheng over 12 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Immediate
Assignee:
Category:
-
Target version:
Start date:
05/16/2012
Due date:
% Done:

0%

Estimated time:
Affected Version:
Appion/Leginon 2.2.0 (trunk)
Show in known bugs:
No
Workaround:

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 )

Actions

Also available in: Atom PDF