If no ExposureInuAs and no Exposure, TypeError

Issue #130 resolved
Ed McDonagh created an issue

Code for extracting data from DX images looks for the current time value from ExposureInuAs and if that isn't present from Exposure. If that isn't present either, then there is a TypeError as 'NoneType' is multiplied by 1000.

There needs to be an if statement or an exception catch. The line in question is this one.

Code originally developed by @dplatten

Comments (3)

  1. Ed McDonagh reporter

    Fifth beta of 0.5.0. Fixed Exposure none mulitplication error ref #130, mammo export bug ref #132, DX order by DAP rather than DLP, revamp of filter information extraction in DX, added Kodak to EI list, modified DX detail view.

    → <<cset ed398981a704>>

  2. Log in to comment