Revert "Add more mask"

This reverts commit 9274da1587.
This commit is contained in:
Guilhem Lavaux 2012-01-15 16:40:30 -05:00
parent ed7b2c3332
commit 863ad3be41
5 changed files with 4 additions and 79 deletions

View file

@ -7,17 +7,8 @@ using namespace std;
static const bool DEBUG = true;
void computeFilledPixels(Healpix_Map<float>& m, vector<int>& filled)
{
filled.clear();
for (int p = 0; p < m.Npix(); p++)
if (m[p] > 0)
filled.push_back(p);
}
void computeContourPixels(Healpix_Map<float>& m, vector<int>& contour)
{
contour.clear();
for (int p = 0; p < m.Npix(); p++)
{
fix_arr<int, 8> result;