Closed cdeline closed 3 months ago
Passing a sceneDict into makeScene1axis that includes 'originx' or 'originy' doesn't get passed into the _makeSceneNxR subroutine.
sceneDict = {'originx':0.05, 'originy':0.05, 'pitch':pitch,'hub_height':hub_height, 'nMods': nMods, 'nRows': nRows} demo.makeScene1axis(module=mymodule,sceneDict=sceneDict)
demo.trackerdict['2021-11-06_1100']['scene'].sceneDict:
{'tilt': 32.06, 'pitch': 6, 'clearance_height': 0.969, 'azimuth': 90.0, 'nMods': 20, 'nRows': 7, 'modulez': 0.02, 'axis_tilt': 0,
'originx': 0, 'originy': 0}
Passing a sceneDict into makeScene1axis that includes 'originx' or 'originy' doesn't get passed into the _makeSceneNxR subroutine.
demo.trackerdict['2021-11-06_1100']['scene'].sceneDict:
'originx': 0, 'originy': 0}