forked from OSGeo/gdal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the MakeCompexPixelFunc that make a complex out of a real and ima…
…g bands
- Loading branch information
Showing
4 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<VRTDataset rasterXSize="20" rasterYSize="20"> | ||
<VRTRasterBand dataType="CFloat32" band="1" subClass="VRTDerivedRasterBand"> | ||
<Description>Make complex</Description> | ||
<PixelFunctionType>makecomplex</PixelFunctionType> | ||
<SourceTransferType>CFloat32</SourceTransferType> | ||
<SimpleSource> | ||
<SourceFilename relativeToVRT="1">int32.tif</SourceFilename> | ||
<SourceBand>1</SourceBand> | ||
<SrcRect xOff="0" yOff="0" xSize="20" ySize="20"/> | ||
<DstRect xOff="0" yOff="0" xSize="20" ySize="20"/> | ||
</SimpleSource> | ||
<SimpleSource> | ||
<SourceFilename relativeToVRT="1">int32.tif</SourceFilename> | ||
<SourceBand>1</SourceBand> | ||
<SrcRect xOff="0" yOff="0" xSize="20" ySize="20"/> | ||
<DstRect xOff="0" yOff="0" xSize="20" ySize="20"/> | ||
</SimpleSource> | ||
</VRTRasterBand> | ||
</VRTDataset> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters