mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
fixed printout of subsampling
This commit is contained in:
parent
3dd1281cc9
commit
e9b2697bc7
2 changed files with 2 additions and 2 deletions
|
@ -524,7 +524,7 @@ int main(int argc, char **argv)
|
||||||
cout << "Boxsize = " << header->BoxSize << endl;
|
cout << "Boxsize = " << header->BoxSize << endl;
|
||||||
cout << "Omega_M = " << header->Omega_M << endl;
|
cout << "Omega_M = " << header->Omega_M << endl;
|
||||||
cout << "Omega_Lambda = " << header->Omega_Lambda << endl;
|
cout << "Omega_Lambda = " << header->Omega_Lambda << endl;
|
||||||
cout << "Subsample fraction: " << (args_info.subsample_given ? 1 : args_info.subsample_arg) << endl;
|
cout << "Subsample fraction: " << (args_info.subsample_given ? args_info.subsample_arg : 1.0) << endl;
|
||||||
}
|
}
|
||||||
double *expfact;
|
double *expfact;
|
||||||
|
|
||||||
|
|
|
@ -133,7 +133,7 @@ def launchGenerate(sample, binPath, workDir=None, inputDataDir=None,
|
||||||
rangeY_max %g
|
rangeY_max %g
|
||||||
rangeZ_min %g
|
rangeZ_min %g
|
||||||
rangeZ_max %g
|
rangeZ_max %g
|
||||||
subsample %s
|
subsample %g
|
||||||
""" % (dataFileLine, zobovDir+"/zobov_slice_"+sampleName,
|
""" % (dataFileLine, zobovDir+"/zobov_slice_"+sampleName,
|
||||||
zobovDir+"/zobov_slice_"+sampleName+".par",
|
zobovDir+"/zobov_slice_"+sampleName+".par",
|
||||||
includePecVelString,
|
includePecVelString,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue