-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
incorrect unit amplitude and location after spre.astype(recording, np.int16)
#3625
Comments
Hi. They must have been lost in the correct motion preprocessing step or somwhere. The amplitude alsod epend on theses 2 factor if they are present in the recording properties |
hi, the preprocessed recording does have these two properties from the raw recording, and so does the int16 converted one. |
Could this be an overflow issue? Can you try to convert to |
@a-zmz were you able to check it with |
Hi @zm711, I was gonna do it tmr, will post the results! |
Perfect! Thanks. |
hello, i can confirm that when converting to |
Hi,
after preprocessing with
dredge
motion correction, the recording data type becamefloat32
. i want to change dtype back toint16
to save some space, so i did:int_rec = spre.astype(recording=recording, dtype=np.int16)
however, after kilosort 4 and
export_report
:unit list.csv
, all units havemax_on_channel_id
beingimec0.ap#AP174
unit list.csv
but before changing dtype, they look like this:
unit list.csv
could someone please help? thanks!
The text was updated successfully, but these errors were encountered: