askap-vast / vast-post-processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Corrections - Default value of `vast_corrections_root` is incorrect

ddobie opened this issue · comments

vast_corrections_root is set to /data/vast-survey/RACS/release-format/EPOCH00/TILES/STOKESI_SELAVY which is the correct path if you're running the code from the jupyterhub, but incorrect if you're running it from ubuntu@vast-data.

The correct path is /data/RACS/release-format/EPOCH00/TILES/STOKESI_SELAVY.

Currently this path is hardcoded in because there is no way to override the default value using the CLI scripts - this will be implemented in #43.

Fixed in #46

vast_corrections_root: Path = "/data/RACS/release-format/EPOCH00/TILES/STOKESI_SELAVY",