Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cornerstonejs/calculate-suv

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cornerstonejs/calculate-suv

A tiny library for calculating Standardized Uptake Value (SUV) for Nuclear Medicine (i.e. PET, SPECT)

  • 1.1.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

@cornerstonejs/calculate-suv

A tiny library for calculating Standardized Uptake Value (SUV) for Nuclear Medicine (i.e. PET, SPECT)

This library follows the logic laid out by the Quantitative Imaging Biomarkers Alliance (QIBA) on their Wiki page.

Special thanks to Salim Kanoun MD from The Cancer University Institute of Toulouse - Oncopole and Lysarc for their assistance.

How does it work?

You provide an array of instance/frame metadata corresponding to slices in a PET acquisition. The function returns an array of scaling factors, one per slice, which you can use to obtain SUV values.

Why does the function require an array of metadata values?

This is required because some PET acquisitions have metadata in individual frames which needs to be taken into account.

What about private tags

The logic in the library is laid out by QIBA, and takes into account private tags included by several vendors (GE, Siemens, Philips). If these tags are provided, they will be used, but they are not required to be provided. If you have values in these tags in your dataset, you must provide them because otherwise you will not obtain the correct result.

FAQs

Package last updated on 08 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc