apply_analyses_act.txt 259 Bytes
@startuml

title Apply analyses

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

@enduml