This snippet of code:
seems to imply that dat files with name *U16_1024x1024.dat have 600 red and 600 green channels, and 600 values. This seems very different from the interpretation of *U16_1024x512.dat which is understood to have 1024/2=512 red and 1024/2=512 green channels, and 1024 values (this is the logic that has been implemented in wbi).
This snippet of code:
HighMagNeuron/src/HighResFlow.py
Line 336 in 95b7f70
seems to imply that dat files with name
*U16_1024x1024.dathave 600 red and 600 green channels, and 600 values. This seems very different from the interpretation of*U16_1024x512.datwhich is understood to have1024/2=512red and1024/2=512green channels, and1024values (this is the logic that has been implemented inwbi).