dataset.rst 842 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .. This is a autogemerated documentation from python docstrings. It was generated using DStrings2Doc.
  2. .. module:: dataset
  3. .. _dataset:
  4. Module dataset
  5. ==============
  6. .. py:method:: _pad_array(array)
  7. .. py:class:: DataSet(object)
  8. .. py:method:: __init__(self, array, filename, header=None)
  9. .. py:method:: skipped_turns(self)
  10. .. py:method:: bunch(self, number)
  11. .. py:method:: num_bunches(self)
  12. .. py:method:: num_turns(self)
  13. .. py:method:: heatmap(self, adc=1, frm=0, to=-1, bunch_frm=0, bunch_to=-1)
  14. .. py:method:: fft(self, adc=1, frm=0, to=-1, drop_first_bin=False)
  15. .. py:method:: fft_max_freq(self)
  16. .. py:method:: fft_freq_dist(self)
  17. .. py:method:: train(self, adc=1, frm=0, to=-1, **kwargs)
  18. .. py:method:: combined(self, frm=0, to=-1, show_reconstructed=True)