Repo: git@github.com:kafkasl/justanatomy.git
from justanatomy import Atlas
atlas = Atlas()
atlas.ensure_downloaded()
atlas.ensure_index()
atlas.parts()
atlas.get("FMA24474")
atlas.search("femur", k=5)
atlas.show_image("FMA24474", size=512)
atlas.show_mesh("FMA24474", opacity=1.0)Downloader should fetch (unless overridden):
Upstream structure:
- stl/ contains FMA.stl
- png/ contains FMA.png (if present)
- FMA_ID_label_obj.csv includes FMAID + preferredName
The upstream repo documents this layout. (See README notes.)
- Add checksum and caching improvements to downloader.
- Add richer synonyms and (optional) kind classification.
- Add tests and CI.
- Optional: private
Atlas._resolve_llm(...)(not public).