Hello,

I'm wanting to pansharpen only a subset of multispectral bands I have 
available. Say for instance I have blue-green-red-nir, and a panchromatic band, 
I can calculate the relative weights to specify when using `gdal_pansharpen` on 
the full multispectral dataset. If I want to only pansharpen, for example, the 
red and NIR bands, is it best to perform the pansharpening on the full dataset 
and only retain the bands I need? Or can i provide only the weights specific to 
the bands I want to pansharpen? If I can do the latter (which I can, given the 
parameter set to `gdal_pansharpen`), do I need to recalculate those weights, or 
only provide the subset of weights for those specific bands?

Many thanks,
Joe


_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to