mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
more consistent handling of redshift bounaries in pruneVoids
This commit is contained in:
parent
80c2b7f603
commit
06c8ddc26e
3 changed files with 24 additions and 9 deletions
|
@ -334,7 +334,8 @@ void generateSurfaceMask(generateFromCatalog_info& args ,
|
|||
// TEST - insert mock galaxies along spheres of survey redshift boundaries
|
||||
fp = fopen("mock_sphere.txt", "w");
|
||||
|
||||
for (int p = 0; p < full_mask_list.size(); p++) {
|
||||
for (int p = 0; p < 0; p++) {
|
||||
//for (int p = 0; p < full_mask_list.size(); p++) {
|
||||
vec3 v = mask.pix2vec(full_mask_list[p]);
|
||||
|
||||
Position p;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue