WIP: Change BAM correction to absolute
1 unresolved thread
1 unresolved thread
Compare changes
Files
3
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
```
```
```
```
```
```
```
```
```
```
'\n# Thresholding out bad veto pulse\nif False:\n params.arr = params.arr[:, pp > 2, :, :]\n params.arr_dark = params.arr_dark[:, pp > 2, :, :]\n dark = boz.average_module(params.arr_dark).compute()\n data = boz.average_module(params.arr, dark=dark).compute()\n dataM = data.mean(axis=0) # mean over pulseId\n'
```
```
```
```
```
```
```
```
```
```
```
```
```
```