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 22.1
edited by cpassow
on 2022-04-05 14:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -DEMO - Documentation
1 +DEMO - Working with FLASH data
Content
... ... @@ -1,39 +1,133 @@
1 -(% style="list-style-type: square;" %)
2 -* Short descriptions including Links:   → as Text\\
3 -(% style="list-style-type: square;" %)
4 -** GPFS
5 -** JupyterHub
6 -** conda ?
1 +test
7 7  
3 +----
4 +
5 +=== TODO ===
6 +
7 +(% class="task-list" %)
8 +(((
9 +{{task reference="/Tasks/Task_18" status="InProgress"}}
10 +Short descriptions including Links:   → as Text\\
11 +
12 +(% class="task-list" %)
13 +(((
14 +
15 +
16 +{{task reference="/Tasks/Task_19" status="InProgress"}}
17 +GPFS
18 +{{/task}}
19 +
20 +{{task reference="/Tasks/Task_20" status="InProgress"}}
21 +JupyterHub
22 +{{/task}}
23 +
24 +{{task reference="/Tasks/Task_21" status="InProgress"}}
25 +conda ?
26 +{{/task}}
27 +)))
28 +{{/task}}
29 +)))
30 +
8 8  \\
9 9  
10 -(% style="list-style-type: square;" %)
11 -* Links Repository
12 -(% style="list-style-type: square;" %)
13 -** including Method Description: Readme or Sphinx ?
33 +(% class="task-list" %)
34 +(((
35 +{{task reference="/Tasks/Task_22" status="InProgress"}}
36 +distribution
14 14  
38 +(% class="task-list" %)
39 +(((
40 +
41 +
42 +{{task reference="/Tasks/Task_23" status="InProgress"}}
43 +channel  (where to host?)
44 +{{/task}}
45 +
46 +{{task reference="/Tasks/Task_24" status="InProgress"}}
47 +environment file (repository with examples)
48 +{{/task}}
49 +)))
50 +{{/task}}
51 +)))
52 +
15 15  \\
16 16  
17 -(% style="list-style-type: square;" %)
18 -* Links to Binder
55 +(% class="task-list" %)
56 +(((
57 +{{task reference="/Tasks/Task_25" status="InProgress"}}
58 +Documentation
19 19  
60 +(% class="task-list" %)
61 +(((
62 +
63 +
64 +{{task reference="/Tasks/Task_26" status="InProgress"}}
65 +here VS repository VS sphinx
66 +{{/task}}
67 +)))
68 +{{/task}}
69 +)))
70 +
20 20  \\
21 21  
22 -(% style="list-style-type: square;" %)
23 -* Screencast
73 +(% class="task-list" %)
74 +(((
75 +{{task reference="/Tasks/Task_27" status="InProgress"}}
76 +Binder
24 24  
78 +(% class="task-list" %)
79 +(((
80 +
81 +
82 +{{task reference="/Tasks/Task_28" status="InProgress"}}
83 +examples with Stefan
84 +{{/task}}
85 +)))
86 +{{/task}}
87 +)))
88 +
25 25  \\
26 26  
91 +(% class="task-list" %)
92 +(((
93 +{{task reference="/Tasks/Task_29" status="InProgress"}}
94 +Screencast
95 +
96 +(% class="task-list" %)
97 +(((
98 +
99 +
100 +{{task reference="/Tasks/Task_30" status="InProgress"}}
101 +login in jupyter hub
102 +{{/task}}
103 +
104 +{{task reference="/Tasks/Task_31" status="InProgress"}}
105 +login maxwell display
106 +{{/task}}
107 +
108 +{{task reference="/Tasks/Task_32" status="InProgress"}}
109 +use slix
110 +{{/task}}
111 +
112 +{{task reference="/Tasks/Task_33" status="InProgress"}}
113 +use hdfview plugin in jupterLab
114 +{{/task}}
115 +
116 +{{task reference="/Tasks/Task_34" status="InProgress"}}
117 +create conda env with flashh5
118 +{{/task}}
119 +)))
120 +{{/task}}
121 +)))
122 +
27 27  \\
28 28  
29 -Questions:
125 +\\
30 30  
31 -(% style="list-style-type: square;" %)
32 -* distribution\\
33 -(% style="list-style-type: square;" %)
34 -** channel
35 -** enviroment → as example for binder
127 +----
36 36  
129 +==== under review ====
130 +
37 37  \\
38 38  
39 39  {{code language="bash"}}
... ... @@ -56,10 +56,11 @@
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
153 + def get_run_table(): # more or less information? RunComment | Number of Files | start & stop time ?
60 60   ...
61 61  
62 - def get_run(daq, run_number): # daq is not needed
156 + def get_run(daq, run_number): # daq is not needed!
157 +
63 63   ...
64 64  
65 65  
... ... @@ -76,9 +76,6 @@
76 76  
77 77   def get_stop_time(): # which? | better as attribute?
78 78   ...
79 -
80 -### for following methods to restrict number of files or separate method
81 -### e.g. create_df(files)
82 82  
83 83   def to_df(daq_map): # to_df(daq_map, slice) slice=[0:4] -> throw Exception
84 84   ...
... ... @@ -95,7 +95,7 @@
95 95  run.to_series(daq_adr or daq_map) # on channel only?
96 96  run.to_array(daq_adr) # on channel only?
97 97  
98 -## is this interesting?
190 +## interesting?
99 99  # run.to_dask(daq_map)
100 100  # run.to_xarray(daq_map)
101 101  {{/code}}