InterSAFT for linear array data (flowchart)ΒΆ
Follow the process in the following flowchart to work with the module InterSAFT on measurement data in raw or lbv format.
![digraph example {
node [fontname=Verdana,fontsize=12]
node [style=filled]
node [fillcolor="#EEEEEE"]
node [color="#EEEEEE"]
edge [color="#31CEF0"]
a [label="Start pundit_vision"];
b [label="change work directory"];
c [label="Open \n Select Module -> inter_saft"];
imgnode[image="images/box.png", label="", color=deeppink];
imgnode1[image="images/oneN.png",fixedsize="true",label="",width="2.5",height="4", color=deeppink, shape=box];
imgnode2[image="images/twoN.png", label="", color=deeppink,fixedsize="true", width="6",height="4", shape=box];
imgnode3[image="images/threeN.png", label="",fixedsize="true", width="2.5",height="3",color=deeppink, shape=box];
imgnode4[image="images/fourN.png", label="", color=deeppink,fixedsize="true", width="4",height="3.5",shape=box];
imgnode5[image="images/fiveN.png", label="", color=deeppink,fixedsize="true", width="4",height="3.5", shape=box];
imgnode66[image="images/sixN.png", label="", color=deeppink,fixedsize="true", width="4",height="3.5", shape=box];
imgnode7[image="images/sevenN.png", label="", color=deeppink,fixedsize="true", width="4",height="3.5", shape=box];
d [label="Load data(lbv/raw)\n A-Scan data file"];
e [label="Select ghk header\n (default_lbv_header_mira12.ghk)"];
h [label="Initialize Params.\n (Velocity, Frequency, Reconstruction Area)"];
i [label="Start Homogeneous_SAFT"];
a ->b ->c -> d -> e -> h -> i ;
b -> imgnode[color=deeppink,arrowhead=vee,arrowtail=vee];
c -> imgnode[color=deeppink,arrowhead=vee,arrowtail=vee];
d -> imgnode1[color=deeppink,arrowhead=vee,arrowtail=vee];
e -> imgnode2[color=deeppink,arrowhead=vee,arrowtail=vee];
h -> imgnode3[color=deeppink,arrowhead=vee,arrowtail=vee];
i -> imgnode4[color=deeppink,arrowhead=vee,arrowtail=vee];
i -> imgnode5[color=deeppink,arrowhead=vee,arrowtail=vee];
i -> imgnode66[color=deeppink,arrowhead=vee,arrowtail=vee];
i -> imgnode7[color=deeppink,arrowhead=vee,arrowtail=vee];
}](../../_images/graphviz-f9cdc563f333d1d43ec4193e133b678a8030dbe6.png)
Follow the process in the following flowchart to work with the module InterSAFT on measurement data in raw or lbv format.