new tools for handling SDSS mask

This commit is contained in:
Guilhem Lavaux 2011-11-01 11:04:34 -04:00
parent c17434ace8
commit 160ed45c12
4 changed files with 146 additions and 0 deletions

View file

@ -0,0 +1,9 @@
#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