changed some things around for getting volume normalization to support reading old catalog files

This commit is contained in:
Paul M. Sutter 2025-04-23 15:57:04 -04:00
parent 40d7793e54
commit f8f960d7dd
4 changed files with 7 additions and 6 deletions

View file

@ -304,7 +304,7 @@ def loadVoidCatalog(sampleDir,
catalog.ranges = ranges
File.close()
volNormZobov, volNormObs = getVolNorm(sample)
volNormZobov, volNormObs = getVolNorm(sampleDir)
catalog.volNormZobov = volNormZobov
catalog.volNormObs = volNormObs