diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-03-02 10:49:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-02 10:49:57 -0500 |
commit | 18bfee6452414f584fc2415561e7dadeace5c41e (patch) | |
tree | b1fb0880e50c2e1b73d9fd398c1b495e5d44832a | |
parent | 52e7af7b47c2baeb9557a6d56ad639aa4cc26ed4 (diff) | |
download | astroconda-releases-testing-18bfee6452414f584fc2415561e7dadeace5c41e.tar.gz |
HCALDP-20200302 (#111)
-rw-r--r-- | caldp/20200302/README.md | 63 | ||||
-rw-r--r-- | caldp/20200302/dev/caldp_cos1_20200302_linux_py36_rc1.yml | 110 | ||||
-rw-r--r-- | caldp/20200302/dev/caldp_cos1_20200302_osx_py36_rc1.yml | 104 | ||||
l--------- | caldp/20200302/latest-linux | 1 | ||||
l--------- | caldp/20200302/latest-osx | 1 | ||||
-rw-r--r-- | caldp/20200302/release_notes.md | 3 | ||||
-rw-r--r-- | caldp/20200302/software_updates.md | 7 |
7 files changed, 289 insertions, 0 deletions
diff --git a/caldp/20200302/README.md b/caldp/20200302/README.md new file mode 100644 index 0000000..8926545 --- /dev/null +++ b/caldp/20200302/README.md @@ -0,0 +1,63 @@ +NOTE: This release introduces some minor changes in installation procedures. Please see +below for details. + +# Installing + +Currently, conda is required to manage installation of the enviornment. A fresh +installation of Anaconda3 or Miniconda3 is not required for each HCALDP release, +however. An existing conda installation may be used. The method described here +allows for multiple, entirely segregated, pipeline installations. + +A `bash`-compatible shell is required for all steps below. + +Python dependencies are now taken directly from PyPI or development repositories as +needed, so conda's ability to install hybrid conda/pip environments from a YAML +specification is used. This requires first downloading the specification file +and then creating the environment with it. + +## For existing conda installations: + +### Install the pipeline environment + +``` +$ curl -O https://ssb.stsci.edu/releases/caldp/20200302/latest-linux.yml +$ conda env create -n caldp_20200302 --file latest-linux.yml +``` + + +### Activate the pipeline environment + +``` +$ source activate caldp_20200302 +``` + +Each new delivery iteration of the calibration environment will need to be +installed using the above commands. + +------ + +## If conda is not yet installed + +If the conda tool is not available on the target system, it will need to be +installed before the calibration environment can be installed. + +### Installing conda + +For detailed instructions of this step, please visit: http://docs.continuum.io/anaconda/install#linux-install + +**Miniconda:** + +``` +$ wget https://repo.continuum.io/miniconda/Miniconda3-4.7.12-Linux-x86_64.sh +$ bash Miniconda3-4.7.12-Linux-x86_64.sh +$ export PATH=$HOME/miniconda3/bin:$PATH +``` + +**Anaconda (if preferred):** + +``` +$ wget https://repo.continuum.io/archive/Anaconda3-2019.10-Linux-x86_64.sh +$ bash Anaconda3-2019.10-Linux-x86_64.sh +$ export PATH=$HOME/anaconda3/bin:$PATH +``` + diff --git a/caldp/20200302/dev/caldp_cos1_20200302_linux_py36_rc1.yml b/caldp/20200302/dev/caldp_cos1_20200302_linux_py36_rc1.yml new file mode 100644 index 0000000..15893b9 --- /dev/null +++ b/caldp/20200302/dev/caldp_cos1_20200302_linux_py36_rc1.yml @@ -0,0 +1,110 @@ +channels: +- https://ssb.stsci.edu/astroconda +- defaults +dependencies: +- _libgcc_mutex=0.1=main +- bzip2=1.0.8=h7b6447c_0 +- ca-certificates=2020.1.1=0 +- certifi=2019.11.28=py36_0 +- cfitsio=3.470=hb7c8383_2 +- fitsverify=4.18=7 +- hstcal=1.0.0=0 +- krb5=1.17.1=h173b8e3_0 +- ld_impl_linux-64=2.33.1=h53a641e_7 +- libcurl=7.68.0=h20c2e04_0 +- libedit=3.1.20181209=hc058e9b_0 +- libffi=3.2.1=hd88cf55_4 +- libgcc-ng=9.1.0=hdf63c60_0 +- libgfortran-ng=7.3.0=hdf63c60_0 +- libssh2=1.8.2=h1ba5d50_0 +- libstdcxx-ng=9.1.0=hdf63c60_0 +- ncurses=6.2=he6710b0_0 +- openssl=1.1.1d=h7b6447c_4 +- pip=20.0.2=py36_1 +- python=3.6.10=h0371630_0 +- readline=7.0=h7b6447c_5 +- setuptools=45.2.0=py36_0 +- sqlite=3.31.1=h7b6447c_0 +- tk=8.6.8=hbc83047_0 +- wheel=0.34.2=py36_0 +- xz=5.2.4=h14c3975_4 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.0.0 + - alabaster==0.7.12 + - astropy==4.0 + - astroquery==0.4 + - babel==2.8.0 + - beautifulsoup4==4.8.2 + - calcos==3.3.8 + - cffi==1.14.0 + - chardet==3.0.4 + - costools==1.2.3 + - crds==7.4.1.3 + - cryptography==2.8 + - cycler==0.10.0 + - decorator==4.4.1 + - docutils==0.16 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.0.1 + - idna==2.9 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.5.0 + - jeepney==0.4.2 + - jinja2==2.11.1 + - keyring==21.1.0 + - kiwisolver==1.1.0 + - lxml==4.5.0 + - markupsafe==1.1.1 + - matplotlib==3.1.3 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.18.1 + - numpydoc==0.9.2 + - packaging==20.1 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.0.0 + - pycparser==2.19 + - pygments==2.5.2 + - pyparsing==2.4.6 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2019.3 + - pywavelets==1.1.1 + - reftools==1.7.5 + - requests==2.23.0 + - scikit-image==0.16.2 + - scipy==1.4.1 + - secretstorage==3.1.2 + - six==1.14.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0 + - spherical-geometry==1.2.18 + - sphinx==2.4.3 + - sphinx-rtd-theme==0.4.3 + - sphinxcontrib-applehelp==1.0.1 + - sphinxcontrib-devhelp==1.0.1 + - sphinxcontrib-htmlhelp==1.0.3 + - sphinxcontrib-jsmath==1.0.1 + - sphinxcontrib-qthelp==1.0.2 + - sphinxcontrib-serializinghtml==1.1.3 + - stistools==1.3.0 + - stregion==1.1.6 + - stsci-image==2.3.3 + - stsci-imagestats==1.6.2 + - stsci-rtd-theme==0.0.2 + - stsci-skypac==1.0.4 + - stsci-stimage==0.2.4 + - stsci-tools==3.6.0 + - stwcs==1.5.3 + - tweakwcs==0.6.0 + - urllib3==1.25.8 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.0.0 diff --git a/caldp/20200302/dev/caldp_cos1_20200302_osx_py36_rc1.yml b/caldp/20200302/dev/caldp_cos1_20200302_osx_py36_rc1.yml new file mode 100644 index 0000000..939453b --- /dev/null +++ b/caldp/20200302/dev/caldp_cos1_20200302_osx_py36_rc1.yml @@ -0,0 +1,104 @@ +channels: +- https://ssb.stsci.edu/astroconda +- defaults +dependencies: +- bzip2=1.0.8=h1de35cc_0 +- ca-certificates=2020.1.1=0 +- certifi=2019.11.28=py36_0 +- cfitsio=3.470=hb33e7b4_2 +- fitsverify=4.18=7 +- hstcal=2.3.1=0 +- krb5=1.17.1=hddcf347_0 +- libcurl=7.68.0=h051b688_0 +- libcxx=4.0.1=hcfea43d_1 +- libcxxabi=4.0.1=hcfea43d_1 +- libedit=3.1.20181209=hb402a30_0 +- libffi=3.2.1=h475c297_4 +- libgcc=4.8.5=hdbeacc1_10 +- libgfortran=3.0.1=h93005f0_2 +- libssh2=1.8.2=ha12b0ac_0 +- ncurses=6.2=h0a44026_0 +- openssl=1.1.1d=h1de35cc_4 +- pip=20.0.2=py36_1 +- python=3.6.10=h359304d_0 +- readline=7.0=h1de35cc_5 +- setuptools=45.2.0=py36_0 +- sqlite=3.31.1=ha441bb4_0 +- tk=8.6.8=ha441bb4_0 +- wheel=0.34.2=py36_0 +- xz=5.2.4=h1de35cc_4 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.0.0 + - alabaster==0.7.12 + - astropy==4.0 + - astroquery==0.4 + - babel==2.8.0 + - beautifulsoup4==4.8.2 + - calcos==3.3.8 + - chardet==3.0.4 + - costools==1.2.3 + - crds==7.4.1.3 + - cycler==0.10.0 + - decorator==4.4.1 + - docutils==0.16 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.0.1 + - idna==2.9 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.5.0 + - jinja2==2.11.1 + - keyring==21.1.0 + - kiwisolver==1.1.0 + - lxml==4.5.0 + - markupsafe==1.1.1 + - matplotlib==3.1.3 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.18.1 + - numpydoc==0.9.2 + - packaging==20.1 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.0.0 + - pygments==2.5.2 + - pyparsing==2.4.6 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2019.3 + - pywavelets==1.1.1 + - reftools==1.7.5 + - requests==2.23.0 + - scikit-image==0.16.2 + - scipy==1.4.1 + - six==1.14.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0 + - spherical-geometry==1.2.18 + - sphinx==2.4.3 + - sphinx-rtd-theme==0.4.3 + - sphinxcontrib-applehelp==1.0.1 + - sphinxcontrib-devhelp==1.0.1 + - sphinxcontrib-htmlhelp==1.0.3 + - sphinxcontrib-jsmath==1.0.1 + - sphinxcontrib-qthelp==1.0.2 + - sphinxcontrib-serializinghtml==1.1.3 + - stistools==1.3.0 + - stregion==1.1.6 + - stsci-image==2.3.3 + - stsci-imagestats==1.6.2 + - stsci-rtd-theme==0.0.2 + - stsci-skypac==1.0.4 + - stsci-stimage==0.2.4 + - stsci-tools==3.6.0 + - stwcs==1.5.3 + - tweakwcs==0.6.0 + - urllib3==1.25.8 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.0.0 diff --git a/caldp/20200302/latest-linux b/caldp/20200302/latest-linux new file mode 120000 index 0000000..d2a7c3e --- /dev/null +++ b/caldp/20200302/latest-linux @@ -0,0 +1 @@ +dev/caldp_cos1_20200302_linux_py36_rc1.yml
\ No newline at end of file diff --git a/caldp/20200302/latest-osx b/caldp/20200302/latest-osx new file mode 120000 index 0000000..7cce1be --- /dev/null +++ b/caldp/20200302/latest-osx @@ -0,0 +1 @@ +dev/caldp_cos1_20200302_osx_py36_rc1.yml
\ No newline at end of file diff --git a/caldp/20200302/release_notes.md b/caldp/20200302/release_notes.md new file mode 100644 index 0000000..1e44f64 --- /dev/null +++ b/caldp/20200302/release_notes.md @@ -0,0 +1,3 @@ +# Release Notes + +* 2020/03/02 - Initial iteration diff --git a/caldp/20200302/software_updates.md b/caldp/20200302/software_updates.md new file mode 100644 index 0000000..28b3edc --- /dev/null +++ b/caldp/20200302/software_updates.md @@ -0,0 +1,7 @@ +# calcos version 3.3.8 + +This release of calcos needs to be synchronized with activation of context +`hst_0767.pmap`, which has the two new COS TDSTAB reference files. The new +version of calcos (`3.3.8`) won't work with the old versions of the reference +files (`hst_0764.pmap`), and the old version of calcos (`3.3.7`) won't work with +the new (`hst_0767.pmap`) reference files. |