jrkerns / pylinac

An image analysis library for medical physics
https://pylinac.readthedocs.io/en/latest/
MIT License
157 stars 99 forks source link

Dynalog file analysis failed #511

Closed wwdongcoder closed 3 weeks ago

wwdongcoder commented 3 months ago

Describe the bug When I use dlog = Dynalog(path) with a file name “dynalog.dlg” i got errors "raise ValueError("Unable to decipher log names; ensure dynalogs start with 'A' and 'B'") ValueError: Unable to decipher log names; ensure dynalogs start with 'A' and 'B'"

jrkerns commented 2 months ago

That's not a bug. That's intended behavior. You have to have both the A and B variants. The default format that is dumped by the machine should start with A and B.