plot_time_distance#

pydrad.visualize.plot_time_distance(strand, quantities, delta_s: Unit('cm'), **kwargs)[source]#

Make a time-distance plot for a particular quantity or quantities on a uniform grid.

Parameters:
  • strand (~pydrad.parse.Strand) –

  • quantities (str, list, tuple) – Name of quantity or quantities to plot. Optionally, you can also pass in a tuple of (str, array-like), where str is the label and the second entry is the quantity to plot, already interpolated onto a common grid.

  • delta_s (~astropy.units.Quantity) – Spacing of the uniform spatial grid to interpolate the quantity onto

  • space_unit (str or astropy.quantity.Unit, optional) – Unit for the spatial axis

  • Parameters (Optional) –

  • -------------------

  • ~pydrad.visualize.plot_time_mesh. (All other parameters are passed to) –