You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Description:** A TARDIS simulation propagates a large number of Monte Carlo packets throughout the simulation domain and the last packets form the output synthetic spectrum. There is a collection of existing <ahref="https://tardis-sn.github.io/tardis/analyzing_tardis/visualization/index.html"target="_blank">visualization tools</a> that help researchers analyze the packet information, especially the last interaction. However, there are no tools/widgets to visualize the full packet history from the start to end yet. The goal of this project is to build a widget to visualize the full packet interaction history using a Sankey Diagram. The full packet information is stored within the `tardis.transport.montecarlo.packets.trackers.tracker_full` module if the setting is on.
143
+
144
+
**First Objective:** Write a function that can filter the provided dataset of packet interactions by last interaction type. Your function should return a subset of the packet interaction dataframe containing the full history of all packets whose last interaction is the type specified in the function's argument (electron scattering, C I, Ca II, etc.).
145
+
146
+
**Expected Outcomes:**
147
+
- Parametrize the plotter to customise it, such as select a specific starting/end condition and/or a subset of interaction types (e.g., electron scattering, specific line interactions).
148
+
- Visualization tool that's documented and tested similar to SDEC plot and other existing visualization tools.
0 commit comments