forked from MouseLand/cellpose
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
As a Cellpose user, I want to fill the json with relevant information, so that I can export my settings.
effort estimate:
Team 1: 8
Team 2: 21
Acceptance Criteria
For example if I:
- Click on the "Save Settings as json" button
- a json file is saved that contains relevant information (see below).
And:
-
The json is structured in a way that it can later be imported and settings can be applied (just use a normal json structure)
-
The json contains all loaded channels in the same order as in cellpose or holds information about the order
-
The json contains for each channel:
- Identifier (e.g. "channel1")
- Colour
- Currently applied saturation
- The state: ON/OFF
- The json file either holds an empty place for "group" or is extendable to do so
Additional Resources:
This could look roughly like this:

Reactions are currently unavailable