Open soichih opened 4 years ago
Index field is a vector of doubles, updating function to reflect this.
Would recomend replacing instances of this fgs from classification function with V4 (https://github.com/DanNBullock/wma_tools/blob/master/bsc_makeFGsFromClassification_v4.m)
Recommend recompile with fix.
I've git pull wma_tool and recompiled main.m for master branch. I will test it and cut a new version if it works.
I am not sure what you mean by this
Would recomend replacing instances of this fgs from classification function with V4 ( https://github.com/DanNBullock/wma_tools/blob/master/bsc_makeFGsFromClassification_v4.m )
Here is the main.m that I am using for this App
https://github.com/brainlife/app-tractographyQualityCheck/blob/master/main.m
Are you suggesting to make any changes to main.m?
Soichi
On Sun, Feb 16, 2020 at 5:43 PM Daniel Bullock notifications@github.com wrote:
Recommend recompile with fix.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/brainlife/app-tractographyQualityCheck/issues/5?email_source=notifications&email_token=AAHBR6CUDEAKQ5NKN6JBAJTRDG6QFA5CNFSM4KWHJAY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEL4UYIA#issuecomment-586763296, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHBR6AGTNHW2N5XZCVX3M3RDG6QFANCNFSM4KWHJAYQ .
I can go through my code later and replace instances of the v1 with v4, but it doesn't strike me as particularly urgent.
I dont see any instances of makeFGsFromClassification in the main.m so there would be no changes to make there. makeFGsFromClassification appears to be called deeper in other functions.
OK. Thanks for patching it quickly. I will let you know how the test job goes.
On Sun, Feb 16, 2020 at 6:01 PM Daniel Bullock notifications@github.com wrote:
I can go through my code later and replace instances of the v1 with v4, but it doesn't strike me as particularly urgent.
I dont see any instances of makeFGsFromClassification in the main.m so there would be no changes to make there. makeFGsFromClassification appears to be called deeper in other functions.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/brainlife/app-tractographyQualityCheck/issues/5?email_source=notifications&email_token=AAHBR6ENRACHB4B4VTBHTO3RDHATJA5CNFSM4KWHJAY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEL4VFWY#issuecomment-586765019, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHBR6HRWBPXFNTTV6W24GTRDHATJANCNFSM4KWHJAYQ .
The test job progressed a bit more than previous, but it failed again with the similar error message.
[33mWARNING: Warning reading tar header: Ignoring malformed pax extended attribute
[0mBrace indexing is not supported for variables of this type.
Error in wma_quantAllWMNorm (line 63)
Error in bsc_feAndSegQualityCheck (line 59)
Error in main (line 46)
MATLAB:cellRefFromNonCell
real 11m30.205s
user 48m52.766s
sys 21m44.390s
...
creating tract 14 with 585 streamlines
creating tract 15 with 158 streamlines
creating tract 16 with 115 streamlines
creating tract 17 with 242 streamlines
creating tract 18 with 495 streamlines
creating tract 19 with 269 streamlines
creating tract 20 with 877 streamlines
creating tract 21 with 132 streamlines
creating tract 22 with 4281 streamlines
creating tract 23 with 1981 streamlines
creating tract 24 with 4913 streamlines
creating tract 25 with 3971 streamlines
creating tract 26 with 93 streamlines
creating tract 27 with 21 streamlines
creating tract 28 with 12 streamlines
creating tract 29 with 57 streamlines
creating tract 30 with 143 streamlines
creating tract 31 with 13 streamlines
creating tract 32 with 18 streamlines
creating tract 33 with 158 streamlines
creating tract 34 with 11 streamlines
creating tract 35 with 101 streamlines
creating tract 36 with 76 streamlines
creating tract 37 with 75 streamlines
creating tract 38 with 42 streamlines
creating tract 39 with 65 streamlines
creating tract 40 with 96 streamlines
creating tract 41 with 4 streamlines
creating tract 42 with 58 streamlines
creating tract 43 with 30 streamlines
creating tract 44 with 86 streamlines
creating tract 45 with 645 streamlines
creating tract 46 with 1236 streamlines
creating tract 47 with 44 streamlines
creating tract 48 with 14 streamlines
creating tract 49 with 16 streamlines
creating tract 50 with 2 streamlines
creating tract 51 with 13 streamlines
creating tract 52 with 5 streamlines
creating tract 53 with 144 streamlines
creating tract 54 with 2599 streamlines
creating tract 55 with 1097 streamlines
233047 positively weighted fibers found in fe structure
26971 pre-life streamlines classified
8865 post-life streamlines classified
fg structure loaded.
fg structure is in acpc coordpace
50 percent complete
100 percent complete
forcepsMajor
I ran this App for John Thompson's data, and I ran into this error message.
Here is the full stdout log.