Skip to content

Commit

Permalink
zpo
Browse files Browse the repository at this point in the history
  • Loading branch information
oguyon committed Jul 26, 2024
1 parent 8aaf6d0 commit 4334452
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion pages/cacao/cacao_wfsref.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,30 @@ folder: cacao

## 2. Zero Point Offsetting (zpo)

Zero point offsetting is handled by 3 processes:
- DMch2disp to select and sum DM channels to the dmzop DM-space offset
- zpo to convert DM-space offset to WFS-space offset
- acquWFS to apply wfszpo to the reference


### 2.1. Selecting DM channels for offsetting

Select DM channels to be included in zpo within process .
```bash
cacao-fpsctrl setval DMch2disp zpoffset.ch08 ON
cacao-fpsctrl setval DMch2disp zpoffset.ch09 ON
```

### 2.2. Converting DM-space offset to WFS-space offset

The ZPO process takes as input stream aol_dmzpo and computes the correspoding WFS-space reference offset aol_wfszpo by multiplication by the zonal response matrix. To start the process:
```bash
cacao-aorun-071-zpo start
```

Select DM channels to be included in zpo.
### 2.3. Applying WFS-space offset to WFS reference




## 3. Unbiased Correction (zero-mean correction)
Expand Down

0 comments on commit 4334452

Please sign in to comment.