Last modified by makuadm on 2026-01-07 06:21

From version 20.1
edited by cpassow
on 2022-04-04 15:18
Change comment: There is no comment for this version
To version 16.1
edited by cpassow
on 2022-04-04 11:37
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,5 @@
1 1  (% style="list-style-type: square;" %)
2 -* Short descriptions including Links:   → as Text\\
2 +* Short descriptions including Links:
3 3  (% style="list-style-type: square;" %)
4 4  ** GPFS
5 5  ** JupyterHub
... ... @@ -10,7 +10,7 @@
10 10  (% style="list-style-type: square;" %)
11 11  * Links Repository
12 12  (% style="list-style-type: square;" %)
13 -** including Method Description: Readme or Sphinx ?
13 +** including Method Description?
14 14  
15 15  \\
16 16  
... ... @@ -29,10 +29,16 @@
29 29  Questions:
30 30  
31 31  (% style="list-style-type: square;" %)
32 +* for whom
33 +* where Maxwell / local / extern
32 32  * distribution\\
33 33  (% style="list-style-type: square;" %)
34 -** channel
35 -** enviroment → as example for binder
36 +** channel?
37 +(% style="list-style-type: square;" %)
38 +*** where official hosted (DESY, privat, conda-forge)
39 +** enviroment?
40 +(% style="list-style-type: square;" %)
41 +*** via files / already created?
36 36  
37 37  \\
38 38  
... ... @@ -56,7 +56,7 @@
56 56  {{code language="py" title="moved to repository?"}}
57 57  class RunDirectory:
58 58  
59 - def get_run_table(): # more or less information? RunComment | Number of Files
65 + def get_run_table(): # more or less information? RunComment
60 60   ...
61 61  
62 62   def get_run(daq, run_number): # daq is not needed
... ... @@ -68,7 +68,7 @@
68 68   def get_files():
69 69   ...
70 70  
71 - def get_channels(): # of file #1
77 + def get_channels(): # of file #1?
72 72   ...
73 73  
74 74   def get_start_time(): # better as attribute?
... ... @@ -80,7 +80,7 @@
80 80  ### for following methods to restrict number of files or separate method
81 81  ### e.g. create_df(files)
82 82  
83 - def to_df(daq_map): # to_df(daq_map, slice) slice=[0:4] -> throw Exception
89 + def to_df(daq_map):
84 84   ...
85 85  
86 86   def to_series(channel):