Blame view

src/core/pyros_django/observation_manager/README.md 896 Bytes
18eb0175   Alain Klotz   imports qui manqu...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Observation_manager

Observation_manager contains agents to process images acquired by PyROS.
The levels of image pprocessing are defined as bellow:

- **L0**: Raw image. 
- **L1a**: Correction dark, flat (pixel modified). 
- **L1b**: Calibration WCS (header modified). 
- **L1c**: Analyzed specific for each Scientific Program (header modified). Data are produced.
- **L2**: Image archived. 

The agents:

- **agentImagesCalibrator**: Creates dark, flat calibration files. 
- **agentImagesProcessor**: Correction dark, flat (L0 -> L1a) and WCS calibration (L1a -> L1b). 
- **agentImagesAnalyser**: Analyze specific to Scientific Programs (L1b -> L1c).

## Few basic examples of use

First example: To launch agentImagesProcessor from the root of PyROS
in test mode:

```
cd $PYROS
.\PYROS -t start agentImagesProcessor -o tnc -fg
```

The option -t creates a test.