usnistgov / MIST

Microscopy Image Stitching Tool
Other
120 stars 33 forks source link

Error in paper (v2017-03-13) algo 12 #6

Closed RobertBaruch closed 6 years ago

RobertBaruch commented 6 years ago

In algorithm 12 (computeMle), you have:

probUniform <- 1/100 l <- p * probUniform + ...

From examination of the code, I think you meant:

p <- 1/100 l <- p * model.probUniform

mmajurski commented 6 years ago

Very sharp eyes. There was an issue with merging two versions of the documentation. The copy I pushed should be correct.

Thank you, Michael