Skip to content

Commit

Permalink
respond to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrosejcarr committed Aug 15, 2018
1 parent c7a2bb5 commit de0b612
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion starfish/spots/_detector/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
from starfish.constants import Indices, Features
from starfish.intensity_table import IntensityTable
from starfish.munge import dataframe_to_multiindex
from starfish.spots import SpotAttributes
from starfish.stack import ImageStack
from starfish.types import Number
from starfish.spots import SpotAttributes


def measure_spot_intensity(
Expand Down
6 changes: 3 additions & 3 deletions starfish/spots/_detector/local_max_peak_finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

import numpy as np
import xarray as xr
from starfish.intensity_table import IntensityTable
from starfish.stack import ImageStack
from trackpy import locate

from starfish.intensity_table import IntensityTable
from starfish.spots import SpotAttributes
from starfish.stack import ImageStack
from ._base import SpotFinderAlgorithmBase
from .detect import detect_spots
from starfish.spots import SpotAttributes


class LocalMaxPeakFinder(SpotFinderAlgorithmBase):
Expand Down

0 comments on commit de0b612

Please sign in to comment.