2010 ADWCreate an image uploader program from scratch » History » Version 2
Neil Voss, 06/10/2010 06:00 PM
1 | 1 | Neil Voss | h1. Create an image uploader program from scratch |
---|---|---|---|
2 | |||
3 | 2 | Neil Voss | |
4 | |||
5 | h2. Problem statement: |
||
6 | |||
7 | We want to upload images, including defocal pairs into the database |
||
8 | |||
9 | h2. Two programs: |
||
10 | |||
11 | # First one reads images and parameters to create an XML file |
||
12 | # Second one uploads images to the database |
||
13 | |||
14 | h2. First new python program: |
||
15 | |||
16 | ** determine what the inputs are and what is required: |
||
17 | 1 | Neil Voss | *** iterations |
18 | *** number of classes |
||
19 | *** -number of processors- auto set |
||
20 | *** input stack file |
||
21 | *** low/high pass filters |
||
22 | *** binning |
||
23 | *** limit number of particles |
||
24 | ** run the program |
||
25 | ** uploading to the database |
||
26 | * Create new php interface |