2010 ADWCreate an image uploader program from scratch » History » Version 1
Neil Voss, 06/10/2010 05:58 PM
| 1 | 1 | Neil Voss | h1. Create an image uploader program from scratch |
|---|---|---|---|
| 2 | |||
| 3 | * Problem statement: We want to add EMAN's "refine2d.py":http://blake.bcm.tmc.edu/eman/eman1/progs/refine2d.py.html into the pipeline |
||
| 4 | * Create a new python program: |
||
| 5 | ** determine what the inputs are and what is required |
||
| 6 | *** iterations |
||
| 7 | *** number of classes |
||
| 8 | *** -number of processors- auto set |
||
| 9 | *** input stack file |
||
| 10 | *** low/high pass filters |
||
| 11 | *** binning |
||
| 12 | *** limit number of particles |
||
| 13 | ** run the program |
||
| 14 | ** uploading to the database |
||
| 15 | * Create new php interface |