We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5352f63 commit 134e7cfCopy full SHA for 134e7cf
README.md
@@ -45,7 +45,7 @@ Additionally, one can also use the `ConventionalMEF` method as given in the pape
45
46
```python
47
from bayes_mef import ConventionalMEF
48
-mef_mle = ConventionalMEF(data_saturated, threshold, times)
+mef_mle = ConventionalMEF(data_saturated, threshold, times, background)
49
mef_mle.mle()
50
fused_mle = mef_mle.fused_image.copy()
51
```
0 commit comments