Renamed directory mytools to pipeline_tools

This commit is contained in:
Guilhem Lavaux 2012-10-30 11:54:42 -04:00
parent b5ee1cc7a6
commit f6fae36329
14 changed files with 0 additions and 0 deletions

View file

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