ATTPC / Spyral

A Python analysis library for AT-TPC data
GNU General Public License v3.0
2 stars 2 forks source link

Make estimate_physics, solve_physics not have side effects #234

Open gwm17 opened 2 weeks ago

gwm17 commented 2 weeks ago

Annoying that we pass a dict in to be filled. Would be better to return an object that we the convert to a dict. Polars/Pandas can take a list of dicts assuming they all have the same fields. Would also make integration with other toolkits like conduit, notebooks a lot less awful.

gwm17 commented 1 week ago

Also unify interpolation phases