Skip to content

Updating CASA data in docker images regularly #756

@Mulan-94

Description

@Mulan-94

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions