mseaberg / Commissioning_Tools

0 stars 0 forks source link

Lineout plots flexibility #52

Open mseaberg opened 4 years ago

mseaberg commented 4 years ago

Make it easier to just pass a single lineout per axis to the LineoutImage object, so that the fit is not required. This can just involve using a default to None argument.

mseaberg commented 4 years ago

Or could use kwargs but this gets more complicated since we have two different plots involved.