mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
new tools for handling SDSS mask
This commit is contained in:
parent
c17434ace8
commit
160ed45c12
4 changed files with 146 additions and 0 deletions
9
mytools/contour_pixels.hpp
Normal file
9
mytools/contour_pixels.hpp
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue