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.
datetime.fromtimestamp(ops_fp.stat().st_ctime)is used to determine thesuite2porcaimanprocessing datetime (e.g. PlaneSuite2p). However, this gives wrong information when the files are relocated because the relocation changes the file creation time.