08 Aug, 2012

3 commits


06 Aug, 2012

3 commits


27 Jul, 2012

2 commits


26 Jun, 2012

1 commit

  • The old code to fix gantry tilt was not working with the memmapped
    numpy array. That was rewrite so to work with memmapped numpy array
    using scipy.ndimage.shift. In
    the new code I'm not recalculating the new z-spacing anymore.
    
    Squashed commit of the following:
    
    commit 574b9b042bc6a8585efcdb4fd12a65c4b43e0840
    Author: Thiago Franco de Moraes <totonixsame@gmail.com>
    Date:   Tue Jun 26 15:19:08 2012 -0300
    
        Removed the code to calculate a new spacing, it's not necessary
    
    commit 4f91d993995130618275c7aeede4f6502ae66e0c
    Author: Thiago Franco de Moraes <totonixsame@gmail.com>
    Date:   Tue Jun 26 14:44:22 2012 -0300
    
        Not rounding spacing values to 2 decimal houses anymore
    
    commit 3313175cdc2a2c22c04bf2d8545c50ede86ced66
    Author: Thiago Franco de Moraes <totonixsame@gmail.com>
    Date:   Mon Jun 25 16:50:56 2012 -0300
    
        Testing not applying the translate_coef
    
    commit 363c1ce0bcb2860c4a764201ea5525c865d439dc
    Author: Thiago Franco de Moraes <totonixsame@gmail.com>
    Date:   Mon Jun 25 13:22:08 2012 -0300
    
        Changing spacing values when fixing gantry tilt
    
    commit 30785e8ebb945250e45a8b8768253b196112a801
    Author: Thiago Franco de Moraes <totonixsame@gmail.com>
    Date:   Tue Jun 12 15:32:50 2012 -0300
    
        Using scipy.ndimage.shift to gantry tilt correction
    tfmoraes
     

25 Jun, 2012

2 commits

  • … measures are showed in the same slice
    
    The problem with removing measures was because a change in pubsub: it
    only accepts strings in the sendMessage message parameter or tuples of
    string. I was using int. So it was only necessary to change that in this
    way: "Remove Actor " + str(slice_number). The problem when opening an
    inv3 file was because I was not verifying if the measure being added is
    from the actual showed slice.
    
    Squashed commit of the following:
    
    commit 59bd23b0141aaa504b4af5a3cdc781b07e09889f
    Author: Thiago Franco de Moraes <totonixsame@gmail.com>
    Date:   Mon Jun 25 14:43:53 2012 -0300
    
        When opening a inv3 file only the measures from the showing slice in showed
    
    commit 07fc45a907438cb7ebdcaca84d47f2b04d301da2
    Author: Thiago Franco de Moraes <totonixsame@gmail.com>
    Date:   Mon Jun 25 14:24:47 2012 -0300
    
        Adding measures actor from saved inv3 when it's opened
    
    commit 46b02de95bd2f1676a8bd96b18c48301047f9939
    Author: Thiago Franco de Moraes <totonixsame@gmail.com>
    Date:   Mon Jun 25 14:17:15 2012 -0300
    
        Removing the measures is working again
    tfmoraes
     
  • one.
    
    When using the cross tool, the slices may overlap the cross making it
    difficult to use. To avoid that I'm putting the cross in the overlay
    renderer instead of adding on the main one. The overlay renderer can be
    used to these case.
    tfmoraes
     

22 May, 2012

1 commit


14 May, 2012

1 commit


23 Apr, 2012

1 commit


20 Apr, 2012

3 commits


30 Mar, 2012

1 commit


29 Mar, 2012

2 commits


28 Mar, 2012

3 commits


27 Mar, 2012

1 commit


23 Mar, 2012

5 commits


21 Mar, 2012

3 commits


20 Mar, 2012

1 commit

  • When the user tries to generates a surface from a edited mask, the user
    is aske about the method to generate the surface: Binary, Context aware
    smoothing or invesalius3.b2
    
    Squashed commit of the following:
    
    commit 480c88b680a9d79c977d3a8b81b9b25114dad43b
    Author: Thiago Franco de Moraes <totonixsame@gmail.com>
    Date:   Tue Mar 20 10:56:41 2012 -0300
    
        Not saving the project when a new case is opened
    
    commit 1233e37982783412fd1a092820ddb55f60c7df79
    Author: Thiago Franco de Moraes <totonixsame@gmail.com>
    Date:   Tue Mar 20 10:51:04 2012 -0300
    
        Generating surface from edited masks, the user can select to use the context aware smoothing or be a binary
    
    commit e722ea910db2931b866dfa647fcb5cc3a80d5675
    Author: Thiago Franco de Moraes <totonixsame@gmail.com>
    Date:   Tue Mar 20 10:47:10 2012 -0300
    
        Added a new dialog related to the generation surface whose mask was edited
    tfmoraes
     

16 Mar, 2012

2 commits



07 Mar, 2012

1 commit


02 Mar, 2012

3 commits