Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 602 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 602 Bytes

Mass model fitting to 2D velocity fields of LITTLE THINGS

References

Fit2D

This repo uses the Fit2D submodule. To update it to the latest version,

# execute from the top level of the little-things repository
cd fit2d
git pull
git submodule update --remote

You can also install it locally: first, cd into the fit2d directory, then pip install -e . .