Yes, --dicom-dir is no more. As you already noticed,
the --referenced-ct option is for setting the DICOM UIDs.
You only need it if you are converting into DICOM-RT.
Setting the resolution of rasterized DICOM-RT structure sets
is rather tricky. The contours have a natural resolution in
the z direction, but not in the (x,y) plane.
If the referenced CT is in the same directory as the structure
set it should be automatically detected, and the rasterization
geometry should match. If not, you can specify rasterization
geometry using the --fixed option. For example:
./plastimatch convert --input AXIAL_T2_FLAIR/ARGO_FLAIR_MASK.dcm
--output-ss-img my_test.nii.gz --output-ss-list argo_test.txt
--fixed
AXIAL_T2_FLAIR/1.3.6.1.4.1.14519.5.2.1.1706.4001.166909646801864710106680106577/
Regarding the ITK exception, you can safely ignore it.
ITK likes to throw exceptions.
Greg