Skip to content

Commit

Permalink
[easy] fix typos. (#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttung authored Mar 21, 2019
1 parent 680a3f7 commit 3033002
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions starfish/pipeline/algorithmbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ def __init__(cls, name, bases, namespace):
def run_with_logging(func):
"""
This method extends each pipeline component.run() method to also log itself and
runtime parameters to the IntensityTable and Imagestack objects. There are two
runtime parameters to the IntensityTable and ImageStack objects. There are two
scenarios for this method:
1.) Filtering:
Imagestack -> Imagestack
ImageStack -> ImageStack
2.) Spot Detection:
Imagestack -> IntensityTable
Imagestack -> [IntenistyTable, ConnectedComponentDecodingResult]
ImageStack -> IntensityTable
ImageStack -> [IntensityTable, ConnectedComponentDecodingResult]
TODO segmentation and decoding
"""
def helper(*args, **kwargs):
Expand Down

0 comments on commit 3033002

Please sign in to comment.