-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description of the bug
Checks to be weakened:
- ExposureTime doesn't need to be the same for all channels
- SizeX and SizeY don't need to be the same as each other
A lot of these checks should actually be performed across samples, e.g. for all samples, cycle 1 channel 1 ExposureTime is the same value.
Optional enhancement: De-duplicate repeated values to avoid blowing out the column width. E.g. instead of:
SizeC [4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4]
Maybe it would read something like:
SizeC 4 (x 30)
Same idea for the PhysicalSize and Type rows.
Command used and terminal output
Relevant files
No response
System information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working