Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Exposure Time mean

9 views
Skip to first unread message

Georgia Sandler Guimaraes gsguimaraes

unread,
Apr 10, 2024, 4:04:40 PM4/10/24
to OpenREM
Hi, 

When OpenREM groups the similar exposures on the data sheet,  does it only extract the minimum or maximum Exposure Time and calculate the mean or does it integrate all the exposure time values from each acquisition? It seems that it would make more sense for all of the exposure time values from that group to be integrated to represent the whole exposure time. 

Thank you.


Ed McDonagh

unread,
Apr 10, 2024, 5:40:53 PM4/10/24
to OpenREM
Hi Georgia

The code for the exposure time for the group is:
exp_time = similarexposures.all().aggregate(
Min("irradeventxraysourcedata__exposure_time"),
Max("irradeventxraysourcedata__exposure_time"),
Avg("irradeventxraysourcedata__exposure_time"),
)
and can be found here. I was attempting to give the user an idea of the variation of each value in each group. 

Kind regards, Ed

[PT] Mensagem para uso exclusivo do destinatário. Apague-a imediatamente se a recebeu por engano.
[EN] Message for exclusive use of the recipient. Erase it immediately if you received it by mistake.
[ES] Mensaje para el uso exclusivo del destinatario. Eliminar de inmediato si lo recibió por error.
HCPA - Hospital de Clínicas de Porto Alegre.

--
You received this message because you are subscribed to the Google Groups "OpenREM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openrem+u...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/openrem/2b6128cc-3ac2-4953-a7f4-2faaa352e861n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages