Skip to content

Commit

Permalink
temporarily disable drift correction
Browse files Browse the repository at this point in the history
  • Loading branch information
kushbanga committed Apr 24, 2022
1 parent 8808060 commit 5712cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pykilosort/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class KilosortParams(BaseModel):

save_drift_spike_detections: bool = Field(False, description='save detected spikes in drift correction')

perform_drift_registration: bool = Field(True, description='Estimate electrode drift and apply registration')
perform_drift_registration: bool = Field(False, description='Estimate electrode drift and apply registration')

do_whitening: bool = Field(True, description='whether or not to whiten data, if disabled \
channels are individually z-scored')
Expand Down

0 comments on commit 5712cfd

Please sign in to comment.