I am having some problems figuring out stop distance given in this example in the manual, page 111. When we say the stop distance is say 8.05 Mtr, I want to know where does the distance start from? If it is 0 for the 737, does it mean that, for example, the second door of the 777 300 must be 8.05 meters from the point where 737 de boarding door (1st door) will be if 737 were to be parked at that gate?
def customOffset_T1_Gates(aircraftData):
myTable = {
0: 8.05,
737: 0,
195: 0,
900: 0,
757: 3.5,
321: 3.5,
320: 3.5,
777: 8.05,
330: 8.05,
350: 8.05,
747: 12.05,
767: 12.05,
340: 12.05,
}