diff options
author | DeliveryAutomation <automated@stsci.edu> | 2021-04-15 17:32:35 -0400 |
---|---|---|
committer | DeliveryAutomation <automated@stsci.edu> | 2021-04-15 17:32:35 -0400 |
commit | 030a45f7002ad8d204b3bbb11a1cfd5d949c9ba2 (patch) | |
tree | 893e7b40e7c39af7357648538f7c195fb1217e05 /caldp/cte | |
parent | 5e9ab48b6a7e97db7ae0e265455090730886d4d9 (diff) | |
download | astroconda-releases-030a45f7002ad8d204b3bbb11a1cfd5d949c9ba2.tar.gz |
Automatic commit of CALDP_20210415_CAL_final
Diffstat (limited to 'caldp/cte')
-rw-r--r-- | caldp/cte/README.md | 49 | ||||
-rw-r--r-- | caldp/cte/dev/CALDP_cte_CAL_linux_py36_rc1.yml | 105 | ||||
-rw-r--r-- | caldp/cte/dev/CALDP_cte_CAL_linux_py36_rc2.yml | 105 | ||||
-rw-r--r-- | caldp/cte/dev/CALDP_cte_CAL_linux_py36_rc3.yml | 105 | ||||
-rw-r--r-- | caldp/cte/dev/CALDP_cte_CAL_macos_py36_rc1.yml | 97 | ||||
-rw-r--r-- | caldp/cte/dev/CALDP_cte_CAL_macos_py36_rc2.yml | 97 | ||||
-rw-r--r-- | caldp/cte/dev/CALDP_cte_CAL_macos_py36_rc3.yml | 97 | ||||
l--------- | caldp/cte/latest-linux.yml | 1 | ||||
l--------- | caldp/cte/latest-macos.yml | 1 | ||||
-rw-r--r-- | caldp/cte/release_notes.md | 16 |
10 files changed, 0 insertions, 673 deletions
diff --git a/caldp/cte/README.md b/caldp/cte/README.md deleted file mode 100644 index f40c464..0000000 --- a/caldp/cte/README.md +++ /dev/null @@ -1,49 +0,0 @@ -# Installing -Currently, conda is required to manage installation of the environment. A fresh installation of Anaconda3 or Miniconda3is 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 taken directly from PyPI or development repositories as needed, so conda's ability to install hybrid conda/pip environments from a YAMLspecification 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/cte/latest-linux.yml -$ conda env create -n caldp_cte --file latest-linux.yml -``` -### Activate the pipeline environment - -``` -$ source activate caldp_cte -``` - -Each new delivery iteration of the calibration environmentwill 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.anaconda.com/miniconda/Miniconda3-py37_4.8.2-Linux-x86_64.sh -$ bash Miniconda3-py37_4.8.2-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/cte/dev/CALDP_cte_CAL_linux_py36_rc1.yml b/caldp/cte/dev/CALDP_cte_CAL_linux_py36_rc1.yml deleted file mode 100644 index 04ec12f..0000000 --- a/caldp/cte/dev/CALDP_cte_CAL_linux_py36_rc1.yml +++ /dev/null @@ -1,105 +0,0 @@ -# delivery_name: CALDP_cte_CAL_rc1 -# creation_time: Wed Mar 24 17:42:31 2021 -# conda_version: 4.9.2 -# condabuild_version: 3.18.11 -channels: -- defaults -- https://ssb.stsci.edu/astroconda -- https://ssb.stsci.edu/astroconda-staging -dependencies: -- _libgcc_mutex=0.1=main -- bzip2=1.0.8=h7b6447c_0 -- ca-certificates=2021.1.19=h06a4308_1 -- certifi=2020.12.5=py36h06a4308_0 -- cfitsio=3.470=1 -- fitsverify=4.18=13 -- hstcal=2.7.0rc1.dev0+g82c7c541=0 -- ld_impl_linux-64=2.33.1=h53a641e_7 -- libffi=3.3=he6710b0_2 -- libgcc=7.2.0=h69d50b8_2 -- libgcc-ng=9.1.0=hdf63c60_0 -- libgfortran-ng=7.3.0=hdf63c60_0 -- libstdcxx-ng=9.1.0=hdf63c60_0 -- ncurses=6.2=he6710b0_1 -- openssl=1.1.1j=h27cfd23_0 -- pip=21.0.1=py36h06a4308_0 -- python=3.6.13=hdb3f193_0 -- readline=8.1=h27cfd23_0 -- setuptools=52.0.0=py36h06a4308_0 -- sqlite=3.35.2=hdfb4753_0 -- tk=8.6.10=hbc83047_0 -- wheel=0.36.2=pyhd3eb1b0_0 -- xz=5.2.5=h7b6447c_0 -- zlib=1.2.11=h7b6447c_3 -- pip: - - acstools==3.3.1 - - astropy==4.1 - - astroquery==0.4.1 - - beautifulsoup4==4.9.3 - - bokeh==2.3.0 - - calcos==3.3.10 - - cffi==1.14.5 - - chardet==4.0.0 - - costools==1.2.3 - - crds==10.1.0 - - cryptography==3.4.6 - - cycler==0.10.0 - - decorator==4.4.2 - - git+https://github.com/spacetelescope/drizzlepac@3.2.1 - - filelock==3.0.12 - - fitsblender==0.3.6 - - html5lib==1.1 - - idna==2.10 - - imageio==2.9.0 - - importlib-metadata==3.7.3 - - jeepney==0.6.0 - - jinja2==2.11.3 - - joblib==1.0.1 - - keyring==23.0.0 - - kiwisolver==1.3.1 - - lxml==4.6.3 - - markupsafe==1.1.1 - - matplotlib==3.3.4 - - networkx==2.5 - - nictools==1.1.5 - - numexpr==2.7.3 - - numpy==1.19.5 - - packaging==20.9 - - pandas==1.1.5 - - parsley==1.3 - - photutils==1.0.2 - - pillow==8.1.2 - - pycparser==2.20 - - pyparsing==2.4.7 - - pypdf2==1.26.0 - - python-dateutil==2.8.1 - - pytz==2021.1 - - pywavelets==1.1.1 - - pyyaml==5.4.1 - - requests==2.25.1 - - scikit-image==0.17.2 - - scikit-learn==0.24.1 - - scipy==1.5.4 - - secretstorage==3.3.1 - - six==1.15.0 - - soupsieve==2.2.1 - - spherical-geometry==1.2.19 - - stistools==1.4.1 - - stregion==1.1.6 - - stsci-image==2.3.3 - - stsci-imagestats==1.6.2 - - stsci-skypac==1.0.5 - - stsci-stimage==0.2.4 - - stsci-tools==3.6.0 - - stwcs==1.6.1 - - tables==3.6.1 - - threadpoolctl==2.1.0 - - tifffile==2020.9.3 - - tornado==6.1 - - tweakwcs==0.7.1 - - typing-extensions==3.7.4.3 - - urllib3==1.26.4 - - webencodings==0.5.1 - - wfc3tools==1.3.5 - - wfpc2tools==1.0.5 - - zipp==3.4.1 diff --git a/caldp/cte/dev/CALDP_cte_CAL_linux_py36_rc2.yml b/caldp/cte/dev/CALDP_cte_CAL_linux_py36_rc2.yml deleted file mode 100644 index 37ee594..0000000 --- a/caldp/cte/dev/CALDP_cte_CAL_linux_py36_rc2.yml +++ /dev/null @@ -1,105 +0,0 @@ -# delivery_name: CALDP_cte_CAL_rc2 -# creation_time: Thu Apr 8 21:50:53 2021 -# conda_version: 4.10.0 -# condabuild_version: 3.18.11 -channels: -- defaults -- https://ssb.stsci.edu/astroconda -- https://ssb.stsci.edu/astroconda-staging -dependencies: -- _libgcc_mutex=0.1=main -- bzip2=1.0.8=h7b6447c_0 -- ca-certificates=2021.1.19=h06a4308_1 -- certifi=2020.12.5=py36h06a4308_0 -- cfitsio=3.470=1 -- fitsverify=4.18=13 -- hstcal=2.7.0rc2.dev0+ga5a7d359=0 -- ld_impl_linux-64=2.33.1=h53a641e_7 -- libffi=3.3=he6710b0_2 -- libgcc=7.2.0=h69d50b8_2 -- libgcc-ng=9.1.0=hdf63c60_0 -- libgfortran-ng=7.3.0=hdf63c60_0 -- libstdcxx-ng=9.1.0=hdf63c60_0 -- ncurses=6.2=he6710b0_1 -- openssl=1.1.1j=h27cfd23_0 -- pip=21.0.1=py36h06a4308_0 -- python=3.6.13=hdb3f193_0 -- readline=8.1=h27cfd23_0 -- setuptools=52.0.0=py36h06a4308_0 -- sqlite=3.35.2=hdfb4753_0 -- tk=8.6.10=hbc83047_0 -- wheel=0.36.2=pyhd3eb1b0_0 -- xz=5.2.5=h7b6447c_0 -- zlib=1.2.11=h7b6447c_3 -- pip: - - acstools==3.3.1 - - astropy==4.1 - - astroquery==0.4.1 - - beautifulsoup4==4.9.3 - - bokeh==2.3.0 - - calcos==3.3.10 - - cffi==1.14.5 - - chardet==4.0.0 - - costools==1.2.3 - - crds==10.1.0 - - cryptography==3.4.6 - - cycler==0.10.0 - - decorator==4.4.2 - - git+https://github.com/spacetelescope/drizzlepac@3.2.1 - - filelock==3.0.12 - - fitsblender==0.3.6 - - html5lib==1.1 - - idna==2.10 - - imageio==2.9.0 - - importlib-metadata==3.7.3 - - jeepney==0.6.0 - - jinja2==2.11.3 - - joblib==1.0.1 - - keyring==23.0.0 - - kiwisolver==1.3.1 - - lxml==4.6.3 - - markupsafe==1.1.1 - - matplotlib==3.3.4 - - networkx==2.5 - - nictools==1.1.5 - - numexpr==2.7.3 - - numpy==1.19.5 - - packaging==20.9 - - pandas==1.1.5 - - parsley==1.3 - - photutils==1.0.2 - - pillow==8.1.2 - - pycparser==2.20 - - pyparsing==2.4.7 - - pypdf2==1.26.0 - - python-dateutil==2.8.1 - - pytz==2021.1 - - pywavelets==1.1.1 - - pyyaml==5.4.1 - - requests==2.25.1 - - scikit-image==0.17.2 - - scikit-learn==0.24.1 - - scipy==1.5.4 - - secretstorage==3.3.1 - - six==1.15.0 - - soupsieve==2.2.1 - - spherical-geometry==1.2.19 - - stistools==1.4.1 - - stregion==1.1.6 - - stsci-image==2.3.3 - - stsci-imagestats==1.6.2 - - stsci-skypac==1.0.5 - - stsci-stimage==0.2.4 - - stsci-tools==3.6.0 - - git+https://github.com/spacetelescope/stwcs@1.6.1 - - tables==3.6.1 - - threadpoolctl==2.1.0 - - tifffile==2020.9.3 - - tornado==6.1 - - git+https://github.com/spacetelescope/tweakwcs@0.7.1 - - typing-extensions==3.7.4.3 - - urllib3==1.26.4 - - webencodings==0.5.1 - - wfc3tools==1.3.5 - - wfpc2tools==1.0.5 - - zipp==3.4.1 diff --git a/caldp/cte/dev/CALDP_cte_CAL_linux_py36_rc3.yml b/caldp/cte/dev/CALDP_cte_CAL_linux_py36_rc3.yml deleted file mode 100644 index 427faf5..0000000 --- a/caldp/cte/dev/CALDP_cte_CAL_linux_py36_rc3.yml +++ /dev/null @@ -1,105 +0,0 @@ -# delivery_name: CALDP_cte_CAL_rc3 -# creation_time: Fri Apr 9 11:21:43 2021 -# conda_version: 4.10.0 -# condabuild_version: 3.18.11 -channels: -- defaults -- https://ssb.stsci.edu/astroconda -- https://ssb.stsci.edu/astroconda-staging -dependencies: -- _libgcc_mutex=0.1=main -- bzip2=1.0.8=h7b6447c_0 -- ca-certificates=2021.1.19=h06a4308_1 -- certifi=2020.12.5=py36h06a4308_0 -- cfitsio=3.470=1 -- fitsverify=4.18=13 -- hstcal=2.7.0rc3.dev0+ge0f20b78=0 -- ld_impl_linux-64=2.33.1=h53a641e_7 -- libffi=3.3=he6710b0_2 -- libgcc=7.2.0=h69d50b8_2 -- libgcc-ng=9.1.0=hdf63c60_0 -- libgfortran-ng=7.3.0=hdf63c60_0 -- libstdcxx-ng=9.1.0=hdf63c60_0 -- ncurses=6.2=he6710b0_1 -- openssl=1.1.1j=h27cfd23_0 -- pip=21.0.1=py36h06a4308_0 -- python=3.6.13=hdb3f193_0 -- readline=8.1=h27cfd23_0 -- setuptools=52.0.0=py36h06a4308_0 -- sqlite=3.35.2=hdfb4753_0 -- tk=8.6.10=hbc83047_0 -- wheel=0.36.2=pyhd3eb1b0_0 -- xz=5.2.5=h7b6447c_0 -- zlib=1.2.11=h7b6447c_3 -- pip: - - acstools==3.3.1 - - astropy==4.1 - - astroquery==0.4.1 - - beautifulsoup4==4.9.3 - - bokeh==2.3.0 - - calcos==3.3.10 - - cffi==1.14.5 - - chardet==4.0.0 - - costools==1.2.3 - - crds==10.1.0 - - cryptography==3.4.6 - - cycler==0.10.0 - - decorator==4.4.2 - - git+https://github.com/spacetelescope/drizzlepac@3.2.1 - - filelock==3.0.12 - - fitsblender==0.3.6 - - html5lib==1.1 - - idna==2.10 - - imageio==2.9.0 - - importlib-metadata==3.7.3 - - jeepney==0.6.0 - - jinja2==2.11.3 - - joblib==1.0.1 - - keyring==23.0.0 - - kiwisolver==1.3.1 - - lxml==4.6.3 - - markupsafe==1.1.1 - - matplotlib==3.3.4 - - networkx==2.5 - - nictools==1.1.5 - - numexpr==2.7.3 - - numpy==1.19.5 - - packaging==20.9 - - pandas==1.1.5 - - parsley==1.3 - - photutils==1.0.2 - - pillow==8.1.2 - - pycparser==2.20 - - pyparsing==2.4.7 - - pypdf2==1.26.0 - - python-dateutil==2.8.1 - - pytz==2021.1 - - pywavelets==1.1.1 - - pyyaml==5.4.1 - - requests==2.25.1 - - scikit-image==0.17.2 - - scikit-learn==0.24.1 - - scipy==1.5.4 - - secretstorage==3.3.1 - - six==1.15.0 - - soupsieve==2.2.1 - - spherical-geometry==1.2.19 - - stistools==1.4.1 - - stregion==1.1.6 - - stsci-image==2.3.3 - - stsci-imagestats==1.6.2 - - stsci-skypac==1.0.5 - - stsci-stimage==0.2.4 - - stsci-tools==3.6.0 - - git+https://github.com/spacetelescope/stwcs@1.6.1 - - tables==3.6.1 - - threadpoolctl==2.1.0 - - tifffile==2020.9.3 - - tornado==6.1 - - git+https://github.com/spacetelescope/tweakwcs@0.7.1 - - typing-extensions==3.7.4.3 - - urllib3==1.26.4 - - webencodings==0.5.1 - - wfc3tools==1.3.5 - - wfpc2tools==1.0.5 - - zipp==3.4.1 diff --git a/caldp/cte/dev/CALDP_cte_CAL_macos_py36_rc1.yml b/caldp/cte/dev/CALDP_cte_CAL_macos_py36_rc1.yml deleted file mode 100644 index ba52251..0000000 --- a/caldp/cte/dev/CALDP_cte_CAL_macos_py36_rc1.yml +++ /dev/null @@ -1,97 +0,0 @@ -# delivery_name: CALDP_cte_CAL_rc1 -# creation_time: Wed Mar 24 17:43:34 2021 -# conda_version: 4.9.2 -# condabuild_version: 3.18.11 -channels: -- defaults -- https://ssb.stsci.edu/astroconda -- https://ssb.stsci.edu/astroconda-staging -dependencies: -- bzip2=1.0.8=h1de35cc_0 -- ca-certificates=2021.1.19=hecd8cb5_1 -- certifi=2020.12.5=py36hecd8cb5_0 -- cfitsio=3.470=1 -- fitsverify=4.18=13 -- hstcal=2.7.0rc1.dev0+g82c7c541=0 -- libcxx=10.0.0=1 -- libffi=3.3=hb1e8313_2 -- libgcc=4.8.5=hdbeacc1_10 -- libgfortran=3.0.1=h93005f0_2 -- ncurses=6.2=h0a44026_1 -- openssl=1.1.1j=h9ed2024_0 -- pip=21.0.1=py36hecd8cb5_0 -- python=3.6.13=h88f2d9e_0 -- readline=8.1=h9ed2024_0 -- setuptools=52.0.0=py36hecd8cb5_0 -- sqlite=3.35.2=hce871da_0 -- tk=8.6.10=hb0a8c7a_0 -- wheel=0.36.2=pyhd3eb1b0_0 -- xz=5.2.5=h1de35cc_0 -- zlib=1.2.11=h1de35cc_3 -- pip: - - acstools==3.3.1 - - astropy==4.1 - - astroquery==0.4.1 - - beautifulsoup4==4.9.3 - - bokeh==2.3.0 - - calcos==3.3.10 - - chardet==4.0.0 - - costools==1.2.3 - - crds==10.1.0 - - cycler==0.10.0 - - decorator==4.4.2 - - git+https://github.com/spacetelescope/drizzlepac@3.2.1 - - filelock==3.0.12 - - fitsblender==0.3.6 - - html5lib==1.1 - - idna==2.10 - - imageio==2.9.0 - - importlib-metadata==3.7.3 - - jinja2==2.11.3 - - joblib==1.0.1 - - keyring==23.0.0 - - kiwisolver==1.3.1 - - lxml==4.6.3 - - markupsafe==1.1.1 - - matplotlib==3.3.4 - - networkx==2.5 - - nictools==1.1.5 - - numexpr==2.7.3 - - numpy==1.19.5 - - packaging==20.9 - - pandas==1.1.5 - - parsley==1.3 - - photutils==1.0.2 - - pillow==8.1.2 - - pyparsing==2.4.7 - - pypdf2==1.26.0 - - python-dateutil==2.8.1 - - pytz==2021.1 - - pywavelets==1.1.1 - - pyyaml==5.4.1 - - requests==2.25.1 - - scikit-image==0.17.2 - - scikit-learn==0.24.1 - - scipy==1.5.4 - - six==1.15.0 - - soupsieve==2.2.1 - - spherical-geometry==1.2.19 - - stistools==1.4.1 - - stregion==1.1.6 - - stsci-image==2.3.3 - - stsci-imagestats==1.6.2 - - stsci-skypac==1.0.5 - - stsci-stimage==0.2.4 - - stsci-tools==3.6.0 - - stwcs==1.6.1 - - tables==3.6.1 - - threadpoolctl==2.1.0 - - tifffile==2020.9.3 - - tornado==6.1 - - tweakwcs==0.7.1 - - typing-extensions==3.7.4.3 - - urllib3==1.26.4 - - webencodings==0.5.1 - - wfc3tools==1.3.5 - - wfpc2tools==1.0.5 - - zipp==3.4.1 diff --git a/caldp/cte/dev/CALDP_cte_CAL_macos_py36_rc2.yml b/caldp/cte/dev/CALDP_cte_CAL_macos_py36_rc2.yml deleted file mode 100644 index 3f36666..0000000 --- a/caldp/cte/dev/CALDP_cte_CAL_macos_py36_rc2.yml +++ /dev/null @@ -1,97 +0,0 @@ -# delivery_name: CALDP_cte_CAL_rc2 -# creation_time: Thu Apr 8 21:51:49 2021 -# conda_version: 4.10.0 -# condabuild_version: 3.18.11 -channels: -- defaults -- https://ssb.stsci.edu/astroconda -- https://ssb.stsci.edu/astroconda-staging -dependencies: -- bzip2=1.0.8=h1de35cc_0 -- ca-certificates=2021.1.19=hecd8cb5_1 -- certifi=2020.12.5=py36hecd8cb5_0 -- cfitsio=3.470=1 -- fitsverify=4.18=13 -- hstcal=2.7.0rc2.dev0+ga5a7d359=0 -- libcxx=10.0.0=1 -- libffi=3.3=hb1e8313_2 -- libgcc=4.8.5=hdbeacc1_10 -- libgfortran=3.0.1=h93005f0_2 -- ncurses=6.2=h0a44026_1 -- openssl=1.1.1j=h9ed2024_0 -- pip=21.0.1=py36hecd8cb5_0 -- python=3.6.13=h88f2d9e_0 -- readline=8.1=h9ed2024_0 -- setuptools=52.0.0=py36hecd8cb5_0 -- sqlite=3.35.2=hce871da_0 -- tk=8.6.10=hb0a8c7a_0 -- wheel=0.36.2=pyhd3eb1b0_0 -- xz=5.2.5=h1de35cc_0 -- zlib=1.2.11=h1de35cc_3 -- pip: - - acstools==3.3.1 - - astropy==4.1 - - astroquery==0.4.1 - - beautifulsoup4==4.9.3 - - bokeh==2.3.0 - - calcos==3.3.10 - - chardet==4.0.0 - - costools==1.2.3 - - crds==10.1.0 - - cycler==0.10.0 - - decorator==4.4.2 - - git+https://github.com/spacetelescope/drizzlepac@3.2.1 - - filelock==3.0.12 - - fitsblender==0.3.6 - - html5lib==1.1 - - idna==2.10 - - imageio==2.9.0 - - importlib-metadata==3.7.3 - - jinja2==2.11.3 - - joblib==1.0.1 - - keyring==23.0.0 - - kiwisolver==1.3.1 - - lxml==4.6.3 - - markupsafe==1.1.1 - - matplotlib==3.3.4 - - networkx==2.5 - - nictools==1.1.5 - - numexpr==2.7.3 - - numpy==1.19.5 - - packaging==20.9 - - pandas==1.1.5 - - parsley==1.3 - - photutils==1.0.2 - - pillow==8.1.2 - - pyparsing==2.4.7 - - pypdf2==1.26.0 - - python-dateutil==2.8.1 - - pytz==2021.1 - - pywavelets==1.1.1 - - pyyaml==5.4.1 - - requests==2.25.1 - - scikit-image==0.17.2 - - scikit-learn==0.24.1 - - scipy==1.5.4 - - six==1.15.0 - - soupsieve==2.2.1 - - spherical-geometry==1.2.19 - - stistools==1.4.1 - - stregion==1.1.6 - - stsci-image==2.3.3 - - stsci-imagestats==1.6.2 - - stsci-skypac==1.0.5 - - stsci-stimage==0.2.4 - - stsci-tools==3.6.0 - - git+https://github.com/spacetelescope/stwcs@1.6.1 - - tables==3.6.1 - - threadpoolctl==2.1.0 - - tifffile==2020.9.3 - - tornado==6.1 - - git+https://github.com/spacetelescope/tweakwcs@0.7.1 - - typing-extensions==3.7.4.3 - - urllib3==1.26.4 - - webencodings==0.5.1 - - wfc3tools==1.3.5 - - wfpc2tools==1.0.5 - - zipp==3.4.1 diff --git a/caldp/cte/dev/CALDP_cte_CAL_macos_py36_rc3.yml b/caldp/cte/dev/CALDP_cte_CAL_macos_py36_rc3.yml deleted file mode 100644 index 1261739..0000000 --- a/caldp/cte/dev/CALDP_cte_CAL_macos_py36_rc3.yml +++ /dev/null @@ -1,97 +0,0 @@ -# delivery_name: CALDP_cte_CAL_rc3 -# creation_time: Fri Apr 9 11:18:36 2021 -# conda_version: 4.10.0 -# condabuild_version: 3.18.11 -channels: -- defaults -- https://ssb.stsci.edu/astroconda -- https://ssb.stsci.edu/astroconda-staging -dependencies: -- bzip2=1.0.8=h1de35cc_0 -- ca-certificates=2021.1.19=hecd8cb5_1 -- certifi=2020.12.5=py36hecd8cb5_0 -- cfitsio=3.470=1 -- fitsverify=4.18=13 -- hstcal=2.7.0rc3.dev0+ge0f20b78=0 -- libcxx=10.0.0=1 -- libffi=3.3=hb1e8313_2 -- libgcc=4.8.5=hdbeacc1_10 -- libgfortran=3.0.1=h93005f0_2 -- ncurses=6.2=h0a44026_1 -- openssl=1.1.1j=h9ed2024_0 -- pip=21.0.1=py36hecd8cb5_0 -- python=3.6.13=h88f2d9e_0 -- readline=8.1=h9ed2024_0 -- setuptools=52.0.0=py36hecd8cb5_0 -- sqlite=3.35.2=hce871da_0 -- tk=8.6.10=hb0a8c7a_0 -- wheel=0.36.2=pyhd3eb1b0_0 -- xz=5.2.5=h1de35cc_0 -- zlib=1.2.11=h1de35cc_3 -- pip: - - acstools==3.3.1 - - astropy==4.1 - - astroquery==0.4.1 - - beautifulsoup4==4.9.3 - - bokeh==2.3.0 - - calcos==3.3.10 - - chardet==4.0.0 - - costools==1.2.3 - - crds==10.1.0 - - cycler==0.10.0 - - decorator==4.4.2 - - git+https://github.com/spacetelescope/drizzlepac@3.2.1 - - filelock==3.0.12 - - fitsblender==0.3.6 - - html5lib==1.1 - - idna==2.10 - - imageio==2.9.0 - - importlib-metadata==3.7.3 - - jinja2==2.11.3 - - joblib==1.0.1 - - keyring==23.0.0 - - kiwisolver==1.3.1 - - lxml==4.6.3 - - markupsafe==1.1.1 - - matplotlib==3.3.4 - - networkx==2.5 - - nictools==1.1.5 - - numexpr==2.7.3 - - numpy==1.19.5 - - packaging==20.9 - - pandas==1.1.5 - - parsley==1.3 - - photutils==1.0.2 - - pillow==8.1.2 - - pyparsing==2.4.7 - - pypdf2==1.26.0 - - python-dateutil==2.8.1 - - pytz==2021.1 - - pywavelets==1.1.1 - - pyyaml==5.4.1 - - requests==2.25.1 - - scikit-image==0.17.2 - - scikit-learn==0.24.1 - - scipy==1.5.4 - - six==1.15.0 - - soupsieve==2.2.1 - - spherical-geometry==1.2.19 - - stistools==1.4.1 - - stregion==1.1.6 - - stsci-image==2.3.3 - - stsci-imagestats==1.6.2 - - stsci-skypac==1.0.5 - - stsci-stimage==0.2.4 - - stsci-tools==3.6.0 - - git+https://github.com/spacetelescope/stwcs@1.6.1 - - tables==3.6.1 - - threadpoolctl==2.1.0 - - tifffile==2020.9.3 - - tornado==6.1 - - git+https://github.com/spacetelescope/tweakwcs@0.7.1 - - typing-extensions==3.7.4.3 - - urllib3==1.26.4 - - webencodings==0.5.1 - - wfc3tools==1.3.5 - - wfpc2tools==1.0.5 - - zipp==3.4.1 diff --git a/caldp/cte/latest-linux.yml b/caldp/cte/latest-linux.yml deleted file mode 120000 index 0b9faac..0000000 --- a/caldp/cte/latest-linux.yml +++ /dev/null @@ -1 +0,0 @@ -dev/CALDP_cte_CAL_linux_py36_rc3.yml
\ No newline at end of file diff --git a/caldp/cte/latest-macos.yml b/caldp/cte/latest-macos.yml deleted file mode 120000 index 62b1073..0000000 --- a/caldp/cte/latest-macos.yml +++ /dev/null @@ -1 +0,0 @@ -dev/CALDP_cte_CAL_macos_py36_rc3.yml
\ No newline at end of file diff --git a/caldp/cte/release_notes.md b/caldp/cte/release_notes.md deleted file mode 100644 index a508d5b..0000000 --- a/caldp/cte/release_notes.md +++ /dev/null @@ -1,16 +0,0 @@ -## 2021/4/9 - CALDP_cte_CAL_rc3 -### hstcal 2.7.0rc3 -### drizzlepac 3.2.1 -### stwcs 1.6.1 -### tweakwcs 0.7.1 - -## 2021/4/9 - CALDP_cte_CAL_rc2 -### hstcal 2.7.0rc2 -### drizzlepac 3.2.1 -### stwcs 1.6.1 -### tweakwcs 0.7.1 - -## 2021/3/24 - CALDP_cte_CAL_rc1 -### hstcal 2.7.0rc1 -### drizzlepac 3.2.1 - |