Project

General

Profile

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

Neil Voss, 06/10/2010 06:59 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 3 Neil Voss
h4. determine what the inputs are and what is required:
17
18
* folder with images
19
* pixel size
20
* tiltseries/defocal information
21
* 
22
23
24 1 Neil Voss
** run the program
25
** uploading to the database
26
* Create new php interface