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

addPiles for makeScene1axis #505

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

addPiles for makeScene1axis #505

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

Comments

@cdeline
Copy link
Contributor

cdeline commented Mar 24, 2024

At the moment addPiles is a function in the SceneObj. It works for fixed-tilt systems. But a top-level function in RadianceObj is needed to loop through entries in TrackerDict to addPiles to each scene. (or users can do this on their own...)

for key in trackerdict:
trackerdict[key]['scenes'][sceneNum].addPiles()

This may or may not be included in v0.5

@cdeline cdeline added enhancement v0_5_0 Include for v0.5.0 release labels Mar 24, 2024
@cdeline cdeline mentioned this issue Mar 24, 2024
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement v0_5_0 Include for v0.5.0 release
Projects
None yet
Development

No branches or pull requests

1 participant