Document how mutiple pulse data is handled
Issue #586
resolved
Refs #584
Data is imported as per the RDSR.
- In the interface, if multivalued, kVp etc is listed as
48, 50 50 50 51 47
for example. - In the exports, if multivalued kVp etc is averaged (mean) and a single value exported.
Comments (6)
-
-
reporter Bother - you've caught me being inconsistent!
Having looked at what I did before, I'm reminded that I think the value should really be the mean. I went with median in our previous discussion due to the power of a zero value to alter the mean. Now I don't know what to go with.
I think what I really want (and probably what people would guess the value is) is mean after excluding zeros.
-
OK. I'll modify my median kVp code from earlier.
-
reporter Significant revision of export page including lots of information about fluoro and the per pulse information for ref
#586. Not finished.→ <<cset 1b741aa316e5>>
-
reporter Tweaks and changes update. Will create a PR for review. Refs
#586.→ <<cset df2b636a1dbd>>
-
reporter - changed status to resolved
- Log in to comment
@edmcdonagh, do you think that we should calculate the median value for the exports, rather than the mean?