tldr-group / taufactor

TauFactor is a parallelised solver for calculating tortuosity factors from voxel data.
MIT License
30 stars 6 forks source link

Readme #20

Closed amirDahari1 closed 3 years ago

amirDahari1 commented 3 years ago

1.

In the Readme, it says:

import taufactor as tau ... s = tau.Solver(img) # call solve function tau = s.solve()

tau is referenced as the package name and then as a variable.

2.

A short description of what tau, D_eff, flux_map and conc_map is.

Thanks!