![]() |
Public Member Functions | |
def | __init__ (self, path, fig, frame_dir=None, plot_flow=True, flow_min=1e-8, flow_max=1e1, separate_fission=True, fission_minflow=1e-10, flow_cbar=True, flow_adapt_prange=True, flow_prange=5, flow_adapt_width=True, flow_maxArrowWidth=2.0, flow_minArrowWidth=0.3, cmapNameFlow='viridis', abun_cbar=True, X_min=1e-8, X_max=1, cmapNameX='inferno', plot_abar=True, plotMassBins=True, addMassBinLabels=True, alphaMassBins=0.5, cmapNameMassBins='jet', massBins=[[1, 1],[2, 71],[72, 93],[94, 110],[111, 144],[145, 169],[170, 187],[188, 205],[206, 252],[253, 337]], massBinLabels=['','', '1st peak','', '2nd peak', 'rare earths', '', '3rd peak', '', 'fissioning'], plot_magic=True, additional_plot='none', trackedrange=(1e-8, 1), amainoutrange=(5e-10, 1), energyrange=(1e10, 1e20), timescalerange=(1e-12, 1e10), timerange=(1e-5, 1e5), plot_mainout=True, densityrange=(1e-5, 1e12), temperaturerange=(0, 10), yerange=(0.0, 0.55), plot_logo=True, indicate_r_path=False, winvn_path=None, interactive=False) |
def | init_axes (self) |
def | change_bg (self, event) |
def | flow_button_event (self, event) |
def | mafra_button_event (self, event) |
def | r_path_button_event (self, event) |
def | sunet_button_event (self, event) |
def | zoom_button_event (self, event) |
def | toggle_button_event (self, event) |
def | init_data (self) |
def | init_plot (self) |
def | init_cbars (self, abun_cbar, flow_cbar) |
def | update_data (self, ii) |
def | handle_fission (self) |
def | update_abun_plot (self) |
def | update_fission_plot (self) |
def | update_flow_plot (self) |
def | update_ngamma_plot (self) |
def | update_frame (self, ii) |
def | update_interactive_text (self, ii) |
def | save_frame (self, ii) |
def | get_funcanimation (self, frames=None, **kwargs) |
def | time_slider (self) |
def | on_slider_update (self, val) |
def | update_slider (self, ii) |
def | pause_movie (self, click_event) |
def | on_slider_click (self, event) |
def | on_slider_release (self, event) |
def | arrow_update (self, event) |
def | sum_over_A (self, A, X) |
Static Public Member Functions | |
def | to_latex_exponent (x) |
def | format_time (time) |
Private Member Functions | |
def | __init_ngamma_eq (self) |
def | __init_sunet_indicator (self) |
def | __init_nucchart_ax (self) |
def | __init_axAbund (self) |
def | __init_axTimescales (self) |
def | __init_axTracked (self) |
def | __init_axEnergy (self) |
def | __init_axAddMainout (self) |
def | __init_axMainout (self) |
def | __init_logo (self) |
def | __init_interactive (self) |
def | __init_plot_timescales (self) |
def | __init_plot_addmainout (self) |
def | __init_plot_energy (self) |
def | __init_plot_tracked (self) |
def | __init_data_timescales (self, ii) |
def | __init_data_addmainout (self, ii) |
def | __init_data_energy (self, ii) |
def | __init_data_tracked (self, ii, force_label_init=False) |
def | __toggle_timescales (self) |
def | __toggle_energy (self) |
def | __toggle_addmainout (self) |
def | __toggle_tracked (self) |
def | __toggle_zoom (self) |
Class to create an animation of the abundances and their flow for the nuclear reaction network WinNet.
Definition at line 25 of file FlowAnimation.py.
def src_files.FlowAnimation.FlowAnimation.__init__ | ( | self, | |
path, | |||
fig, | |||
frame_dir = None , |
|||
plot_flow = True , |
|||
flow_min = 1e-8 , |
|||
flow_max = 1e1 , |
|||
separate_fission = True , |
|||
fission_minflow = 1e-10 , |
|||
flow_cbar = True , |
|||
flow_adapt_prange = True , |
|||
flow_prange = 5 , |
|||
flow_adapt_width = True , |
|||
flow_maxArrowWidth = 2.0 , |
|||
flow_minArrowWidth = 0.3 , |
|||
cmapNameFlow = 'viridis' , |
|||
abun_cbar = True , |
|||
X_min = 1e-8 , |
|||
X_max = 1 , |
|||
cmapNameX = 'inferno' , |
|||
plot_abar = True , |
|||
plotMassBins = True , |
|||
addMassBinLabels = True , |
|||
alphaMassBins = 0.5 , |
|||
cmapNameMassBins = 'jet' , |
|||
massBins = [[1,1],[2,71],[72,93],[94,110],[111,144],[145,169],[170,187],[188,205],[206,252],[253,337]] , |
|||
massBinLabels = ['','','1st peak','','2nd peak','rare earths', '', '3rd peak', '', 'fissioning'] , |
|||
plot_magic = True , |
|||
additional_plot = 'none' , |
|||
trackedrange = (1e-8, 1) , |
|||
amainoutrange = (5e-10, 1) , |
|||
energyrange = (1e10, 1e20) , |
|||
timescalerange = (1e-12, 1e10) , |
|||
timerange = (1e-5 , 1e5) , |
|||
plot_mainout = True , |
|||
densityrange = (1e-5, 1e12) , |
|||
temperaturerange = (0, 10) , |
|||
yerange = (0.0, 0.55) , |
|||
plot_logo = True , |
|||
indicate_r_path = False , |
|||
winvn_path = None , |
|||
interactive = False |
|||
) |
Parameters ---------- path : str Path to the WinNet data. fig : matplotlib.figure.Figure Figure to plot the animation on. frame_dir : str Folder to save the frames in, default is path/frames. plot_flow : bool Plot the flow of the abundances. flow_min : float Minimum value for the flow. flow_max : float Maximum value for the flow. separate_fission : bool Separate the fissioning region from the fission products in the flow plot. fission_minflow : float Minimum value to indicate a fission region. flow_cbar : bool Plot the colorbar for the flow. flow_adapt_prange : bool Adapt the color range of the flow to the data. flow_prange : float Range (in log10) of the flow. flow_adapt_width : bool Adapt the width of the flow arrows to the flow. flow_maxArrowWidth : float Maximum width of the flow arrows. flow_minArrowWidth : float Minimum width of the flow arrows. cmapNameFlow : str Name of the colormap for the flow. abun_cbar : bool Plot the colorbar for the mass fractions. X_min : float Minimum value for the mass fractions. X_max : float Maximum value for the mass fractions. cmapNameX : str Name of the colormap for the mass fractions. plot_abar : bool Plot the average mass number. plotMassBins : bool Plot the mass bins. addMassBinLabels : bool Add labels to the mass bins. alphaMassBins : float Transparency of the mass bins. cmapNameMassBins : str Name of the colormap for the mass bin color. massBins : list List of mass bins. massBinLabels : list List of labels for the mass bins. plot_magic : bool Plot the magic numbers in the abundance plot. additional_plot : str Additional plot to be made, possible values: 'None', 'timescales', 'energy', 'tracked'. trackedrange : tuple Range of the tracked nuclei plot. amainoutrange : tuple Range of the additional mainout plot. energyrange : tuple Range of the energy axis. timescalerange : tuple Range of the timescales. timerange : tuple Range of the time axis. plot_mainout : bool Plot the mainout data. densityrange : tuple Range of the density axis in the mainout plot. temperaturerange : tuple Range of the temperature axis in the mainout plot. yerange : tuple Range of the electron fraction axis in the mainout plot. plot_logo : bool Plot the WinNet logo. indicate_r_path : bool Indicate the r-process path. winvn_path : str Path to the winvn file in case r-process path should be indicated. interactive : bool Enable interactive mode.
Definition at line 30 of file FlowAnimation.py.
|
private |
Initialize the axes and everything figure related of the mass fraction plot.
Definition at line 489 of file FlowAnimation.py.
|
private |
Initialize the axes and everything figure related of the energy plot.
Definition at line 547 of file FlowAnimation.py.
|
private |
Initialize the axes and everything figure related of the energy plot.
Definition at line 535 of file FlowAnimation.py.
|
private |
Initialize the axes and everything figure related of the mainout plot.
Definition at line 559 of file FlowAnimation.py.
|
private |
Initialize the axes and everything figure related of the timescales plot.
Definition at line 511 of file FlowAnimation.py.
|
private |
Initialize the axes and everything figure related of the tracked nuclei plot.
Definition at line 523 of file FlowAnimation.py.
|
private |
Definition at line 1335 of file FlowAnimation.py.
|
private |
Definition at line 1346 of file FlowAnimation.py.
|
private |
Definition at line 1329 of file FlowAnimation.py.
|
private |
Definition at line 1351 of file FlowAnimation.py.
|
private |
Definition at line 607 of file FlowAnimation.py.
|
private |
Initialize the axes and everything figure related of the WinNet logo.
Definition at line 599 of file FlowAnimation.py.
|
private |
Initialize the ngamma_eq class.
Definition at line 358 of file FlowAnimation.py.
|
private |
Initialize the axes and everything figure related of the nuclear chart.
Definition at line 479 of file FlowAnimation.py.
|
private |
Definition at line 1189 of file FlowAnimation.py.
|
private |
Definition at line 1196 of file FlowAnimation.py.
|
private |
Definition at line 1182 of file FlowAnimation.py.
|
private |
Definition at line 1202 of file FlowAnimation.py.
|
private |
Definition at line 368 of file FlowAnimation.py.
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 1749 of file FlowAnimation.py.
def src_files.FlowAnimation.FlowAnimation.arrow_update | ( | self, | |
event | |||
) |
def src_files.FlowAnimation.FlowAnimation.change_bg | ( | self, | |
event | |||
) |
Definition at line 743 of file FlowAnimation.py.
def src_files.FlowAnimation.FlowAnimation.flow_button_event | ( | self, | |
event | |||
) |
|
static |
Format a time in seconds to a more human readable format.
Definition at line 1775 of file FlowAnimation.py.
def src_files.FlowAnimation.FlowAnimation.get_funcanimation | ( | self, | |
frames = None , |
|||
** | kwargs | ||
) |
Definition at line 1504 of file FlowAnimation.py.
def src_files.FlowAnimation.FlowAnimation.handle_fission | ( | self | ) |
Separate the fissioning region from the fission products in the flow plot.
Definition at line 1358 of file FlowAnimation.py.
def src_files.FlowAnimation.FlowAnimation.init_axes | ( | self | ) |
Initialize the axes and everything figure related of the plot.
Definition at line 425 of file FlowAnimation.py.
def src_files.FlowAnimation.FlowAnimation.init_cbars | ( | self, | |
abun_cbar, | |||
flow_cbar | |||
) |
Initialize the colorbars.
Definition at line 1210 of file FlowAnimation.py.
def src_files.FlowAnimation.FlowAnimation.init_data | ( | self | ) |
Initialize the data for the plot.
Definition at line 920 of file FlowAnimation.py.
def src_files.FlowAnimation.FlowAnimation.init_plot | ( | self | ) |
Initialize the plots.
Definition at line 1008 of file FlowAnimation.py.
def src_files.FlowAnimation.FlowAnimation.mafra_button_event | ( | self, | |
event | |||
) |
Definition at line 822 of file FlowAnimation.py.
def src_files.FlowAnimation.FlowAnimation.on_slider_click | ( | self, | |
event | |||
) |
def src_files.FlowAnimation.FlowAnimation.on_slider_release | ( | self, | |
event | |||
) |
def src_files.FlowAnimation.FlowAnimation.on_slider_update | ( | self, | |
val | |||
) |
def src_files.FlowAnimation.FlowAnimation.pause_movie | ( | self, | |
click_event | |||
) |
Definition at line 1538 of file FlowAnimation.py.
def src_files.FlowAnimation.FlowAnimation.r_path_button_event | ( | self, | |
event | |||
) |
def src_files.FlowAnimation.FlowAnimation.save_frame | ( | self, | |
ii | |||
) |
def src_files.FlowAnimation.FlowAnimation.sum_over_A | ( | self, | |
A, | |||
X | |||
) |
Definition at line 1796 of file FlowAnimation.py.
def src_files.FlowAnimation.FlowAnimation.sunet_button_event | ( | self, | |
event | |||
) |
Definition at line 860 of file FlowAnimation.py.
def src_files.FlowAnimation.FlowAnimation.time_slider | ( | self | ) |
Definition at line 1516 of file FlowAnimation.py.
|
static |
Convert a number to a latex string with exponent.
Definition at line 1763 of file FlowAnimation.py.
def src_files.FlowAnimation.FlowAnimation.toggle_button_event | ( | self, | |
event | |||
) |
def src_files.FlowAnimation.FlowAnimation.update_abun_plot | ( | self | ) |
Definition at line 1385 of file FlowAnimation.py.
def src_files.FlowAnimation.FlowAnimation.update_data | ( | self, | |
ii | |||
) |
Update the data for the plot.
Definition at line 1257 of file FlowAnimation.py.
def src_files.FlowAnimation.FlowAnimation.update_fission_plot | ( | self | ) |
Definition at line 1424 of file FlowAnimation.py.
def src_files.FlowAnimation.FlowAnimation.update_flow_plot | ( | self | ) |
Definition at line 1433 of file FlowAnimation.py.
def src_files.FlowAnimation.FlowAnimation.update_frame | ( | self, | |
ii | |||
) |
def src_files.FlowAnimation.FlowAnimation.update_interactive_text | ( | self, | |
ii | |||
) |
Definition at line 1482 of file FlowAnimation.py.
def src_files.FlowAnimation.FlowAnimation.update_ngamma_plot | ( | self | ) |
Definition at line 1462 of file FlowAnimation.py.
def src_files.FlowAnimation.FlowAnimation.update_slider | ( | self, | |
ii | |||
) |
Definition at line 1527 of file FlowAnimation.py.
def src_files.FlowAnimation.FlowAnimation.zoom_button_event | ( | self, | |
event | |||
) |
|
private |
Definition at line 223 of file FlowAnimation.py.
|
private |
Definition at line 969 of file FlowAnimation.py.
|
private |
Definition at line 977 of file FlowAnimation.py.
|
private |
Definition at line 988 of file FlowAnimation.py.
|
private |
Definition at line 989 of file FlowAnimation.py.
|
private |
Definition at line 296 of file FlowAnimation.py.
|
private |
Definition at line 298 of file FlowAnimation.py.
|
private |
Definition at line 129 of file FlowAnimation.py.
|
private |
Definition at line 617 of file FlowAnimation.py.
|
private |
Definition at line 284 of file FlowAnimation.py.
|
private |
Definition at line 285 of file FlowAnimation.py.
|
private |
Definition at line 226 of file FlowAnimation.py.
|
private |
Definition at line 227 of file FlowAnimation.py.
|
private |
Definition at line 225 of file FlowAnimation.py.
|
private |
Definition at line 128 of file FlowAnimation.py.
|
private |
Definition at line 373 of file FlowAnimation.py.
|
private |
Definition at line 224 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.A |
Definition at line 927 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.Abar |
Definition at line 961 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.Abar_plot |
Definition at line 1094 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.abun |
Definition at line 996 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.abun_cbar |
Definition at line 1231 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.abun_im |
Definition at line 1017 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.active_button |
Definition at line 662 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.additional_plot |
Definition at line 149 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.addmainout_data |
Definition at line 1339 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.addmainout_label |
Definition at line 1338 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.addmainout_plot |
Definition at line 1190 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.addmainout_time |
Definition at line 1336 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.addMassBinLabels |
Definition at line 144 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.alphaMassBins |
Definition at line 145 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.amainoutrange |
Definition at line 174 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.animation |
Definition at line 1510 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.available_data |
Definition at line 629 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.ax |
Definition at line 433 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.ax_bg_cb |
Definition at line 1248 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.ax_button |
Definition at line 610 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.ax_button_bg |
Definition at line 692 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.ax_slider |
Definition at line 609 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.axAbund |
Definition at line 494 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.axAddMainout |
Definition at line 551 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.axEnergy |
Definition at line 539 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.axLogo |
Definition at line 603 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.axMainout |
Definition at line 569 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.axMainout_temp |
Definition at line 577 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.axMainout_ye |
Definition at line 588 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.axMassFrac |
Definition at line 505 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.axTimescales |
Definition at line 515 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.axTracked |
Definition at line 527 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.background |
Definition at line 697 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.background_im |
Definition at line 1012 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.background_Y |
Definition at line 749 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.bg_button |
Definition at line 693 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.cax |
Definition at line 1217 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.cb_bg |
Definition at line 1250 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.cmapNameFlow |
Definition at line 166 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.cmapNameMassBins |
Definition at line 146 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.cmapNameX |
Definition at line 165 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.densityrange |
Definition at line 162 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.energy_colors |
Definition at line 242 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.energy_data |
Definition at line 1349 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.energy_entries |
Definition at line 243 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.energy_labels |
Definition at line 244 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.energy_lw |
Definition at line 246 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.energy_plot |
Definition at line 1197 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.energy_time |
Definition at line 1347 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.energyrange |
Definition at line 150 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.fig |
Definition at line 159 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.fis_im_neg |
Definition at line 1057 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.fis_im_pos |
Definition at line 1049 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.fis_region |
Definition at line 999 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.fission_minflow |
Definition at line 173 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.flow |
Definition at line 1005 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.flow_adapt_prange |
Definition at line 172 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.flow_adapt_width |
Definition at line 167 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.flow_buttons |
Definition at line 703 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.flow_cbar |
Definition at line 1238 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.flow_dn |
Definition at line 1316 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.flow_dz |
Definition at line 1004 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.flow_group |
Definition at line 157 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.flow_max |
Definition at line 171 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.flow_max_history |
Definition at line 252 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.flow_max_offset |
Definition at line 273 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.flow_maxArrowWidth |
Definition at line 168 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.flow_min |
Definition at line 170 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.flow_min_offset |
Definition at line 274 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.flow_minArrowWidth |
Definition at line 169 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.flow_N |
Definition at line 1314 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.flow_norm |
Definition at line 250 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.flow_patch |
Definition at line 1044 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.flow_prange |
Definition at line 179 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.flow_Z |
Definition at line 1003 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.forward_mode |
Definition at line 300 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.frame_dir |
Definition at line 132 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.frames |
Definition at line 1509 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.indicate_r_path |
Definition at line 175 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.interactive |
Definition at line 156 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.limits_plot |
Definition at line 270 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.logo |
Definition at line 605 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.mafra_buttons |
Definition at line 718 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.mafra_max_offset |
Definition at line 276 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.mafra_min_offset |
Definition at line 277 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.mafra_plot |
Definition at line 1074 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.mafra_sm |
Definition at line 1230 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.mafrabin_plot |
Definition at line 1078 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.magic_excess |
Definition at line 233 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.mainout_dens_plot |
Definition at line 1098 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.mainout_density |
Definition at line 951 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.mainout_temp_plot |
Definition at line 1099 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.mainout_temperature |
Definition at line 952 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.Mainout_text |
Definition at line 1123 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.mainout_time |
Definition at line 950 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.Mainout_units |
Definition at line 1124 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.mainout_ye |
Definition at line 953 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.mainout_ye_plot |
Definition at line 1100 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.massbin_colors |
Definition at line 976 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.massBinLabels |
Definition at line 148 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.massBins |
Definition at line 147 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.movie_paused |
Definition at line 471 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.N |
Definition at line 926 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.n |
Definition at line 992 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.n_timesteps |
Definition at line 930 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.ngamma_eq |
Definition at line 362 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.ngamma_eq_plot |
Definition at line 363 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.ngamma_eq_plot_o |
Definition at line 364 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.nMagic |
Definition at line 231 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.path |
Definition at line 137 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.play_button |
Definition at line 612 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.plot_abar |
Definition at line 143 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.plot_addmainout |
Definition at line 188 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.plot_energy |
Definition at line 186 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.plot_flow |
Definition at line 158 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.plot_logo |
Definition at line 155 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.plot_magic |
Definition at line 161 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.plot_mainout |
Definition at line 154 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.plot_timescales |
Definition at line 185 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.plot_tracked |
Definition at line 187 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.plotMassBins |
Definition at line 142 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.quiver |
Definition at line 1024 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.r_path_button |
Definition at line 685 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.separate_fission |
Definition at line 160 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.slider_bar |
Definition at line 1517 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.stable_im |
Definition at line 1067 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.sunet_button |
Definition at line 675 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.sunet_indication |
Definition at line 420 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.temperaturerange |
Definition at line 163 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.time |
Definition at line 958 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.timerange |
Definition at line 153 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.timescale_colors |
Definition at line 236 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.timescale_entries |
Definition at line 237 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.timescale_labels |
Definition at line 238 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.timescalerange |
Definition at line 152 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.toggle_buttons |
Definition at line 630 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.track_nuclei_data |
Definition at line 1354 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.track_nuclei_labels |
Definition at line 1356 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.tracked_plot |
Definition at line 1203 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.tracked_time |
Definition at line 1352 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.trackedrange |
Definition at line 151 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.ts_data |
Definition at line 1332 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.ts_plot |
Definition at line 1184 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.ts_time |
Definition at line 1330 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.values |
Definition at line 980 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.winvn |
Definition at line 286 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.winvn_path |
Definition at line 176 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.wreader |
Definition at line 213 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.X |
Definition at line 928 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.X_max |
Definition at line 141 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.X_min |
Definition at line 140 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.Xbins |
Definition at line 965 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.Xsum |
Definition at line 963 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.yerange |
Definition at line 164 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.Z |
Definition at line 925 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.z |
Definition at line 993 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.Z_stab |
Definition at line 216 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.zMagic |
Definition at line 232 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.zoom_button |
Definition at line 665 of file FlowAnimation.py.
src_files.FlowAnimation.FlowAnimation.zoomed |
Definition at line 669 of file FlowAnimation.py.