DEMO - Documentation

Version 4.1 by cpassow on 2022-04-04 08:48

The system could not automatically merge data from remote copies of this document, or the merge may have been performed incorrectly. Alternative versions have been saved to the document history. You may need to copy data from past revisions into the latest version of this document. Please mark the document as resolved once you are comfortable it is correct and coherent.
  • Short descriptions including Links:
    • GPFS
    • JupyterHub
    • conda ?
  • Links Repository
    • including Method Description


  • Links to Binder



Questions:

  • for whom
  • where Maxwell / local / extern
  • distribution
    • channel?
      • where official hosted (DESY, privat, conda-forge)
    • enviroment?
      • via files / already created?


class RunDirectory:
       
   def get_run_table(self):
       ...
   
   def get_run(self, daq, run_number):
       ...
   
   
class Run:
       
   def get_files(self):
       ...
   
   def get_channels(self):  # of file #1?
       ...

   def get_start_time(self):
       ...
   
   def get_stop_time(self):  # which?
       ...
   
   def to_df(self, channel_dict):
       ...
   
   def to_series(self, channel):
       ...
   
   def to_array(self, channel):
       ...