Actions
2010 ADWCreate an image uploader program from scratch » History » Revision 2
« Previous |
Revision 2/11
(diff)
| Next »
Neil Voss, 06/10/2010 06:00 PM
Create an image uploader program from scratch¶
Problem statement:¶
We want to upload images, including defocal pairs into the database
Two programs:¶
- First one reads images and parameters to create an XML file
- Second one uploads images to the database
First new python program:¶
- determine what the inputs are and what is required:
- iterations
- number of classes
number of processorsauto set- input stack file
- low/high pass filters
- binning
- limit number of particles
- run the program
- uploading to the database
- Create new php interface
Updated by Neil Voss over 14 years ago · 2 revisions