4Quant / COPD-staging

Package of tools to quantify lung disease (COPD) using any number of popular medical quantifiers (PD15, LAA-x...)
1 stars 0 forks source link

IJ Does not recognize images as stack or 16-bit #34

Closed kmader closed 8 years ago

kmader commented 8 years ago

ImageJ produces an error message about images not fitting stack or 16-bit requirements

kmader commented 8 years ago

Problem is due to images being imported as floating point slices instead of 16-bit stacks, problem solved with new table creation command

CREATE TEMPORARY TABLE newPatientData
USING fourquant.riqae.ij_images
OPTIONS (path "sample_images/*.tif")
drtjre commented 8 years ago

Will try this morning. TJ