mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
name change for preparation script
This commit is contained in:
parent
1380ae2caf
commit
1d728c2cc8
3 changed files with 2 additions and 3 deletions
|
@ -368,8 +368,8 @@ void generateSurfaceMask(generateFromCatalog_info& args ,
|
||||||
// TEST - insert mock galaxies along spheres of survey redshift boundaries
|
// TEST - insert mock galaxies along spheres of survey redshift boundaries
|
||||||
fp = fopen("mock_sphere.txt", "w");
|
fp = fopen("mock_sphere.txt", "w");
|
||||||
|
|
||||||
for (int q = 0; q < 0; q++) {
|
//for (int q = 0; q < 0; q++) {
|
||||||
//for (int q = 0; q < full_mask_list.size(); q++) {
|
for (int q = 0; q < full_mask_list.size(); q++) {
|
||||||
vec3 v = mask.pix2vec(full_mask_list[q]);
|
vec3 v = mask.pix2vec(full_mask_list[q]);
|
||||||
|
|
||||||
Position p;
|
Position p;
|
||||||
|
|
|
@ -229,7 +229,6 @@ def loadVoidCatalog(sampleDir, dataPortion="central", loadPart=True):
|
||||||
# dataPortion: "central" or "all"
|
# dataPortion: "central" or "all"
|
||||||
# loadPart: if True, also load particle information
|
# loadPart: if True, also load particle information
|
||||||
|
|
||||||
#print " Loading particle data..."
|
|
||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
|
|
||||||
catalog = Catalog()
|
catalog = Catalog()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue