vide_public/mytools/contour_pixels.hpp
Guilhem Lavaux 863ad3be41 Revert "Add more mask"
This reverts commit 9274da1587.
2012-01-15 16:40:30 -05:00

9 lines
192 B
C++

#ifndef __CONTOUR_PIXELS_HPP
#define __CONTOUR_PIXELS_HPP
#include <vector>
#include <healpix_map.h>
void computeContourPixels(Healpix_Map<float>& map, std::vector<int>& contour);
#endif