Open scholzri opened 1 year ago
It appears that the files are stored as 16-bit TIFF, but the values in the files are only 8-bit. This causes the files to appear almost completely black when opened in e.g. GIMP.
Focus-stack doesn't currently support 16-bit processing (issue #34), so it converts the files to 8-bit mapping 65535->255, which causes black images. The processing then fails because there is no information in the images.
Hi, first of all, thank you for this great piece of software! It works good for most of my fluorescence microscopy images, but in some cases it fails to align the images of my z-stack properly. For example:
dataset: https://we.tl/t-q8NR38KeS1
command:
focus-stack image*.tif --output=projection.tif --no-whitebalance --no-contrast --denoise=0 --consistency=0 --batchsize=8 --align-keep-size --full-resolution-align
error:
Do you have an idea what the cause of the problem could be?
Thanks!