Hi I just posted this issue on the google code repository. I'm new to DIRART, but I'm noticing bugs. How can I get commit access to fix these?
What steps will reproduce the problem?
1. start dirart
2. file -> load images -> load DICOM image in folders
3. select two dicom folders
4. press continue for alignment
5. images fail to load
What is the expected output? What do you see instead?
Images should load, but an error pops up:
Cannot find an exact (case-sensitive) match for 'whichImageCoordinateToUse'
The closest match is: WhichImageCoordinateToUse
Error in DrawBoundaryBoxes (line 9)
vecidx = whichImageCoordinateToUse(displaymode);
What version of the product are you using? On what operating system?
Windows 7, Matlab 2012, just downloaded dirart from the google code repository at https://code.google.com/p/dirart/downloads/list
Solution:
Edit the file "DrawBoundaryBoxes", line 9, so that a capital W is used for WhichImageCoordinateToUse(displaymode)
Please provide any additional information below.
Is this code maintained anymore? I am surprised that a typo in such a basic function was found right out of the box with this software.
-Brandon