fr1ll / clip-plot

A WebGL viewer for UMAP-clustered images

Home Page:https://fr1ll.github.io/clip-plot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

break into several smaller modules

fr1ll opened this issue · comments

Not sure where get_atlas_data() should go. Do we place in with web_config or images module?

Good question. 🤔

The images module handles jpgs, so I favor putting it there. Also, atlases are akin to thumbnails, and that's in images or should be.

Sound okay?

I agree. I made the change in 97ab455.

I want to change the function name of get_atlas_data. Function either gets atlas directory or creates atlas. Either way it always returns the atlas directory. It does not get or load any actual atlas data.

I am thinking create_atlas. What do you think?

Yes, agree. create_atlas is more clear.

Done throughout (too many commits to list) -- here's a major one: 76dd707