NREL / bifacial_radiance

Toolkit for working with RADIANCE for the ray-trace modeling of Bifacial Photovoltaics
https://bifacial-radiance.readthedocs.io
BSD 3-Clause "New" or "Revised" License
89 stars 48 forks source link

addPiles for makeScene1axis #505

Open cdeline opened 6 months ago

cdeline commented 6 months ago

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