When running plot-elevation-tracks in the caracal obsconf worker, part of the current output we get is
SEVERE gaincal::MeasTable::dUTC(Double) (file measures/Measures/MeasTable.cc, line 6307Leap second table TAI_UTC seems out-of-date.
SEVERE gaincal::MeasTable::dUTC(Double) (file measures/Measures/MeasTable.cc, line 6307)+ Until table is updated (see aips++ manager) times and coordinates
SEVERE gaincal::MeasTable::dUTC(Double) (file measures/Measures/MeasTable.cc, line 6307)+ derived from UTC could be wrong by 1s or more.
This casaguide wiki page suggests that the solution is updating CASA data. I currently solve this by adding
RUN pip install --no-cache-dir --upgrade --extra-index-url https://go.nrao.edu/pypi casadata
to the owlcat base image in stimela. However, the image swells up by about an extra GB and it is suggested here that this data should be updated ever so often. How can we go about doing this regularly @gijzelaerr ? @o-smirnov suggested having an image solely containing this updated data pulled into the owlcat base, or updating the stimela base altogether
When running plot-elevation-tracks in the
caracal obsconfworker, part of the current output we get isThis casaguide wiki page suggests that the solution is updating
CASAdata. I currently solve this by addingto the
owlcatbase image instimela. However, the image swells up by about an extra GB and it is suggested here that this data should be updated ever so often. How can we go about doing this regularly @gijzelaerr ? @o-smirnov suggested having an image solely containing this updated data pulled into theowlcatbase, or updating thestimelabase altogether