Skip to content

Commit de36ff8

Browse files
committed
fix issue #583: corrected comment.
1 parent 9561765 commit de36ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

suite2p/run_s2p.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def default_ops():
8888
'1Preg': False, # whether to perform high-pass filtering and tapering
8989
'spatial_hp': 42, # window for spatial high-pass filtering before registration
9090
'spatial_hp_reg': 42, # window for spatial high-pass filtering before registration
91-
'spatial_hp_detect': 25, # window for spatial high-pass filtering before registration
91+
'spatial_hp_detect': 25, # window for spatial high-pass filtering for neuropil subtraction before detection
9292
'pre_smooth': 0, # whether to smooth before high-pass filtering before registration
9393
'spatial_taper': 40, # how much to ignore on edges (important for vignetted windows, for FFT padding do not set BELOW 3*ops['smooth_sigma'])
9494

0 commit comments

Comments
 (0)