You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have a series of volumes and a label maps that I want to create cross-sections. Each plot is taking about a minute to produce with the command below. While volumes are largish (400x451x678), I still this a bit too slow. Is there anything I can do increase the speed?
the quality parameter will have an impact on speed. I don't recall if higher => slower or faster but some quick experiments should help figure that out.
other than that, plotting directly to png is generally faster but I believe that's what you are doing anyway.
overall, ants.plot needs an overhaul, for sure. it was written in the early days of ANTsR ( 2012 or 2013 ) so it's probably sub-optimal.
Describe the bug
I have a series of volumes and a label maps that I want to create cross-sections. Each plot is taking about a minute to produce with the command below. While volumes are largish (400x451x678), I still this a bit too slow. Is there anything I can do increase the speed?
plot(img, label, nslices=21, ncolumns=7, alpha = .8, outname = outs[i])
The text was updated successfully, but these errors were encountered: