BioMemPhys-FAU / domhmm

Open source package to identify nano- and microdomains in Molecular Dynamics simulations of bio-membranes.
https://www.biomemphys.nat.fau.de
GNU General Public License v2.0
1 stars 0 forks source link

Analysis Result Data Change #10

Closed yusuferentunc closed 5 months ago

yusuferentunc commented 6 months ago

Change dictionary style kept analysis result data (which holds area per lipid and scc order parameter at each frame) to numpy array type. This will optimize operations and solve copy data which type conversion required for later analysis (GMM, HMM, Getis-Ord, e.t.c.).