mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
renamed 'generateMock' routines to 'prep' routines to accurately reflect what they do
This commit is contained in:
parent
b1962100a8
commit
50ad2d6d73
21 changed files with 69 additions and 89 deletions
|
@ -46,9 +46,9 @@ ncFloat = 'f8' # Double precision
|
|||
LIGHT_SPEED = 299792.458
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
def launchGenerate(sample, binPath, workDir=None, inputDataDir=None,
|
||||
zobovDir=None, figDir=None, logFile=None, useComoving=False,
|
||||
continueRun=None,regenerate=False):
|
||||
def launchPrep(sample, binPath, workDir=None, inputDataDir=None,
|
||||
zobovDir=None, figDir=None, logFile=None, useComoving=False,
|
||||
continueRun=None,regenerate=False):
|
||||
|
||||
if sample.dataType == "observation":
|
||||
sampleName = sample.fullName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue