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

From version 1.1
edited by cpassow
on 2022-03-31 11:41
Change comment: There is no comment for this version
To version 4.1
edited by cpassow
on 2022-04-04 08:48
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,0 +1,72 @@
1 +(% style="list-style-type: square;" %)
2 +* Short descriptions including Links:
3 +(% style="list-style-type: square;" %)
4 +** GPFS
5 +** JupyterHub
6 +** conda ?
7 +
8 +(% style="list-style-type: square;" %)
9 +* Links Repository
10 +(% style="list-style-type: square;" %)
11 +** including Method Description
12 +
13 +\\
14 +
15 +(% style="list-style-type: square;" %)
16 +* Links to Binder
17 +
18 +\\
19 +
20 +\\
21 +
22 +Questions:
23 +
24 +(% style="list-style-type: square;" %)
25 +* for whom
26 +* where Maxwell / local / extern
27 +* distribution\\
28 +(% style="list-style-type: square;" %)
29 +** channel?
30 +(% style="list-style-type: square;" %)
31 +*** where official hosted (DESY, privat, conda-forge)
32 +** enviroment?
33 +(% style="list-style-type: square;" %)
34 +*** via files / already created?
35 +
36 +\\
37 +
38 +{{code language="py"}}
39 +class RunDirectory:
40 +
41 + def get_run_table(self):
42 + ...
43 +
44 + def get_run(self, daq, run_number):
45 + ...
46 +
47 +
48 +class Run:
49 +
50 + def get_files(self):
51 + ...
52 +
53 + def get_channels(self): # of file #1?
54 + ...
55 +
56 + def get_start_time(self):
57 + ...
58 +
59 + def get_stop_time(self): # which?
60 + ...
61 +
62 + def to_df(self, channel_dict):
63 + ...
64 +
65 + def to_series(self, channel):
66 + ...
67 +
68 + def to_array(self, channel):
69 + ...
70 +{{/code}}
71 +
72 +\\