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

Create test table from a few stolz45 samples #38

Closed drtjre closed 8 years ago

drtjre commented 8 years ago

Create Table with list of files to process:

CREATE CREATE TEMPORARY TABLE szsample USING ch.fourquant.images OPTIONS (path "/Users/tomjre/Desktop/STOLZ45/sample/*.tif");

show tables;
describe szsample;
select path from szsample limit 5;