![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Public Member Functions | |
| __init__ (self, analysis_folder, analysis_prefix) | |
| analysis_save (self, iplot, data) | |
| load_analysis (self, iplot) | |
| get_list_analysis_id (self) | |
| make_plot (self, iplot, plot_func) | |
| render_all (self, plot_func) | |
| render_gif (self, glob_str_plot, gif_filename, save_animation=False, fps=15, bitrate=1800) | |
Public Attributes | |
| analysis_prefix | |
| npy_data_filename | |
| glob_str_data | |
Definition at line 432 of file StandardPlotHelper.py.
| shamrock.utils.analysis.StandardPlotHelper.AnalysisHelper.__init__ | ( | self, | |
| analysis_folder, | |||
| analysis_prefix | |||
| ) |
Definition at line 433 of file StandardPlotHelper.py.
| shamrock.utils.analysis.StandardPlotHelper.AnalysisHelper.analysis_save | ( | self, | |
| iplot, | |||
| data | |||
| ) |
Save the analysis data npy file
Definition at line 444 of file StandardPlotHelper.py.
| shamrock.utils.analysis.StandardPlotHelper.AnalysisHelper.get_list_analysis_id | ( | self | ) |
Definition at line 458 of file StandardPlotHelper.py.
| shamrock.utils.analysis.StandardPlotHelper.AnalysisHelper.load_analysis | ( | self, | |
| iplot | |||
| ) |
Load the analysis data from the json and npy files
Definition at line 452 of file StandardPlotHelper.py.
Here is the call graph for this function:| shamrock.utils.analysis.StandardPlotHelper.AnalysisHelper.make_plot | ( | self, | |
| iplot, | |||
| plot_func | |||
| ) |
Definition at line 461 of file StandardPlotHelper.py.
| shamrock.utils.analysis.StandardPlotHelper.AnalysisHelper.render_all | ( | self, | |
| plot_func | |||
| ) |
Definition at line 466 of file StandardPlotHelper.py.
| shamrock.utils.analysis.StandardPlotHelper.AnalysisHelper.render_gif | ( | self, | |
| glob_str_plot, | |||
| gif_filename, | |||
save_animation = False, |
|||
fps = 15, |
|||
bitrate = 1800 |
|||
| ) |
Definition at line 470 of file StandardPlotHelper.py.
| shamrock.utils.analysis.StandardPlotHelper.AnalysisHelper.analysis_prefix |
Definition at line 440 of file StandardPlotHelper.py.
| shamrock.utils.analysis.StandardPlotHelper.AnalysisHelper.glob_str_data |
Definition at line 442 of file StandardPlotHelper.py.
| shamrock.utils.analysis.StandardPlotHelper.AnalysisHelper.npy_data_filename |
Definition at line 441 of file StandardPlotHelper.py.