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

From version 21.1
edited by cpassow
on 2022-04-05 14:40
Change comment: There is no comment for this version
To version 20.1
edited by cpassow
on 2022-04-04 15:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,9 +7,3 @@
1 -test
2 -
3 -----
4 -
5 -=== TODO ===
6 -
7 7  (% style="list-style-type: square;" %)
8 8  * Short descriptions including Links:   → as Text\\
9 9  (% style="list-style-type: square;" %)
... ... @@ -13,42 +13,32 @@
13 13  
14 14  \\
15 15  
16 -* distribution
17 -** channel  (where to host?)
18 -** environment file (repository with examples)
19 -
20 -\\
21 -
22 22  (% style="list-style-type: square;" %)
23 -* Documentation
11 +* Links Repository
24 24  (% style="list-style-type: square;" %)
25 -** here VS repository vs sphinx
13 +** including Method Description: Readme or Sphinx ?
26 26  
27 27  \\
28 28  
29 29  (% style="list-style-type: square;" %)
30 -* Binder
31 -(% style="list-style-type: square;" %)
32 -** examples with Stefan
18 +* Links to Binder
33 33  
34 34  \\
35 35  
36 36  (% style="list-style-type: square;" %)
37 37  * Screencast
38 -(% style="list-style-type: square;" %)
39 -** login in jupyter hub
40 -** login maxwell display
41 -** use slix
42 -** use hdfview plugin in jupterLab
43 -** create conda env with flashh5
44 44  
45 45  \\
46 46  
47 47  \\
48 48  
49 -----
29 +Questions:
50 50  
51 -==== under review ====
31 +(% style="list-style-type: square;" %)
32 +* distribution\\
33 +(% style="list-style-type: square;" %)
34 +** channel
35 +** enviroment → as example for binder
52 52  
53 53  \\
54 54  
... ... @@ -72,11 +72,10 @@
72 72  {{code language="py" title="moved to repository?"}}
73 73  class RunDirectory:
74 74  
75 - def get_run_table(): # more or less information? RunComment | Number of Files | start & stop time ?
59 + def get_run_table(): # more or less information? RunComment | Number of Files
76 76   ...
77 77  
78 - def get_run(daq, run_number): # daq is not needed!
79 -
62 + def get_run(daq, run_number): # daq is not needed
80 80   ...
81 81  
82 82  
... ... @@ -93,6 +93,9 @@
93 93  
94 94   def get_stop_time(): # which? | better as attribute?
95 95   ...
79 +
80 +### for following methods to restrict number of files or separate method
81 +### e.g. create_df(files)
96 96  
97 97   def to_df(daq_map): # to_df(daq_map, slice) slice=[0:4] -> throw Exception
98 98   ...
... ... @@ -109,7 +109,7 @@
109 109  run.to_series(daq_adr or daq_map) # on channel only?
110 110  run.to_array(daq_adr) # on channel only?
111 111  
112 -## interesting?
98 +## is this interesting?
113 113  # run.to_dask(daq_map)
114 114  # run.to_xarray(daq_map)
115 115  {{/code}}