Generate full corner plot
At the moment the code only includes the following parameters when generating a corner plot:
["luminosity_distance", "dec", "a_2", "a_1", "geocent_time", "phi_jl", "psi", "ra", "phase", "mass_2", "mass_1", "phi_12", "tilt_2", "iota", "tilt_1"]
The reason for this is to reduce runtime (as it currently takes ~20 seconds to produce this corner plot). However, we would ideally want a corner plot which includes all parameters. I think that it would be best to produce this corner plot initially, write the html pages and send the email. Meanwhile, in the background the code can still be running to generate the full corner plot for all parameters. This way the user can still do their analysis straight away without having to wait for the large corner plot to be produced.