On 10/25/11 17:38 , Steph Bickel wrote:
Hi Rudolph and Bruce,
thanks for your responses.
rudolph, your example works great. just 2 questions: what dimension is the total path cost in the mris_pmake output? is there a way to input a file with several vertex point pairs to compute the distance between, or do I have to loop through the pairs I would like to compute?
Sorry for the delay.
The dimensions are in mm.
You can in fact write a "script" that mris_pmake understands that can loop through all your vertex pairs in one go. That cuts down on processing time considerably, since the meshes are only read in once. Calculating the actual path takes milliseconds, while reading in a mesh can take multiple seconds.
Having said that, I will not be able, however, to write up the documentation for this until the end of November, but will add to the wiki as soon as I can.
Best -=R