Call ProductSet-Reader and Create Stack in Snap

I think you don’t need the ProductSetReader.

Try the following code to init the product set:

files_list = ['C:\myGRDH_file1.dim', 'C:\myGRDH_file2.dim']
product_set=[]
for file in files_list:
  product_set.append(ProductIO.readProduct(file))