To modify the motor timing constants in the MimirInst do the following:

ps -ef | grep MimirInst
kill -9 (job number for MimirInst)

vi MimirInst.h    -   change motor constants as needed
:wq                      -   to save file

cd  /home/camera/taylor/MimirInst-1.1

make clean
make

cd /home/camera/taylor/MimirInst-1.1/src
./MimirInst

cd ..
sudo make install


There are no other places where motor delays occur, so this is the only place needing motor timing adjustments.
DPC 20161110