
MECHA C1 User’s Guide v.7.2.12 — Appendix
© 2020 FANOTEC
®
168
at the 11th photo, something changes: MECHA-V should rotate the upper rail up
45°, so we have to add 11=45, to our script:
S=90, 1=0_0, =_30, 11=45,
Then, for the next 11 positions, things will continue in the same manner. At the
12th photo, MECHA-V should rotate down 45° (-45)°. So, we have to add 12=-45,
to our script, and it becomes:
S=90, 1=0_0, =_30, 11=45, 12=-45,
As in the previous row, things go the same for another 11 photos. At the 12th
photo, MECHA-V has to rotate at -90°, which is the position for nadir. So, we
have to add 12=-90, and the script becomes:
S=90, 1=0_0, =_30, 11=45, 12=-45, 12=-90,
Finally, we only need a position for the zenith photo at 0° from the nadir for
MECHA-H. So, we have to add =90_0, ; _0 is to tell that the previous position and
the next position are 0° apart.
Now the script is:
S=90, 1=0_0, =_30, 11=45, 12=-45, 12=-90, =90_0,
To complete the script, now we can add an equal sign =, which in other cases
can be omitted. Our final script is:
S=90, 1=0_0, =_30, 11=45, 12=-45, 12=-90, =90_0, =
which you can see in the above image as well.
Just a side note: The script allows having some pieces of the code in a loop, and
much less code to enter, especially in the case of gigapixel panoramas. This
feature will be exemplified later.
Before launching the panorama, enter 38 in the number of shots field via the
Custom option, then click/tap either the [RIGHT] or [LEFT] button.