[Insight-developers] Problems pushing data files with .txt extension?
Johnson, Hans J
hans-johnson at uiowa.edu
Wed Aug 31 13:25:45 EDT 2011
Sorry: I should have given you the references.
http://review.source.kitware.com/#change,2603
http://review.source.kitware.com/#change,2602
$ git log origin/master.. --stat
johnsonhj at neuron:~/Dashboard/src/ITK (BSplineITKv3_ITKv4_fixes)$ git log
origin/master.. --stat
commit b5e99ed76fecd8558839b5102bbbb08310f9a021
Author: Hans Johnson <hans-johnson at uiowa.edu>
Date: Thu Aug 25 18:04:53 2011 -0500
BUG: Make BSplines threadsafe and tested
The use of shared local mutable variables
made the computation of the Jacobian for these
classes non-thread-safe.
In addtion to the fix to make them thread safe,
code between ITKv3 BSplineDeformableTransform and the ITKv4
BSplineTransform was formated to make it easier to
identify differences between the two classes.
Finally, a set of tests for th eITKv3 BSplineDeformableTransform
were ported to ITKv4 to address the issue (ITK-259).
Change-Id: If79cb544cd71e38c159c17b1a143c1089882f466
.../include/itkBSplineDeformableTransform.h | 358 +++++++-------
.../include/itkBSplineDeformableTransform.hxx | 534
++++++++-----------
.../itkBSplineDeformableTransformInitializer.hxx | 4 +-
.../Core/Transform/include/itkBSplineTransform.h | 166 +++----
.../Core/Transform/include/itkBSplineTransform.hxx | 280 +++++------
.../include/itkBSplineTransformInitializer.hxx | 6 +-
.../test/itkBSplineDeformableTransformTest.cxx | 2 +-
7 files changed, 606 insertions(+), 744 deletions(-)
commit 2135764b1a1352e1563403c74b5976f4db4d5bda
Author: Hans Johnson <hans-johnson at uiowa.edu>
Date: Thu Aug 25 21:47:56 2011 -0500
ENH: Added BSplineDeformableTransform tests.
...plineDeformationTransformDisplacements1.txt.md5 | 1 +
...plineDeformationTransformDisplacements3.txt.md5 | 1 +
...plineDeformationTransformDisplacements5.txt.md5 | 1 +
...neDeformableTransformTest2PixelCentered.png.md5 | 1 +
...neDeformableTransformTest3PixelCentered.png.md5 | 1 +
...neDeformableTransformTest4PixelCentered.png.md5 | 1 +
.../itkBSplineDeformableTransformTest5.png.md5 | 1 +
...neDeformableTransformTest5PixelCentered.png.md5 | 1 +
Modules/Core/Transform/test/CMakeLists.txt | 39 +
.../test/itkBSplineDeformableTransformTest.cxx | 756
++++++++++++++++++++
.../test/itkBSplineDeformableTransformTest2.cxx | 329 +++++++++
.../test/itkBSplineDeformableTransformTest3.cxx | 336 +++++++++
.../Transform/test/itkBSplineTransformTest.cxx | 3 +-
13 files changed, 1469 insertions(+), 2 deletions(-)
$ git for-each-ref refs/data
### THIS RETURNED NOTHING ###
Hans
On 8/31/11 12:15 PM, "Brad King" <brad.king at kitware.com> wrote:
>On 8/31/2011 10:59 AM, Hans Johnson wrote:
>> I am trying to push a few data files with .txt extensions (ITK
>> transform files). And the magic is not working. I've tried
>> this 2 times now with similar results:
>> ================
>> How do I go about debugging this?
>
>(1) Is the topic on Gerrit but the data didn't make it?
>(2) Did the .txt -> .txt.md5 conversion occur?
>(3) Is the test that references the file with DATA{} enabled?
>(4) What is the output of these commands when your topic is checked out:
>
> $ git log origin/master.. --stat
>
> $ git for-each-ref refs/data
>
>?
>
>-Brad
>_______________________________________________
>Powered by www.kitware.com
>
>Visit other Kitware open-source projects at
>http://www.kitware.com/opensource/opensource.html
>
>Kitware offers ITK Training Courses, for more information visit:
>http://kitware.com/products/protraining.html
>
>Please keep messages on-topic and check the ITK FAQ at:
>http://www.itk.org/Wiki/ITK_FAQ
>
>Follow this link to subscribe/unsubscribe:
>http://www.itk.org/mailman/listinfo/insight-developers
________________________________
Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential and may be legally privileged. If you are not the intended recipient, you are hereby notified that any retention, dissemination, distribution, or copying of this communication is strictly prohibited. Please reply to the sender that you have received the message in error, then delete it. Thank you.
________________________________
More information about the Insight-developers
mailing list