Skip to content

Commit d2dbae4

Browse files
Merge pull request #584 from MouseLand/issue-583
fix issue #583: corrected comment.
2 parents 429dc5c + de36ff8 commit d2dbae4

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
@@ -89,7 +89,7 @@ def default_ops():
8989
'1Preg': False, # whether to perform high-pass filtering and tapering
9090
'spatial_hp': 42, # window for spatial high-pass filtering before registration
9191
'spatial_hp_reg': 42, # window for spatial high-pass filtering before registration
92-
'spatial_hp_detect': 25, # window for spatial high-pass filtering before registration
92+
'spatial_hp_detect': 25, # window for spatial high-pass filtering for neuropil subtraction before detection
9393
'pre_smooth': 0, # whether to smooth before high-pass filtering before registration
9494
'spatial_taper': 40, # how much to ignore on edges (important for vignetted windows, for FFT padding do not set BELOW 3*ops['smooth_sigma'])
9595

0 commit comments

Comments
 (0)