jrkerns / pylinac

An image analysis library for medical physics
MIT License
145 stars 94 forks source link

Axis information missing after converting trajectory log to .csv (Log Analyzer) #428

Closed jc5678 closed 1 year ago

jc5678 commented 1 year ago

Good morning,

I am converting some trajectory logs (.bin) to CSV using Log Analyzer of pylinac.

After conversion I realized that there is no expected and actual values for jaws axis in the .CSV file. Neither couch pitch and roll axis.

Is there any way to extract also jaws&pith/roll axis data to the .CSV file using to_csv method of Log Analyzer?

Thank you.

Best regards.

jrkerns commented 1 year ago

Jaws can definitely be added. Pitch/roll depend on if the couch is 6D. If I have some 6D logs I'll test it out to see about adding it if the data exists in the log.

jrkerns commented 1 year ago

Will be in v3.10 due April 20th.