File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Other optional dependencies include:
3737* `pywavelets  <https://pywavelets.readthedocs.io/en/latest/ >`_
3838  (for intensity-scale verification)
3939* `pandas  <https://pandas.pydata.org/ >`_ and
40-   `scikit-image  <https://scikit-image.org/ >`_ (for advanced feature detection methods)
40+   `scikit-image >=0.19   <https://scikit-image.org/ >`_ (for advanced feature detection methods)
4141* `rasterio  <https://rasterio.readthedocs.io/en/latest/ >`_ (for the reprojection module)
4242
4343
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ def detection(
150150    if  np .nanmax (filt_image .flatten ()) <  minref :
151151        maxima  =  np .zeros (filt_image .shape )
152152    else :
153-         maxima  =  skim .h_maxima (filt_image , h = mindiff , selem = struct )
153+         maxima  =  skim .h_maxima (filt_image , h = mindiff , footprint = struct )
154154    loc_max  =  np .where (maxima  >  0 )
155155
156156    loc_max  =  longdistance (loc_max , mindis )
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments