You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
datetime.fromtimestamp(ops_fp.stat().st_ctime) is used to determine the suite2p or caiman processing datetime (e.g. PlaneSuite2p). However, this gives wrong information when the files are relocated because the relocation changes the file creation time.
The text was updated successfully, but these errors were encountered:
datetime.fromtimestamp(ops_fp.stat().st_ctime)
is used to determine thesuite2p
orcaiman
processing datetime (e.g. PlaneSuite2p). However, this gives wrong information when the files are relocated because the relocation changes the file creation time.The text was updated successfully, but these errors were encountered: