Project

General

Profile

Four Parts of the Leginon System » History » Version 2

Amber Herold, 04/16/2010 10:12 AM

1 1 Amber Herold
h1. Four Parts of the Leginon System
2
3
4
5
6
!http://emg.nysbc.org/software/leginon/images/images/Leg_Proj_parts.png!
7
8
Leginon as a system that we distribute can be divided into three parts:
9
10
11
12
h2. Processing Server (Python-side)
13
14
15
Python (and some c) scripts that handle instrument control, data acquisition, and
16
processing.
17
18
19
20
21
22
h2. Database Server (MySQL-side)
23
24
25
a MySQL server that handles the database
26
27
28
29
30
31
h2. Web Server (PHP-side)
32
33
34
This includes php and Java scripts at a webserver that we will create to retrieve image
35
and metadata from the database and file-storage system.
36
37
38
39
40
41
h2. File Server
42
43
44
This is up to you to set up to store lots of data coming out of Leginon system.
45 2 Amber Herold
46
47
48
49
______
50
51
[[What is in this Chapter|What is in this Chapter >]]