re-added some essential routines; updated example sceipts to reflect new layout

This commit is contained in:
Paul M. Sutter 2024-05-22 15:13:15 -04:00
parent 45f22a2c29
commit 541223fd07
11 changed files with 12 additions and 1308 deletions

View file

@ -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")