Hello everyone,<br><br>The VTK conversion utility citcomcu_write_vtk packaged with CitcomCU-1.0.3 relies on the 'seq' command, which OSX does not have built in. I found the easiest workaround for this to be the following:<br>
<br>-Download and install 'macports'<br><br>-Open a terminal window and type: sudo port install coreutils<br><br>-After installation is complete, restart the terminal. You now have the 'gseq' command, which works in the same way as 'seq', at least for the purposes of citcomcu_write_vtk.<br>
<br>-Open citcomcu_write_vtk in a texteditor and replace all 3 instances of the word 'seq' with 'gseq'. <br><br>You should now be able to use citcomcu_write_vtk per the normal instructions. Hopefully this will save somebody a little hassle. Thanks for this utility, it is very useful!<br>
<br>Take care,<br><br>-Ethan Fahy<br><br><br>