Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoergaard committed Jul 6, 2021
1 parent d031620 commit 41ae130
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -213,7 +213,7 @@ We refer to the common principles for the standards for describing dates and tim
| ScaleFactor | RECOMMENDED | [array][] of [numbers][] | Scale factor for each frame. |
| ScatterFraction | RECOMMENDED | [array][] of [numbers][] | Scatter fraction for each frame (Units: 0-100%). |
| DecayCorrectionFactor | RECOMMENDED | [array][] of [numbers][] | Decay correction factor for each frame. |
| DoseCalibrationFactor | RECOMMENDED | [number][] | Value used to calibrate radioactivity count, i.e. transfom to meaningful unit (e.g. Becquerel) - value already applied to the data as a multiplication factor that scales them from counts/sec to Bq/ml (dicom tag 0054,1322). |
| DoseCalibrationFactor | RECOMMENDED | [number][] | Value used to calibrate radioactivity count, i.e. transform to meaningful unit (e.g. Becquerel) - value already applied to the data as a multiplication factor that scales them from counts/sec to Bq/ml (dicom tag 0054,1322). |
| PromptRate | RECOMMENDED | [array][] of [numbers][] | Prompt rate for each frame (same units as `Units`, for example, `"Bq/mL"`). |
| RandomRate | RECOMMENDED | [array][] of [numbers][] | Random rate for each frame (same units as `Units`, for example, `"Bq/mL"`). |
| SinglesRate | RECOMMENDED | [array][] of [numbers][] | Singles rate for each frame (same units as `Units`, for example, `"Bq/mL"`). |
Expand Down

1 comment on commit 41ae130

@CPernet
Copy link
Collaborator

@CPernet CPernet commented on 41ae130 Jul 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually we can remove the 1st time we mention Bq --> Value used to calibrate radioactivity count, i.e. transform to meaningful unit - value already applied to the data as a multiplication factor that scales them from counts/sec to Bq/ml (dicom tag 0054,1322).

Please sign in to comment.