Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sceneDict error when running makeScene1axis #502

Open
cdeline opened this issue Mar 11, 2024 · 0 comments
Open

sceneDict error when running makeScene1axis #502

cdeline opened this issue Mar 11, 2024 · 0 comments
Assignees
Labels
v0_5_0 Include for v0.5.0 release

Comments

@cdeline
Copy link
Contributor

cdeline commented Mar 11, 2024

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}

@cdeline cdeline added the v0_5_0 Include for v0.5.0 release label Mar 11, 2024
@cdeline cdeline self-assigned this Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v0_5_0 Include for v0.5.0 release
Projects
None yet
Development

No branches or pull requests

1 participant