How to run manual picking and mask making » History » Version 1
Amber Herold, 10/12/2010 02:27 PM
1 | 1 | Amber Herold | h1. How to run manual picking and mask making |
---|---|---|---|
2 | |||
3 | Manual picking and mask making use GUIs and require user interaction. |
||
4 | When running these at AMI, you can use amibox02 or amibox03. |
||
5 | When you ssh, you need to use the -X flag to tell the terminal to display the GUI. |
||
6 | |||
7 | <pre> |
||
8 | ssh -X amibox02 |
||
9 | </pre> |
||
10 | |||
11 | Then put the correct path to appion in front of the command, such as /ami/sw/bin/appion. |
||
12 | |||
13 | <pre> |
||
14 | /ami/sw/bin/appion makestack2.py --single=start.hed --selectionid=1002 --invert --normalized --maskassess=manualrun1 --boxsize=16 --description="test" --projectid=5 --preset=upload --session=10may13l35 --runname=stack7 --rundir=/ami/data00/appion/10may13l35/stacks/stack7 --no-rejects --no-wait --commit --reverse --limit=1 --continue |
||
15 | </pre> |