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:
Same idea for the PhysicalSize and Type rows.
Command used and terminal output
Relevant files
No response
System information
No response
Description of the bug
Checks to be weakened:
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:
Maybe it would read something like:
Same idea for the PhysicalSize and Type rows.
Command used and terminal output
Relevant files
No response
System information
No response