Another way:
# open a tmux session for "POS" target
tmux att -t POS
# tmux ls => shows the available sessions
# The calibration can be done for different sectors of BPix, the given calibrations need to be done with full BPix. In order to check the config, open another tmux session for "config" target
tmux att -t config
# The config file should include the full BPix. In order to check it, one can compare the number of lines in the config file used in the calibration ("detectconfig.dat") with the ones in the config file for full BPix ("detectconfig.dat_bfix" : 18945 modules in total). The number of lines corresponds to the number of modules in the considered sector.
wc -l detectconfig.dat
wc -l detectconfig.dat_bfix
# If those are equal to each other, continue with the calibration.
# In the first tmux session for target "POS", run the software
./startProcessors.py /pixel/users/ph1commissioning/bpix/multi.xml
# Keep this screen open to follow the progress, if there is an error the program will crash.