gerlichlab / looptrace-napari

A `napari` plugin to facilitate interactive viewing of looptrace results
MIT License
1 stars 0 forks source link

Lightly couple this project to `looptrace` itself #4

Open vreuter opened 5 months ago

vreuter commented 5 months ago

looptrace should have a package for just constants and maybe some functions related to visualisation, on which this project could then depend (without sucking in all of looptrace). Then, we could import constants from there rather than needing to match up the hardcoding of values, e.g. file suffixes.

vreuter commented 5 months ago

Alternatively, this package could become part of looptrace, as it's unlikely someone would want to independently install this package but not looptrace itself.