-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial commit with dropdown window and coloring based on position * lint fixes * interpolate between two opposite colors + added extra test features * replaced dropdown from mui to czi-sds/components * changed Button and InputText czi-sds/components elements, because of new version * categorical/continuous colormaps * fixed czi-sds/components after new version * attributes are saved in zarr and loaded when requested in the application * fixed width of dropdownMenu * fixed mistakes in convert after merge with main * replaced HTTPStore by .attrs.asObject * updated conversion test * reset dropdown after loading new dataset + removed hardcoded number of default attributes when fetching * unified colormaps, toggle for colorBy, second colormap legend * added colorBy colorbar overlay + added flag for pre-normalized attributes in conversion script * changed default dataset(s) + color legend only visible when relevant * changed text on colormap legend overlays * demo ready PR for SI videos (removed some default attributes) * added conversion tests + conversion detects categorical/continuous * trying to fix lint issues * fixed wrong dataset names * toggle colorBy to off when new dataset is loaded * colorBy toggle only visible when Zarr Store has attributes * saved colorBy toggle and field in ViewerState, so it is preserved when copying URL * config option to show/not show the default dropdown options like x-pos, y-pos, quadrants, etc. * config option to disable coloring cells (even if attributes are provided) * changed example default dataset (includes attributes) * Andy sweet/refactor attr options (#157) * Rough attempt at refactoring attr options * Use regular dropdown * Add some comments * resolved Zarr3 issue, and npm complaint in leftSidebar/TrackControls --------- Co-authored-by: Andy Sweet <[email protected]> * implemented review Andy * npm fix * updated readme for adding attributes to Zarr with cli * wip updating example notebook * updated example notebook with coloring by attribute * lint fixes * traditional zebrafish dataset as default --------- Co-authored-by: Andy Sweet <[email protected]>
- Loading branch information
1 parent
d9fbf2b
commit d47f9d7
Showing
19 changed files
with
978 additions
and
193 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.