CS-SI / SIRIUS

Sirius - Fast and simple to plug-in C++ resampling library that is taking advantage of the Fourier Transform
https://cs-si.github.io/SIRIUS/html/Sirius.html
GNU General Public License v3.0
6 stars 5 forks source link

Support other filter format #34

Open savmickael opened 6 years ago

savmickael commented 6 years ago

Currently we support tiff file through gdal. We support other formats thanks to gdal : hdf5 Check that we support hdf5, raw and csv and add examples

dumasl commented 6 years ago

I believe what we really need is support for xml filters.

We should allow someone to give us a xml filter with tags defining :

Or, at least we should be able to translate those files into filters Sirius handles. All scenarios are really covered by a gdal supported format and two additional arguments to set the hot point coordinates (which we do have since #18). The Sirius doc actually explains how Sirius comprehend the oversampling factor.