Data Manager

class data_manager.DataManager(obj)[source]

Bases: object

Class to handle the initial IO and data storage for the duration of a CAESAR run.

Parameters

obj (main.CAESAR) – Main CAESAR object.

load_particle_data(select=None)[source]

Loads positions, velocities, masses, particle types, and indexes. Assigns a global glist, slist, dlist, dmlist, and bhlist used throughout the group analysis. Finally assigns ngas/nstar/ndm/nbh values.