Project

General

Profile

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

Revision 2 (Neil Voss, 06/10/2010 06:00 PM) → Revision 3/11 (Neil Voss, 06/10/2010 06:59 PM)

h1. Create an image uploader program from scratch 



 h2. Problem statement:  

 We want to upload images, including defocal pairs into the database 

 h2. Two programs: 

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

 h2. First new python program: 

 h4. ** determine what the inputs are and what is required: 

 * folder with images 
 * pixel size *** iterations 
 * tiltseries/defocal information *** 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