bwheelz36 / ParticlePhaseSpace

Import, analysis, and export of particle phase space data
https://bwheelz36.github.io/ParticlePhaseSpace/
GNU General Public License v3.0
11 stars 8 forks source link

change data loaders to 'inject' data instead of copying #180

Open brendan-whelan-seetreat opened 2 months ago

brendan-whelan-seetreat commented 2 months ago

at the moment, we end up with two dataframes which is fine for smallish data, but quite inefficient for large data. this could be avoided if data loaders 'inject' the data frame directly into the phase space (i.e. return it from a function)