You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: