| I need help setting up a model to batch perform "NNDiffuse Pan Sharpening". I have 10 multispectral Landsat images and 10 panhromatich landsat images after Dark Susbtraction process. I want to loop through each 2-image set (multi, panhromatic) and generate a pansharpening output. I tried to do this using 2 datasets, 2 iterators, generate filename, and NNDiffuse Pan Sharpening. I get the error "Nodes cannot be traced back to more than one iterator: [NNDiffuse Pan Sharpening].  
 What is the correct way to set this up?
 
 I want it to run like:
 
 Run 1: multi1, rpanhromatic1 are used to generate pansharpening1
 Run2: multi2, rpanhromatic2 are used to generate pansharpening2
 etc...
 
 Thanks in advance!
 |