Skip to content
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

Dicom Loader Typescript Conversion #330

Merged

Commits on Nov 23, 2022

  1. fix: mouse-up should not unhighlight annotations (cornerstonejs#305)

    * fix: annotation highlighted and tooling for ellipticalROI
    
    * update build
    
    * fix tests
    sedghi authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    0ca9653 View commit details
    Browse the repository at this point in the history
  2. chore(release): publish [skip ci]

     - docs@0.7.8
     - @cornerstonejs/tools@0.29.7
    ohif-bot committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    5999830 View commit details
    Browse the repository at this point in the history
  3. fix: stack viewport flip scroll (cornerstonejs#304)

    * fix: use focal point for pan cache for stack viewport
    
    * fix: pan dir with flip
    
    * fix pan values while flipped
    
    * update build
    
    * apply review comments
    
    * fix build
    sedghi authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    5605a39 View commit details
    Browse the repository at this point in the history
  4. chore(release): publish [skip ci]

     - @cornerstonejs/core@0.21.5
     - docs@0.7.9
     - @cornerstonejs/streaming-image-volume-loader@0.6.6
     - @cornerstonejs/tools@0.29.8
    ohif-bot committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    049b292 View commit details
    Browse the repository at this point in the history
  5. feat: add referenceCursors tool (cornerstonejs#275)

    * added basic cursorCrosshairSync tool with example, TODO: for now cursorSync is displayed regardless of distance, create configurable distance and also sync the position of all viewports over which the mouse is not to scroll to a slice that is close to the currentMousePosition in 3d space
    
    * addde stack syncing for StackViewport and syncing for volumeViewport on imageChange events, added configuration for max display distance
    
    * refactored tool functions
    
    * added comment to possible bug
    
    * added configuration options to example
    
    * changed look of crosshair to 4 lines with central space
    
    * undid local tsconfig change
    
    * undid yarn.lock changes
    
    * added tool to example-info.json
    
    * removed from example-runner because it broke build
    
    * readded example and fixed typo
    
    * readded example-info and changed example to trigger rebuild
    
    * added cleanup for mouseoverElement when tool is disabled
    
    * added cleanup when tool gets disabled, this does not get called when toolGroup gets destroyed, might cause remaining listeners
    
    * applied naming changes, reworked adding annotation logic
    
    * removed event listeners and moved logic to check for stack scrolling into rendering logic
    
    * added planeDistanceToPoint to planar utilities
    
    * added getClosestStackImageIndexForPoint
    
    * rewrote logic to use onCameraModified
    
    * updated example-info
    
    * fixed bug with 0 being falsey
    
    * added logic to remove cursor if wanted
    
    * modified toolGroup so that setting a tool active only changes the cursor to default if there is no primary mouse cursor
    
    * fixed bug not updating disable cursor
    
    * fixed missing parentheses from merge
    
    * readded scrollWheel scrolling and api changes
    
    * fixed typos
    doepnern authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    3303246 View commit details
    Browse the repository at this point in the history
  6. chore(release): publish [skip ci]

     - @cornerstonejs/core@0.22.0
     - docs@0.7.10
     - @cornerstonejs/streaming-image-volume-loader@0.6.7
     - @cornerstonejs/tools@0.30.0
    ohif-bot committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    64e4ab3 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    1350eca View commit details
    Browse the repository at this point in the history
  2. chore(release): publish [skip ci]

     - docs@0.7.11
     - @cornerstonejs/tools@0.30.1
    ohif-bot committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    b80ea40 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. fix: If planar annotation is not visible, filter it (cornerstonejs#318)

    Co-authored-by: edward65 <edward@afxmedical.com>
    Edward-Son and edward65 authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    ea8e32a View commit details
    Browse the repository at this point in the history
  2. fix: filter planarFreeHandeROI based on parallel normals instead of e…

    …qual normals. (cornerstonejs#315)
    
    Co-authored-by: Ramon Emiliani <ramon@afxmedical.com>
    ramonemiliani93 and Ramon Emiliani authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    70e4ffa View commit details
    Browse the repository at this point in the history
  3. fix: get correct imageData with targetId in BaseTool (cornerstonejs#294)

    * limit disabled element not need to render
    
    * Update BaseTool.ts
    
    fix: get correct viewport when there are multiple viewport with same stack data
    
    Co-authored-by: chendingmiao <cdm@tomtaw.com.cn>
    DMIAOCHEN and chendingmiao authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    6e8e51b View commit details
    Browse the repository at this point in the history
  4. chore(release): publish [skip ci]

     - docs@0.7.12
     - @cornerstonejs/tools@0.30.2
    ohif-bot committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    e68f064 View commit details
    Browse the repository at this point in the history
  5. fix: htj2k and keymodifier (cornerstonejs#313)

    * fix(htj2k):Support htj2k in the streaming volume loader
    
    * fix(decodeImage):Fix htj2k image decode and mouse key modifiers
    
    * Update for PR
    
    * update ci build
    wayfarer3130 authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    48bd8a1 View commit details
    Browse the repository at this point in the history
  6. chore(release): publish [skip ci]

     - docs@0.7.13
     - @cornerstonejs/streaming-image-volume-loader@0.6.8
     - @cornerstonejs/tools@0.30.3
    ohif-bot committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    d7704a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a85a867 View commit details
    Browse the repository at this point in the history
  8. chore(release): publish [skip ci]

     - @cornerstonejs/core@0.22.1
     - docs@0.7.14
     - @cornerstonejs/streaming-image-volume-loader@0.6.9
     - @cornerstonejs/tools@0.30.4
    ohif-bot committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    027befd View commit details
    Browse the repository at this point in the history
  9. fix: bidirectional tool when short and long axis changes (cornerstone…

    …js#309)
    
    * fix rotation for handles
    
    * fix: short axis movement
    
    * fix: bidirectional tool incorrect interaction
    sedghi authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    f973e72 View commit details
    Browse the repository at this point in the history
  10. chore(release): publish [skip ci]

     - @cornerstonejs/core@0.22.2
     - docs@0.7.15
     - @cornerstonejs/streaming-image-volume-loader@0.6.10
     - @cornerstonejs/tools@0.30.5
    ohif-bot committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    0dc8537 View commit details
    Browse the repository at this point in the history
  11. fix(volumeViewport): Add optional scaling as the volume can be undefi…

    …ned (cornerstonejs#323)
    
    While trying to get the volume from the cache, it can be undefined so getting the scaling attribute would throw an error in that case.
    This is a quick fix
    gabriellebaudy authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    a58a831 View commit details
    Browse the repository at this point in the history
  12. chore(release): publish [skip ci]

     - @cornerstonejs/core@0.22.3
     - docs@0.7.16
     - @cornerstonejs/streaming-image-volume-loader@0.6.11
     - @cornerstonejs/tools@0.30.6
    ohif-bot committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    6ef505c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1dd315c View commit details
    Browse the repository at this point in the history
  14. chore(release): publish [skip ci]

     - docs@0.7.17
     - @cornerstonejs/tools@0.30.7
    ohif-bot committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    f9de519 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. [wip] initial dicom-loader typescript conversion

    James Manners committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    82da3f0 View commit details
    Browse the repository at this point in the history
  2. [wip] initial typescript conversion

    James Manners committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    edb3eb5 View commit details
    Browse the repository at this point in the history
  3. [wip] initial dicom-loader typescript conversion

    James Manners committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    d55ab3b View commit details
    Browse the repository at this point in the history
  4. [wip] update types for tests

    James Manners committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    09ca22f View commit details
    Browse the repository at this point in the history