@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