Seen in concentric.py, get_all_pixel_locations() called in setup() returns a different array than when it's called via parameter_changed() after initialization is complete. This seems wrong :) Need to look in more depth to see why the scene locations can change during startup.
Seen in
concentric.py
,get_all_pixel_locations()
called insetup()
returns a different array than when it's called viaparameter_changed()
after initialization is complete. This seems wrong :) Need to look in more depth to see why the scene locations can change during startup.