Skip to content

Commit 134e7cf

Browse files
minor correction for the example of conventional MEF
1 parent 5352f63 commit 134e7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Additionally, one can also use the `ConventionalMEF` method as given in the pape
4545

4646
```python
4747
from bayes_mef import ConventionalMEF
48-
mef_mle = ConventionalMEF(data_saturated, threshold, times)
48+
mef_mle = ConventionalMEF(data_saturated, threshold, times, background)
4949
mef_mle.mle()
5050
fused_mle = mef_mle.fused_image.copy()
5151
```

0 commit comments

Comments
 (0)