CAN Classifier — 2D classification
v0.1.0can-classifier
- author
- Magellon Team
- license
- MIT
- size
- 39.2 KB
CryoApex
plugins available for install. Browse from your CoreService deployment's
plugin manager, or download a
.mpn
archive directly and upload it through the admin UI.
can-classifier
ctf
fft
magellon-sample-plugin
motioncor
ptolemy
stack-maker
template-picker
topaz
CoreService's install pipeline fetches the catalog directly. The same JSON your deployment reads is also public — script away.
/v1/index.json
Full catalog — every published plugin, every version.
/v1/plugins/<plugin_id>.json
Per-plugin detail — same shape as one entry in the index, cheaper to fetch when you only care about one.
CORS is open on both endpoints — fetch directly from a browser without a proxy.