'Restoring' Signature link on processing page
Added by Michael Cianfrocco about 11 years ago
Hello,
I'm helping someone get Signature particle picking to run within their appion system. Since someone else installed everything before they wanted to use signature, they decided to not include a Signature picking option in the Object selection column.
How do I restore the Signature link to this list? I know that if I simply change the web address to inclue:
myamiweb/processing/runSignature.php?expId=140
It opens the Signature template picking page.
Unfortunately I can't figure out how to recreate this link, so help would be appreciated!
Mike
Replies (2)
RE: 'Restoring' Signature link on processing page - Added by Anchi Cheng about 11 years ago
Signature got put in the hiddedn feature list because we didn't test it locally well enough in r13878. You can modify the lines regarding hiding it in myamiweb/processing/inc/menuprocessing.php
if (!HIDE_FEATURE) { $nrun[] = array( 'name'=>"<a href='runSignature.php?expId=$sessionId'>Signature</a>", 'result'=>$sresults, ); }
Change
if (!HIDE_FEATURE)
to
if (true)
Let us know if Signature picking works. We should not hide it any more if it does work.
RE: 'Restoring' Signature link on processing page - Added by Michael Cianfrocco about 11 years ago
Thanks Anchi, that fixed the problem! I can see the Signature link within Object selection list.
I've been using Signature almost exclusively with low signal to noise cryo-EM data of single particles over carbon support. Compared to template picker, it is more discerning when selecting particles against a backdrop of noise. I think it's a good additional option for particle picking within Appion. Also, signature appears to be pretty straightforward to install.