mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
fixed support for masked mock data sets; now skips over comments in halo catalogs
This commit is contained in:
parent
f3f96b0dcd
commit
2c3fe1b35d
4 changed files with 7 additions and 4 deletions
|
@ -32,7 +32,7 @@ def launchGenerate(sample, binPath, workDir=None, inputDataDir=None,
|
|||
if sample.dataFile == "":
|
||||
datafile = inputDataDir+"/"+sampleName
|
||||
else:
|
||||
datafile = sample.dataFile
|
||||
datafile = inputDataDir+"/"+sample.dataFile
|
||||
|
||||
maskFile = sample.maskFile
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue