mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
futher fixes for handling sub-volumes in analysis
This commit is contained in:
parent
e2ee7b22dd
commit
61acd59383
8 changed files with 182 additions and 26 deletions
|
@ -5,7 +5,6 @@
|
|||
import numpy as np
|
||||
import os
|
||||
import sys
|
||||
from Scientific.IO.NetCDF import NetCDFFile
|
||||
import void_python_tools as vp
|
||||
import argparse
|
||||
|
||||
|
@ -96,10 +95,10 @@ from void_python_tools.backend.classes import *
|
|||
|
||||
continueRun = False
|
||||
startCatalogStage = 1
|
||||
endCatalogStage = 3
|
||||
endCatalogStage = 4
|
||||
|
||||
startAPStage = 1
|
||||
endAPStage = 6
|
||||
endAPStage = 7
|
||||
|
||||
ZOBOV_PATH = os.getenv("PWD")+"/../zobov/"
|
||||
CTOOLS_PATH = os.getenv("PWD")+"/../c_tools/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue