---
tags: thinkwell
---
# AutoCal Multcam
https://gitlab.realisations.net/autocalibration/autocalibrationorc/blob/fe598d7bd5f9be53ece5e1643109f2832973fed9/worker/src/compute.py#L141-165
```plantuml
class DecodeLineshiftP1 {
io.BytesIO[n] images
int[2] proj_res
int shift
int brightness
int white_threshold
int black_threshold
__call__()
}
```
```plantuml
class DecodeLineshiftP2 {
FileSystemURI images_dir
int[2] proj_res
int shift
int brightness
int white_threshold
int black_threshold
__call__()
}
```