-
-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GSOC24: First Objectives and Proposal Code, Velocity Packet Tracker Visualization. #2570
Conversation
A standalone code which can be easily integrated into the TARDIS code base, to build a plot functionality that visualizes the number of packet interactions as a function of the last interaction velocity for each element present in the ejecta.
Output of velocity_packet_tracker.py
*beep* *bop* Hi, human. I'm the @tardis-bot and couldn't find your records in my database. I think we don't know each other, or you changed your credentials recently. Please add your name and email to In case you need to map an existing alias, follow this example. |
*beep* *bop* Hi, human. I'm the @tardis-bot and couldn't find your records in my database. I think we don't know each other, or you changed your credentials recently. Please add your name and email to In case you need to map an existing alias, follow this example. |
*beep* *bop* Hi, human. I'm the @tardis-bot and couldn't find your records in my database. I think we don't know each other, or you changed your credentials recently. Please add your name and email to In case you need to map an existing alias, follow this example. |
*beep* *bop* Hi, human. I'm the @tardis-bot and couldn't find your records in my database. I think we don't know each other, or you changed your credentials recently. Please add your name and email to In case you need to map an existing alias, follow this example. |
*beep* *bop* Hi, human. I'm the @tardis-bot and couldn't find your records in my database. I think we don't know each other, or you changed your credentials recently. Please add your name and email to In case you need to map an existing alias, follow this example. |
*beep* *bop* Hi, human. I'm the @tardis-bot and couldn't find your records in my database. I think we don't know each other, or you changed your credentials recently. Please add your name and email to In case you need to map an existing alias, follow this example. |
They are added to a different repository in my Git account: https://github.com/KC210404/GSOC2024_tardis
*beep* *bop* Hi, human. I'm the @tardis-bot and couldn't find your records in my database. I think we don't know each other, or you changed your credentials recently. Please add your name and email to In case you need to map an existing alias, follow this example. |
They already exist in a different repository in my Git account: https://github.com/KC210404/GSOC2024_tardis
*beep* *bop* Hi, human. I'm the @tardis-bot and couldn't find your records in my database. I think we don't know each other, or you changed your credentials recently. Please add your name and email to In case you need to map an existing alias, follow this example. |
They already exist in a different repository in my Git account: https://github.com/KC210404/GSOC2024_tardis
*beep* *bop* Hi, human. I'm the @tardis-bot and couldn't find your records in my database. I think we don't know each other, or you changed your credentials recently. Please add your name and email to In case you need to map an existing alias, follow this example. |
They already exist in a different repository in my Git account: https://github.com/KC210404/GSOC2024_tardis
They already exist in a different repository in my Git account: https://github.com/KC210404/GSOC2024_tardis
*beep* *bop* Hi, human. I'm the @tardis-bot and couldn't find your records in my database. I think we don't know each other, or you changed your credentials recently. Please add your name and email to In case you need to map an existing alias, follow this example. |
1 similar comment
*beep* *bop* Hi, human. I'm the @tardis-bot and couldn't find your records in my database. I think we don't know each other, or you changed your credentials recently. Please add your name and email to In case you need to map an existing alias, follow this example. |
They already exist in a different repository in my Git account: https://github.com/KC210404/GSOC2024_tardis
They already exist in a different repository in my Git account: https://github.com/KC210404/GSOC2024_tardis
*beep* *bop* Hi, human. I'm the @tardis-bot and couldn't find your records in my database. I think we don't know each other, or you changed your credentials recently. Please add your name and email to In case you need to map an existing alias, follow this example. |
1 similar comment
*beep* *bop* Hi, human. I'm the @tardis-bot and couldn't find your records in my database. I think we don't know each other, or you changed your credentials recently. Please add your name and email to In case you need to map an existing alias, follow this example. |
Added abundances(Log) vs. velocity and number of interactions(Log) w.r.t each series: https://github.com/KC210404/GSOC2024_tardis |
📝 Description
Type: 🎢
GSOC24
This PR contains the following resources and their description:
First Objective Plots code in the file
first_objective_gsoc24.py
and its results:first_objective_1.png
is the sdec plot generated by generate_mpl()first_objective_1(real).png
is the sdec plot generated by general_mpl("real")first_objective_2.png
is the elemental Abundances vs. Velocity of Shells plotfirst_objective_3(real_packets).png
is the number of interactions with each element plot.The Primary Objective of the Project: Velocity Packet Tracker Visualization is to generate number of photon packet interactions with in an ejecta as a function of last interaction velocities w.r.t each element, which is explored through the code in the file
velocity_packet_tracker.py
and its output, similar to the plot demonstrated, is the figure in the fileoutput_velocity_packet_tracker.png
first_objective_gsoc24.py : https://github.com/KC210404/GSOC2024_tardis
velocity_packet_tracker.py : https://github.com/KC210404/GSOC2024_tardis
🚦 Testing
How did you test these changes?
###:ballot_box_with_check: Checklist
build_docs
label