vide_public/mytools/contour_pixels.hpp
Guilhem Lavaux 84b451d3ad Wrong revert
Revert "Revert "Add more mask""

This reverts commit 863ad3be41.
2012-01-15 16:41:12 -05:00

11 lines
271 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);
void computeFilledPixels(Healpix_Map<float>& map, std::vector<int>& contour);
#endif