Release 0 Use Cases
Summary
Collect and keep track of issues related to the use cases, selected for Release 0 of the DPPS. This header will receive rolling updates.
Use cases mindmap
Legend
flowchart LR
subgraph Legend1[ ]
c1[TODO]:::todo
c2[DOING]:::doing
c3[DONE]:::done
c4[NOT IMPLEMENTING]:::onhold
end
subgraph Legend2[ ]
direction LR
start1[ ] --->|Included| stop1[ ]
style start1 height:0px;
style stop1 height:0px;
start2[ ] ---o|extends| stop2[ ]
style start2 height:0px;
style stop2 height:0px;
end
classDef todo fill:red
classDef doing fill:orange
classDef done fill:green
classDef onhold fill:grey
classDef default stroke:#333,stroke-width:4px;
Atmospheric Calibrations
flowchart BT
%% List of use cases with labels
110((UC-DPPS-CP-110\nPerform Molecular\nAtmospheric Calibration)):::done
111(UC-DPPS-CP-111\nCompute 12-MACOBAC):::done
112(UC-DPPS-CP-112\nSelect reference molecular density profile):::done
113(UC-DPPS-CP-113\nCompute molecular extinction rayleigh profile):::done
114(UC-DPPS-CP-114\nRetrieve meteorological data for contemporary MDP):::done
115(UC-DPPS-CP-115\nCalculate contemporary molecular density profile):::done
116(UC-DPPS-CP-116\nCompute refractive index profile):::done
117(UC-DPPS-CP-117\nCreate/update atmospheric density model pool):::done
%%118(UC-DPPS-CP-118\nRetrieve water vapour density profile):::done
119(UC-DPPS-CP-119\nRetrieve meteorological data for reference MDP):::done
%% Do we need these use cases?
%%ref_rip(Retrieve reference refractive index profile):::onhold
%%cur_rip(Compute current refractive index profile):::onhold
%% Relations between use cases
111 & 112 --> 113
114 --> 112
119 --> 117
117 --o 112
114 --> 115 --> 112
113 & 116 & 112 --> 110
112 & 111 -->116
classDef todo fill:red
classDef doing fill:orange
classDef done fill:green
classDef onhold fill:grey
classDef default stroke:#333,stroke-width:4px;
Optical Throughput
flowchart LR
210((UC-DPPS-CP-210\nOptical Throughput:\nCompute absolute\noptical throughput)):::todo
211(UC-DPPS-CP-211\nMuon Rings Analysis\nmain method):::doing
212(UC-DPPS-CP-212\nShower Energies Analysis):::onhold
213(UC-DPPS-CP-213\nCherenkov Transparency Coefficient):::onhold
211 & 212 & 213 --o 210
classDef todo fill:red
classDef doing fill:orange
classDef done fill:green
classDef onhold fill:grey
classDef default stroke:#333,stroke-width:4px;
Related issues
Edited by Georgios.Voutsinas