API reference¶
Everything below is importable directly from the top-level themisim package.
Querying¶
Find the frames most similar to |
|
Map |
|
Loads the index + manifest + memmap once; serves many queries. |
|
Exporting results¶
The same four columns the dashboard results grid shows, same order. |
|
|
Building an index¶
Crawl the archive for the requested sites/dates and download the CDFs. |
|
Embed every downloaded CDF, concatenate, and build the FAISS index. |
|
Return a local path to the verified checkpoint, downloading if needed. |
Visualization¶
Render query results in a grid, like the dashboard's results view. |