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 )