-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removing ImageMath dependency #53
Comments
sounds good. i already fixed the aslCensoring dependency, just waiting on for the labelStats xyz coords, should i just use the raw output from 2015-06-09 11:47 GMT-04:00 stnava notifications@github.com:
|
i forgot about labelGeometryMeasures, in part because it was broken. so i will fix the calls to labelStats by using this instead. so never mind about labelStats .... |
done. |
Remaining issues
|
We should probably just get rid of sliceTimingCorrection.R for now. It On Tue, Jun 9, 2015 at 1:43 PM stnava notifications@github.com wrote:
|
i am ok with that and will implement now. any thoughts on the other 2: (1) projection (2) fast marching extension ? brian On Tue, Jun 9, 2015 at 2:46 PM, Jeffrey Duda notifications@github.com
|
I can work on those today. On Tue, Jun 9, 2015 at 3:10 PM stnava notifications@github.com wrote:
|
rather than make "project" part of iMath, i wrote apply.antsImage. This has On Tue, Jun 9, 2015 at 3:13 PM Jeffrey Duda jeff.duda@gmail.com wrote:
|
that makes sense, of course. probably very useful if we can figure out one issue is how to take care of the header info - guess you can wrap that brian On Tue, Jun 9, 2015 at 5:15 PM, Jeffrey Duda notifications@github.com
|
looks like brian On Tue, Jun 9, 2015 at 5:18 PM, brian avants stnava@gmail.com wrote:
|
Was thinking the same. Will make it, it's own .cpp On Tue, Jun 9, 2015 at 5:29 PM stnava notifications@github.com wrote:
|
added some documentation to not sure the documentation has the right usage of the mask ... you might want clean that up / make sure it works with an example .... if you get a chance to do so, let me know. |
Looks like apply isn't a generic so we can't make it work like we do with On Wed, Jun 10, 2015 at 10:04 AM stnava notifications@github.com wrote:
|
this is pretty close to done ... will close the issue once we get both codeship and travis passing ... |
fixed an example bug. this appears to be ready to close now. |
@jeffduda @bkandel
ANTsR will be "broken" for a while ... Being tired of this ongoing issue, I did the aggressive thing and removed imageMath and src/ImageMath.cpp and also updated the antstag s.t. ImageMath is not compiled in core. here are the current issues:
relating to:
here is a commit that deals with some of these:
3713fd8
however it would be good to get the rest as well ...
@jeffduda a few pieces of functionality in iMath
@bkandel add x, y, z, t to labelStats ... the output is always 4D centroids ... e.g. in 2D it will contain x_i, y_i, 0, 0 ( or maybe NA, NA ) ....
the other issues should be self explanatory.
The text was updated successfully, but these errors were encountered: