34 lines
1.3 KiB
ReStructuredText
34 lines
1.3 KiB
ReStructuredText
FLINTS
|
|
======
|
|
|
|
Overall presentation
|
|
--------------------
|
|
|
|
FLINTS is an interpolation algorithm of fields sampled on a sphere. We assumed originally that the field corresponds to a band limited Gaussian random field but it is also optimal in the least-square sense for any field on the sphere.
|
|
|
|
We propose here a C++/OpenMP implementation of this algorithm. It uses the specificities of HEALPix pixelization for speed optimization. The code is mostly self-documenting through comments.
|
|
|
|
Software requirements
|
|
---------------------
|
|
|
|
* CMake (http://www.cmake.org) for building FLINTS
|
|
* HEALPix (http://healpix.sourceforge.net/)
|
|
* GSL (http://www.gnu.org/software/gsl/)
|
|
* Optionally GenGetopt (http://www.gnu.org/software/gengetopt/)
|
|
|
|
Download
|
|
--------
|
|
|
|
* Version 1.0 is here
|
|
* Version 1.1-beta3 is here
|
|
* Bitbucket repository: https://bitbucket.org/glavaux/flints
|
|
|
|
Documentation
|
|
-------------
|
|
|
|
The documentation is included in the tarball of the 1.1 release. It consists into a user manual and the corresponding refereed article.
|
|
License
|
|
|
|
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License. This GPL license is available at the address http://www.gnu.org/licenses/.
|
|
|