Blame view

doc/uml/activities/analyzer/apply_calibrations_act.txt 274 Bytes
164eebbd   haribo   UML and comments
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@startuml

title Apply calibrations

(*) --> if "All calibrations files exist in their directory"
		--> [Yes] "Read calibrations files"
		--> "Apply calibrations to the images"
		--> (*)
	else
		--> [No] "Send mail to the administrators and the IC"
		--> (*)
	endif

@enduml