Open mmc46 opened 3 years ago
To add that I get an error when trying to use this dps.
hb.fib.dps = readRDS("/Volumes/GoogleDrive/Shared drives/hemibrainr/hemibrain_neurons/JRCFIB2018F/hemibrain_all_neurons_flow_JRCFIB2018F_dotprops.rds")
#> Registered S3 method overwritten by 'nat':
#> method from
#> as.mesh3d.ashape3d rgl
str(hb.fib.dps)
#> Error in dbFetch(x, i): unable to obtain value for key 'ace6651d4ce6a47819d1ba4bf3660410'
Same error for the object in hemibrain, Shared drives/hemibrain/hemibrain_neurons/JRCFIB2018F/hemibrain_all_neurons_flow_JRCFIB2018F_dotprops.rds
And same error for the object in FAFB14 space, in the GDrive hemibrainr
and hemibrain
.
hb.fafb.dps = readRDS("/Volumes/GoogleDrive/Shared drives/hemibrain/hemibrain_neurons/FAFB14/hemibrain_all_neurons_flow_FAFB14.rds")
#> Registered S3 method overwritten by 'nat':
#> method from
#> as.mesh3d.ashape3d rgl
rgl::plot3d(hb.fafb.dps[1:100])
#> Error in dbFetch(x, i): unable to obtain value for key '23049e62f7b375cded156e0ebc94486a'
hbr.fafb.dps = readRDS("/Volumes/GoogleDrive/Shared drives/hemibrainr/hemibrain_neurons/FAFB14/hemibrain_all_neurons_flow_FAFB14.rds")
#> Registered S3 method overwritten by 'nat':
#> method from
#> as.mesh3d.ashape3d rgl
rgl::plot3d(hbr.fafb.dps[1:100])
#> Error in dbFetch(x, i): unable to obtain value for key '23049e62f7b375cded156e0ebc94486a'
The option of getting the hemibrain neurons in JRCFIB2018 space is given as an option, but this doesn't exist where the function is looking for it.
Instead there is just a dps object.