Hi all,
I am trying to quantify SUVs in segmented areas of a mouse PET/CT study, and it results in a blank table and the following error:
I have tried modifying the metadata but I could not find some of the tags with the parameter names mentioned in this error message. And I am not sure what MODULE_INIT_NO_VALUE means.
Any help appreciated. Thanks
pieper
(Steve Pieper (Isomics, Inc.))
February 27, 2024, 7:49pm
2
These comments should help:
#include "vtkSUVFactorCalculatorVersionConfigure.h"
// helpers
#include "dcmHelpersCommon.h"
#include "dcmUnitsConversionHelper.h"
// ...
// ...............................................................................................
// ...
/*
SOME NOTES on SUV and parameters of interest:
This is the first-pass implementation we'll make:
Standardized uptake value, SUV, (also referred to as the dose uptake ratio,
DUR) is a widely used, simple PET quantifier, calculated as a ratio of tissue
radioactivity concentration (e.g. in units kBq/ml) at time T, CPET(T) and
injected dose (e.g. in units MBq) at the time of injection divided by body
weight (e.g. in units kg).
SUVbw = CPET(T) / (Injected dose / Patient's weight)