- Messages
- 305
- Country
 
Hi,
I'm trying something a bit more complicated, using one INF file for two seasons of imagery, and use a water mask for both of the seasons pulled from a seperate file.
From what I understand, this is how you set it up:
	
	
	
		
However, resample spits it back out.
I tried a single source INF file to confirm that the xMap,yMap,xDim,yDim values are correct, and it did compile just fine.
Any ideas?
Thank!
				
			I'm trying something a bit more complicated, using one INF file for two seasons of imagery, and use a water mask for both of the seasons pulled from a seperate file.
From what I understand, this is how you set it up:
		Code:
	
	[Source]
Type = MultiSource
NumberOfSources = 3
[Source1]
Type = TIFF
Layer = Imagery
SourceDir = "."
SourceFile = "summer.tif"
ULXMAP = -116.35289009
ULYMAP = 46.56940795
XDIM = 9.06942098E-06
YDIM = 9.06942095E-06
NullValue = 255,255,206
Variation = Summer
Channel_LandWaterMask = 3.0
[Source2]
Type = TIFF
Layer = Imagery
SourceDir = "."
SourceFile = "winter.tif"
ULXMAP = -116.35289009
ULYMAP = 46.56940795
XDIM = 9.06942098E-06
YDIM = 9.06942095E-06
Variation = Winter
NullValue = 255,255,206
Channel_LandWaterMask = 3.0
[Source3]
Type = BMP
Layer = None
SourceDir = "."
SourceFile = "LandWaterMask.bmp"
ULXMAP = -116.35289009
ULYMAP = 46.56940795
XDIM = 9.06942098E-06
YDIM = 9.06942095E-06
SamplingMethod=Gaussian
[Destination]
DestDir = "."
DestBaseFileName = "Aerial_Image"
UseSourceDimensions = 1
CompressionQuality = 80However, resample spits it back out.
I tried a single source INF file to confirm that the xMap,yMap,xDim,yDim values are correct, and it did compile just fine.
Any ideas?
Thank!
 
	 
 
		 
 
		








 
 
		