bifacial_radiance icon indicating copy to clipboard operation
bifacial_radiance copied to clipboard

addPiles for makeScene1axis

Open cdeline opened this issue 11 months ago • 0 comments

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 avatar Mar 24 '24 21:03 cdeline