Updating the CASA Data Repository
From CASA Guides
CASA data repositories contain our current best knowledge of, e.g., observatory coordinates, leap seconds, ephemerides, calibrator models, etc. Every version of CASA contains the latest files.
Sometimes, however, one may want to manually update the data repository on an existing CASA version. From CASA version 4.4 and onward one can do this in two different ways (independent of the operating system):
1) On the CASA prompt, run
# In CASA
!update-data
or
2) Without starting CASA< one can update the reporistory from the Unix promt, too:
# in a terminal
casa-config --exec update-data
either command will pull the current data repository from the NRAO database and update it on disk.