peng-lab/BaSiCPy

Implement `BaSiC.predict()`

Closed this issue · 1 comments

Implement a baseline BaSiC.predict() that takes a stack of images as a np.ndarray and outputs an np.ndarray of corrected images.

  • Implement a baseline BaSiC.predict() method
  • Create a unit test for BaSiC.predict() (should not rely on BaSiC.fit())

#14 can be a comment for this.