Closed SpacialTree closed 2 months ago
The previous version will not find the new catalog names as there is no wildcard in the old filename.
..visit{visitid:03d}_exp{exposure:05d}...
versus
...visit{visitid:03d}_vgroup*_exp{exposure:05d}...
The script without this update will only merge the old catalog files, and it will fail if only the current version has been run.
ah, maybe it's better to just put a wildcard (*
) instead of _vgroup*
?
...visit{visitid:03d}*_exp{exposure:05d}...
Like this?
Added
vgroup
to glob list of table filenames so merge catalogs merges the correct catalogs.