cytocalc.csmsimulation module¶
- class cytocalc.csmsimulation.CSMSimulation[source]¶
Bases:
objectContains a set of CSMFrames that form a simulation. Also contains the simulation parameters.
- add_frame(csmframe)[source]¶
Adds a CSMFrame to the simulation at the correct time (frame1.time < frame2.time)
- bound_couple_vs_time(start_frame: int = 0, end_frame: int = -1)[source]¶
Deprecated. Use sim.misc.bound_couple_vs_time() instead. Ref:
cytocalc.sim_analysis.SimAnalyzerMisc.bound_couple_vs_time()
- compute_msd(start_frame: int = 0, end_frame: int = -1, box_size: List[float] = [])[source]¶
Deprecated. Use sim.msd.msd() instead. Ref:
cytocalc.sim_analysis.SimAnalyzerMSD.msd()
- compute_time_avg_msd(start_frame: int = 0, end_frame: int = -1, box_size: List[float] = [])[source]¶
Deprecated. Use sim.msd.msd() instead. Ref:
cytocalc.sim_analysis.SimAnalyzerMSD.msd()