Commit d123bb31548ced678c8775737e1cd230968b77e6

Authored by Etienne Pallier
1 parent 6875e6b1
Exists in dev

sequence state diag (updated, "plus jouli...")

src/core/pyros_django/routine_manager/doc/ObservationSequence_SO_state_diag.pu
... ... @@ -20,12 +20,13 @@ end title
20 20 ----------------------------------------
21 21 '/
22 22  
  23 +state SF05_SEQ as "SF05-SEQ - Observation Sequence Creation" #cyan
23 24 state DRAFT_WEB as "INCOMPLETE (DRAFT)": not yet validated
24 25 state TBP as "TOBEPLANNED (TBP)": waiting for planning
25 26 state is_valid <<choice>>
26 27 state End_SF05 <<end>>
27 28  
28   -[*] --> SF05_SEQ #cyan
  29 +[*] --> SF05_SEQ
29 30  
30 31 SF05_SEQ --> is_valid: **created (from import)**
31 32 is_valid --> End_SF05: **[invalid]**
... ... @@ -35,7 +36,7 @@ SF05_SEQ --&gt; DRAFT_WEB: **created (from web form)**
35 36 DRAFT_WEB --> DRAFT_WEB: **modify**
36 37 DRAFT_WEB --> TBP: **SUBMIT, and valid**
37 38  
38   -TBP --> SF07_PLN #cyan
  39 +TBP --> SF07_PLN
39 40  
40 41  
41 42 /'
... ... @@ -44,6 +45,7 @@ TBP --&gt; SF07_PLN #cyan
44 45 ----------------------------------------
45 46 '/
46 47  
  48 +state SF07_PLN as "SF07-PLN - Observation Sequence Planning" #cyan
47 49 state PLND as "PLANNED (PLND)": planned for current/coming night
48 50 state UNPL as "UNPLANNABLE (UNPL)": unplannable \n neither for current/coming night\n neither for next one
49 51 state End_SF07 <<end>>
... ... @@ -53,7 +55,7 @@ SF07_PLN --&gt; UNPL: **PLAN/SCHEDULE**
53 55 UNPL --> End_SF07
54 56 SF07_PLN --> PLND: **PLAN/SCHEDULE**
55 57  
56   -PLND --> SF08_EXE #cyan
  58 +PLND --> SF08_EXE
57 59  
58 60  
59 61 /'
... ... @@ -62,6 +64,7 @@ PLND --&gt; SF08_EXE #cyan
62 64 ----------------------------------------
63 65 '/
64 66  
  67 +state SF08_EXE as "SF08-EXE - Observation Sequence Execution" #cyan
65 68 state E_RUN as "REC_DOING (R_RUN)": Sequence exec running...
66 69 state E_CCLD as "REC_STOPPED (R_CCLD)": Sequence exec cancelled
67 70 state E_END as "REC_DONE (R_END)": Sequence exec finished
... ... @@ -75,7 +78,7 @@ E_RUN --&gt; E_CCLD: **exec cancelled**
75 78 E_CCLD --> TBP: **go back to planning**\n <i>(don't keep incomplete Sequence)
76 79 E_RUN --> E_END: **exec finished**
77 80  
78   -E_END --> SF11_IPC #cyan
  81 +E_END --> SF11_IPC
79 82  
80 83  
81 84 /'
... ... @@ -84,6 +87,7 @@ E_END --&gt; SF11_IPC #cyan
84 87 ----------------------------------------
85 88 '/
86 89  
  90 +state SF11_IPC as "SF11-IPC - Sequence Images ProCessing" #cyan
87 91 state P_RUN as "PROC_DOING (P_RUN)": Sequence process running...
88 92 state P_STOP as "PROC_STOPPED (P_STOP)": Sequence process temporarily stopped
89 93 state P_CCLD as "PROC_CANCELLED (P_CCLD)": Sequence process definitively cancelled/aborted
... ... @@ -98,7 +102,7 @@ P_RUN --&gt; P_STOP: **process stopped**
98 102 P_STOP --> E_END
99 103 P_RUN --> P_END: **process finished**
100 104  
101   -P_END --> SF12_IAN #cyan
  105 +P_END --> SF12_IAN
102 106  
103 107  
104 108 /'
... ... @@ -107,6 +111,7 @@ P_END --&gt; SF12_IAN #cyan
107 111 ----------------------------------------
108 112 '/
109 113  
  114 +state SF12_IAN as "SF12-IAN - Sequence Images ANalysis" #cyan
110 115 state A_RUN as "ANL_DOING (A_RUN)": Sequence analysis running...
111 116 state A_STOP as "ANL_STOPPED (A_STOP)": Sequence analysis temporarily stopped
112 117 state A_CCLD as "ANL_CANCELLED (A_CCLD)": Sequence analysis definitively cancelled/aborted
... ... @@ -120,7 +125,7 @@ A_RUN --&gt; A_STOP: **process stopped**
120 125 A_STOP --> P_END
121 126 A_RUN --> A_END: **analysis finished**
122 127  
123   -A_END --> SF13_IAF #cyan
  128 +A_END --> SF13_IAF
124 129  
125 130  
126 131 /'
... ... @@ -129,6 +134,7 @@ A_END --&gt; SF13_IAF #cyan
129 134 ----------------------------------------
130 135 '/
131 136  
  137 +state SF13_IAF as "SF13-IAF - Sequence Images Archiving & Fetching" #cyan
132 138 state Z_RUN as "ZIP_DOING (Z_RUN)": Sequence archiving running...
133 139 state Z_STOP as "ZIP_STOPPED (Z_STOP)": Sequence archiving temporarily stopped
134 140 state Z_CCLD as "ZIP_CANCELLED (Z_CCLD)": Sequence archiving definitively cancelled/aborted
... ...