Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use direct body density calculation, rather than inverse function #9

Open
ryanjdillon opened this issue Oct 9, 2017 · 0 comments
Open

Comments

@ryanjdillon
Copy link
Owner

The current calculation of body density uses a function translated from Martin's code which calculated the density solely from the % fat/lipid, and though the same, I'd like to do the full calculation by also passing the % body water.

In smartmove/ann/prey.py/add_rhomod():

    dens_gcm3 = pyotelem.physio_seal.lip2dens(isotope['fat_perc'])
    isotope['density_kgm3'] = dens_gcm3 * 1000
ryanjdillon added a commit that referenced this issue Oct 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant