cornerstonejs / calculate-suv

Tiny library for calculating Standardized Uptake Value for Nuclear Medicine (i.e. PET, SPECT)
https://cornerstonejs.org
MIT License
20 stars 12 forks source link

LBM calculation fails for PatientSex O #5

Open ladeirarodolfo opened 3 years ago

ladeirarodolfo commented 3 years ago

An exception occur if there PatientSex is O

Not necessarily to implement but I would like to share something related to this problem https://ejnmmiphys.springeropen.com/articles/10.1186/s40658-021-00358-7

Also whatever decision we take we should document this and which formula is being used

salimkanoun commented 2 years ago

I don't see a bug here, if sex is neither F or M you can't calculate LBM, so sound pretty logic to throw an exception.