Plotting tool for gravityspy
-
gravityspy.plot.plot.
plot_qtransform
(specsgrams, plot_normalized_energy_range, plot_time_ranges, detector_name, start_time, **kwargs)[source]ΒΆ Fetch raw data around a glitch
Parameters:
- specsgrams (list):
- A list of gwpy.spectrogram.Spectrogram objects
- plot_normalized_energy_range (array):
- The min and max of the colorbar for the plots
- plot_time_ranges (array):
- The duration assosciated with each plot to be made
- detector_name (str):
- What detetor where these spectrograms from
- start_time (float):
- What was the start time of the data used for these spectrograms this effects what the plot title is (ER10 O1 O2 etc)
Returns:
- ind_fig_all
- A list of individual spectrogram plots
- super_fig
- A single plot object contianing all spectrograms