mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
re-added some essential routines; updated example sceipts to reflect new layout
This commit is contained in:
parent
45f22a2c29
commit
541223fd07
11 changed files with 12 additions and 1308 deletions
|
@ -34,13 +34,14 @@ startCatalogStage = 1
|
|||
endCatalogStage = 3
|
||||
|
||||
basePath = os.path.dirname(os.path.abspath(__file__))
|
||||
basePath = os.path.abspath(os.path.join(basePath,"..","..","..","examples"))
|
||||
#basePath = os.path.abspath(os.path.join(basePath,"..","..","..","examples"))
|
||||
|
||||
# directory for input data files
|
||||
inputDataDir = basePath
|
||||
|
||||
# void catalog output directory
|
||||
workDir = os.path.join(basePath,"example_observation")
|
||||
workDir = basePath
|
||||
#workDir = os.path.join(basePath,"example_observation")
|
||||
|
||||
# output directory for log files
|
||||
logDir = os.path.join(basePath,"logs","example_observation")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue