question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

handle fractional SEG objects

See original GitHub issue

Request

Related to #1345, the segmentation is encoded as fractional but we currently don’t load it.

Instead we throw this as an error:

Uncaught (in promise) Error: Fractional segmentations are not supported

What feature or change would you like to see made?

We should probably just threshold this to binary for now. Better of course would be to handle the fractional case as a kind of heatmap overlay.

Why should we prioritize this feature? It’s part of the DICOM standard and we have examples of data encoded this way.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:2
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
fedorovcommented, Jan 6, 2020

We confirmed with @pieper that the segmentations in that kidney collections are binary, so the question is why that fractional error is coming up.

1reaction
fedorovcommented, Jan 6, 2020

From a quick look, I am not sure how this is related to #1345 - can you clarify? Also, considering we don’t have any fractional SEGs in TCGA, and it’s not in IDC MVP, I don’t consider this to be IDC priority.

I have very limited experience with fractional SEG, I don’t think I have seen any examples other than the objects produced by BrainLab, and I don’t know of any tools that create fractional SEGs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

DcmSegmentation Class Reference - DCMTK
Factory method to create a fractional segmentation object from the minimal set of information required. ... seg, The segment that should be added....
Read more >
Fractional Share Investing – Buying a Slice Instead ... - SEC.gov
The process your brokerage firm uses to handle buying and selling of fractional shares may impact the price you pay or receive for...
Read more >
Brainlab - DICOM4QI - Read the Docs
... however the toolkit does not provide API for handling DICOM SEG objects, ... Brainlab always exports segmentations as FRACTIONAL type and RLE-compressed ......
Read more >
Multi-View Object Extraction With Fractional Boundaries
Request PDF | Multi-View Object Extraction With Fractional Boundaries | This paper presents an automatic method to extract a multi-view ...
Read more >
Fixed-point arithmetic - Wikipedia
In computing, fixed-point is a method of representing fractional (non-integer) numbers by ... of digits is defined only by the programs that handle...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found