#
# Lights for best lighting of cubicles, using task luminaires
#
#	bank 1:

!cnt 8 2 | rcalc -e 'xpos=$1*3+3.5;ypos=$2*2.5+2' -e 'bright=1;range=6' -o light.fmt
#
#	bank 2:

!cnt 8 2 | rcalc -e 'xpos=$1*3+3.5;ypos=$2*2.5+11' -e 'bright=1;range=6' -o light.fmt
#
#	center corridor lights:

!cnt 8 2 | rcalc -e 'xpos=$1*3+3.5;ypos=$2*1.5+7' -e 'bright=.5;range=6' -o light.fmt

#
#	end corridor lights:

!cnt 4 2 | rcalc -e 'ypos=select($1+1,2,5.75,9.75,13.5);xpos=$2*26+1' -e 'bright=1;range=6' -o light.fmt
#
# The desk lamps

!cnt 8 2 | rcalc -e 'xpos=2+$1*3;ypos=4.5+$2*6.5' -o desklamp.fmt

!cnt 8 2 | rcalc -e 'xpos=-5-$1*3;ypos=-4.5-$2*6.5' -o desklamp.fmt | xform -rz 180
