Skip to content

Commit

Permalink
Added requested fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vshekar committed Apr 5, 2024
1 parent 93b83ff commit a6c9c7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gui/control_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2917,7 +2917,7 @@ def center3LoopCB(self):
self.send_to_server("mvaDescriptor", ["omega", 0])

def fillPolyRaster(
self, rasterReq, waitTime=1
self, rasterReq
): # at this point I should have a drawn polyRaster
logger.info("filling poly for " + str(rasterReq["uid"]))
rasterResults = db_lib.getResultsforRequest(rasterReq["uid"])
Expand Down Expand Up @@ -2952,7 +2952,6 @@ def fillPolyRaster(
self.currentRasterCellList = currentRasterGroup.childItems()
cellResults = rasterResult["result_obj"]["rasterCellResults"]["resultObj"]
numLines = len(cellResults)
# cellResults_array = [{} for i in range(numLines)]
my_array = np.zeros(numLines)
spotLineCounter = 0
cellIndex = 0
Expand Down

0 comments on commit a6c9c7c

Please sign in to comment.