library(reticulate)
use_condaenv("r-reticulate", required = TRUE)
thor <- import("hong2p.thor")
Fly <- "20210514_b"
Subfolder <- "15_mix"
SyncData <- "SyncData018"
thorimage_dir <- paste("\\mnt\\nas\\hong2p_test_data\\", Fly, "\\", Subfolder, sep="" )
thorsync_dir <- paste("\\mnt\\nas\\hong2p_test_data\\", Fly, "\\", SyncData, sep="" )
bounding_frames <- thor$assign_frames_to_odor_presentations(thorsync_dir, thorimage_dir)
Data uploaded to the NAS (/main/hong2p_test_data/20210514_b). Not sure whether I adjusted the paths correctly in the code above.
Error message:

Data uploaded to the NAS (/main/hong2p_test_data/20210514_b). Not sure whether I adjusted the paths correctly in the code above.