Closed zhafen closed 6 years ago
Original comment by Zachary Hafen (Bitbucket: zhafen, GitHub: zhafen)
Steps to address plotting only a subset of the trajectories:
Original comment by Zachary Hafen (Bitbucket: zhafen, GitHub: zhafen)
Currently working on replacing the classifications. Really this involves me just rewriting a lot of the streamline code. I currently need to think about how to sample the x_data and y_data once classifications have already been applied.
Originally reported by Zachary Hafen (Bitbucket: zhafen, GitHub: zhafen)
First I'll have to parse what Daniel did.
Here's what happens inside Daniel's
/home/daa581/repos/daa_python/plot_accmode_arrows_resub.py
:What has to be done for me to be able to use Daniel's code?
Find and look at the functions Daniel's using.Replace the tracking data files.Replace the halo data files.Replace how I center the data.Replace the classifications.Replace the halo plot function (probably).Tidy up.