mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
more flexible handling of masking data sets
This commit is contained in:
parent
6e18299ade
commit
2cdfce6cbf
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ def launchGenerate(sample, binPath, workDir=None, inputDataDir=None,
|
||||||
dataFileLine = "multidark " + datafile
|
dataFileLine = "multidark " + datafile
|
||||||
elif sample.dataFormat == "gadget":
|
elif sample.dataFormat == "gadget":
|
||||||
dataFileLine = "gadget " + datafile
|
dataFileLine = "gadget " + datafile
|
||||||
|
|
||||||
iX = float(sample.mySubvolume[0])
|
iX = float(sample.mySubvolume[0])
|
||||||
iY = float(sample.mySubvolume[1])
|
iY = float(sample.mySubvolume[1])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue