gelles-brandeis / tapqir

Bayesian analysis of co-localization single-molecule microscopy image data.
Apache License 2.0
4 stars 0 forks source link

Optimize data fetching #421

Closed ordabayevy closed 1 year ago

ordabayevy commented 1 year ago

The code for fetching data was very inefficient because it was moving the entire data to the GPU and then indexing. This fixes that problem and makes the program run much faster.