Skip to content
Snippets Groups Projects
Commit 329e4486 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-497: Add casacore measures tables to /opt/IERS/current

parent fa162a94
No related branches found
No related tags found
1 merge request!204L2SS-497: Add and manage casacore measures tables
...@@ -6,5 +6,11 @@ RUN sudo apt-get update && sudo apt-get install -y git && sudo apt-get clean ...@@ -6,5 +6,11 @@ RUN sudo apt-get update && sudo apt-get install -y git && sudo apt-get clean
COPY lofar-requirements.txt /lofar-requirements.txt COPY lofar-requirements.txt /lofar-requirements.txt
RUN sudo pip3 install -r /lofar-requirements.txt RUN sudo pip3 install -r /lofar-requirements.txt
# install and use ephimerides and geodetic ("measures") tables for casacore
RUN sudo mkdir -p /opt/IERS && sudo chmod a+rwx /opt/IERS
RUN IERS_DIRNAME=IERS-`date +%FT%T` && mkdir -p /opt/IERS/${IERS_DIRNAME} && ln -sfT /opt/IERS/${IERS_DIRNAME} /opt/IERS/current
RUN cd /opt/IERS/current && curl ftp://ftp.astron.nl/outgoing/Measures/WSRT_Measures.ztar | tar xz
COPY casarc /home/tango/.casarc
ENV TANGO_LOG_PATH=/var/log/tango ENV TANGO_LOG_PATH=/var/log/tango
RUN sudo mkdir -p /var/log/tango && sudo chmod a+rwx /var/log/tango RUN sudo mkdir -p /var/log/tango && sudo chmod a+rwx /var/log/tango
measures.directory: /opt/IERS/current
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment