Project

General

Profile

2010 ADWCreate an image uploader program from scratch » History » Revision 2

Revision 1 (Neil Voss, 06/10/2010 05:58 PM) → Revision 2/11 (Neil Voss, 06/10/2010 06:00 PM)

h1. Create an image uploader program from scratch 



 h2. 

 * Problem statement:  

 We want to upload images, including defocal pairs add EMAN's "refine2d.py":http://blake.bcm.tmc.edu/eman/eman1/progs/refine2d.py.html into the database 

 h2. Two programs: 

 # First one reads images and parameters to create an XML file pipeline 
 # Second one uploads images to the database 

 h2. First * Create a new python program: 

 
 ** determine what the inputs are and what is required: required 
 *** iterations 
 *** number of classes 
 *** -number of processors- auto set 
 *** input stack file 
 *** low/high pass filters 
 *** binning 
 *** limit number of particles 
 ** run the program 
 ** uploading to the database 
 * Create new php interface