Script execution
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
PLATE_SIZE = 400
|
||||
BLOCK_ROI_TOLERANCE = 12 #mm
|
||||
LED_TOLERANCE = 8 #mm Distance between LEDs = 18mm
|
||||
PUCK_SIZE = 65
|
||||
@@ -50,6 +51,7 @@ class Puck:
|
||||
def __str__(self):
|
||||
return "Number: " + str(self.number) + "\nBlock: " + str(self.block) + "\nIndex: " + str(self.index) + "\nAngle: " + str(self.angle) + \
|
||||
"\nCenter: " + str(self.center) + "\nLed Unipuck: " + str(self.led_uni) + "\nLed Minispine: " + str(self.led_mini)
|
||||
|
||||
|
||||
_block_ids = []
|
||||
_puck_list = []
|
||||
|
||||
Reference in New Issue
Block a user