EntityTools
Documentation for EntityTools.
EntityTools.construct_bins_and_centersEntityTools.get_histogramsEntityTools.parse_timingEntityTools.phase_mapEntityTools.reinterpret_timeEntityTools.spectrum
EntityTools.construct_bins_and_centers — Methodconstruct_bins_and_centers(bin_min, bin_max, Nbins)Returns the bins and their center points.
EntityTools.get_histograms — Methodget_histograms(bins, Q)Computes the histograms for M_s of all shocked particles
EntityTools.parse_timing — Functionparse_timing(filename)Reads the output log file and returns a tuple of Arrays of (step_number, timing, active_p).
EntityTools.phase_map — Methodphase_map(x_q, y_q, x_lim, y_lim;
xbins::Int=400, ybins::Int=50,
show_progress::Bool=true)Get a 2D histogram of x_q and y_q in the limits x_lim, y_lim over a number if bins xbins and ybins.
EntityTools.reinterpret_time — Methodreinterpret_time(time_string)Takes the time string and computes the duration in seconds
EntityTools.spectrum — Methodspectrum(Q, spec_min, spec_max; Nbins=100)Constructs a spectrum dQ/dx between x values between spec_min and spec_max. Uses a number of Nbins=100 by default.