Hi Joe,
 I can't test it right away, but it looks to me like you're missing a step in 
which you clip the surface into branches according to the extracted centerline 
branches:

vmtksurfacereader 
     -ifile neurosurgery/RICA_Pt001_1010rev.vtp 
--pipe vmtkbranchextractor 
     -ifile neurosurgery/RICA_Pt001_centerline_smooth.vtp 
     -radiusarray@ MaximumInscribedSphereRadius
--pipe vmtkbranchclipper 
--pipe vmtkbifurcationsections 
     -distancespheres 5 
     -ofile neurosurgery/bifurcationsections.dat 
--pipe vmtkbranchsections 
     -ofile neurosurgery/branchsections.dat

Note that using 

-radiusarray@ MaximumInscribedSphereRadius

I'm forcing radiusarray to be pushed through the pipe, so you don't need to 
specify it for the subsequent scripts.

Hope I nailed it.

Best regards


Luca


On Jan 12, 2012, at 7:42 PM, Joe Santore wrote:

> Hi,
> I'm getting an error that says "GroupIdsArray with name specified does not 
> exist."  It occurs for both of these functions, and I have them piped so that 
> they directly receive the data from branchextractor: 
> vmtksurfacereader 
>      -ifile neurosurgery/RICA_Pt001_1010rev.vtp 
> --pipe vmtkbranchextractor 
>      -ifile neurosurgery/RICA_Pt001_centerline_smooth.vtp 
>      -radiusarray MaximumInscribedSphereRadius 
> --pipe vmtkbifurcationsections 
>      -distancespheres 5 
>      -radiusarray MaximumInscribedSphereRadius 
>      -groupidsarray GroupIds 
>      -ofile neurosurgery/bifurcationsections.dat 
> --pipe vmtkbranchsections 
>      -radiusarray MaximumInscribedSphereRadius 
>      -groupidsarray GroupIds 
>      -ofile neurosurgery/branchsections.dat
> 
> I've been trying to get this to work for some time, but everything I've tried 
> has failed.  I know that branchextractor is passing GroupIds because 
> branchgeometry and bifurcationvectors work well when I pipe them.
> 
> I would appreciate any advice you can give me,
> Joe
> 
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Mar 27 - Feb 2
> Save $400 by Jan. 27
> Register now!
> http://p.sf.net/sfu/rsa-sfdev2dev2_______________________________________________
> vmtk-users mailing list
> vmtk-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/vmtk-users


------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
vmtk-users mailing list
vmtk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vmtk-users

Reply via email to