chanzuckerberg / cryoet-data-portal-backend

CryoET Data Portal API server & ingestion scripts
MIT License
1 stars 2 forks source link

feat: ingest stl, vtk, and obj mesh annotations #209

Closed Bento007 closed 2 months ago

Bento007 commented 2 months ago

Relates to https://github.com/chanzuckerberg/cryoet-data-portal/issues/951

Description

This PR adds support to ingest mesh data as a new annotation type. These mesh formats are now supported stl, vtk, and obj mesh.

Changes