Hi, I am having trouble with multiple input in pyGRASS: Example: ------------- b_in=[b1,b2,b3,b4,b5,b7] i.albedo(input=b_in, output=b_albedo, flags="lc", overwrite=OVR) input has a multiple raster band names requirement (6 here), using a list to define b_in does not work. What kind of container should I use? thank you -- ----