diff options
author | DeliveryAutomation <automated@stsci.edu> | 2020-12-08 16:26:06 -0500 |
---|---|---|
committer | DeliveryAutomation <automated@stsci.edu> | 2020-12-08 16:26:06 -0500 |
commit | aa920de6fd03c82c3138e71cf415d49fe2357191 (patch) | |
tree | 83f3b0df8f5b969e0c86a7da3c8028965bd33278 /caldp/initialSVM | |
parent | 66ff325bda40905ec7b7da35c6cb441ede380a26 (diff) | |
download | astroconda-releases-aa920de6fd03c82c3138e71cf415d49fe2357191.tar.gz |
Automatic commit of CALDP_20201208_DRZ_final
Diffstat (limited to 'caldp/initialSVM')
-rw-r--r-- | caldp/initialSVM/README.md | 49 | ||||
-rw-r--r-- | caldp/initialSVM/dev/CALDP_initialSVM_DRZ_linux_py36_rc1.yml | 105 | ||||
-rw-r--r-- | caldp/initialSVM/dev/CALDP_initialSVM_DRZ_linux_py36_rc2.yml | 105 | ||||
-rw-r--r-- | caldp/initialSVM/dev/CALDP_initialSVM_DRZ_linux_py36_rc3.yml | 105 | ||||
-rw-r--r-- | caldp/initialSVM/dev/CALDP_initialSVM_DRZ_linux_py36_rc4.yml | 105 | ||||
-rw-r--r-- | caldp/initialSVM/dev/CALDP_initialSVM_DRZ_linux_py36_rc5.yml | 105 | ||||
-rw-r--r-- | caldp/initialSVM/dev/CALDP_initialSVM_DRZ_macos_py36_rc1.yml | 97 | ||||
-rw-r--r-- | caldp/initialSVM/dev/CALDP_initialSVM_DRZ_macos_py36_rc2.yml | 97 | ||||
-rw-r--r-- | caldp/initialSVM/dev/CALDP_initialSVM_DRZ_macos_py36_rc3.yml | 97 | ||||
-rw-r--r-- | caldp/initialSVM/dev/CALDP_initialSVM_DRZ_macos_py36_rc4.yml | 97 | ||||
-rw-r--r-- | caldp/initialSVM/dev/CALDP_initialSVM_DRZ_macos_py36_rc5.yml | 97 | ||||
l--------- | caldp/initialSVM/latest-linux.yml | 1 | ||||
l--------- | caldp/initialSVM/latest-macos.yml | 1 | ||||
-rw-r--r-- | caldp/initialSVM/release_notes.md | 15 |
14 files changed, 0 insertions, 1076 deletions
diff --git a/caldp/initialSVM/README.md b/caldp/initialSVM/README.md deleted file mode 100644 index 9586dd0..0000000 --- a/caldp/initialSVM/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/initialSVM/latest-linux.yml -$ conda env create -n caldp_initialSVM --file latest-linux.yml -``` -### Activate the pipeline environment - -``` -$ source activate caldp_initialSVM -``` - -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/initialSVM/dev/CALDP_initialSVM_DRZ_linux_py36_rc1.yml b/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_linux_py36_rc1.yml deleted file mode 100644 index 121ef3a..0000000 --- a/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_linux_py36_rc1.yml +++ /dev/null @@ -1,105 +0,0 @@ -# delivery_name: CALDP_initialSVM_DRZ_rc1 -# creation_time: Mon Nov 2 10:50:12 2020 -# conda_version: 4.9.1 -# condabuild_version: 3.18.11 -channels: -- defaults -- https://ssb.stsci.edu/astroconda -dependencies: -- _libgcc_mutex=0.1=main -- bzip2=1.0.8=h7b6447c_0 -- ca-certificates=2020.10.14=0 -- certifi=2020.6.20=pyhd3eb1b0_3 -- cfitsio=3.470=1 -- fitsverify=4.18=13 -- hstcal=2.5.0=0 -- ld_impl_linux-64=2.33.1=h53a641e_7 -- libedit=3.1.20191231=h14c3975_1 -- 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.1h=h7b6447c_0 -- pip=20.2.4=py36_0 -- python=3.6.12=hcff3b4d_2 -- readline=8.0=h7b6447c_0 -- setuptools=50.3.0=py36hb0f4dca_1 -- sqlite=3.33.0=h62c20be_0 -- tk=8.6.10=hbc83047_0 -- wheel=0.35.1=py_0 -- xz=5.2.5=h7b6447c_0 -- zlib=1.2.11=h7b6447c_3 -- pip: - - acstools==3.2.0 - - astropy==4.1 - - astroquery==0.4.1 - - beautifulsoup4==4.9.3 - - bokeh==2.2.3 - - calcos==3.3.10 - - cffi==1.14.3 - - chardet==3.0.4 - - costools==1.2.3 - - crds==10.1.0 - - cryptography==3.2.1 - - cycler==0.10.0 - - decorator==4.4.2 - - git+https://github.com/spacetelescope/drizzlepac@3.2.0rc1 - - filelock==3.0.12 - - fitsblender==0.3.6 - - html5lib==1.1 - - idna==2.10 - - imageio==2.9.0 - - importlib-metadata==2.0.0 - - jeepney==0.4.3 - - jinja2==2.11.2 - - joblib==0.17.0 - - keyring==21.4.0 - - kiwisolver==1.3.1 - - lxml==4.6.1 - - markupsafe==1.1.1 - - matplotlib==3.3.2 - - networkx==2.5 - - nictools==1.1.5 - - numexpr==2.7.1 - - numpy==1.19.3 - - packaging==20.4 - - pandas==1.1.4 - - parsley==1.3 - - photutils==1.0.1 - - pillow==8.0.1 - - pycparser==2.20 - - pyparsing==2.4.7 - - pypdf2==1.26.0 - - python-dateutil==2.8.1 - - pytz==2020.4 - - pywavelets==1.1.1 - - pyyaml==5.3.1 - - requests==2.24.0 - - scikit-image==0.17.2 - - scikit-learn==0.23.2 - - scipy==1.5.3 - - secretstorage==3.1.2 - - six==1.15.0 - - soupsieve==2.0.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.0 - - tables==3.6.1 - - threadpoolctl==2.1.0 - - tifffile==2020.9.3 - - tornado==6.1 - - tweakwcs==0.6.5 - - typing-extensions==3.7.4.3 - - urllib3==1.25.11 - - webencodings==0.5.1 - - wfc3tools==1.3.5 - - wfpc2tools==1.0.5 - - zipp==3.4.0 diff --git a/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_linux_py36_rc2.yml b/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_linux_py36_rc2.yml deleted file mode 100644 index cd57930..0000000 --- a/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_linux_py36_rc2.yml +++ /dev/null @@ -1,105 +0,0 @@ -# delivery_name: CALDP_initialSVM_DRZ_rc2 -# creation_time: Thu Nov 12 12:06:39 2020 -# conda_version: 4.9.2 -# condabuild_version: 3.18.11 -channels: -- defaults -- https://ssb.stsci.edu/astroconda -dependencies: -- _libgcc_mutex=0.1=main -- bzip2=1.0.8=h7b6447c_0 -- ca-certificates=2020.10.14=0 -- certifi=2020.6.20=pyhd3eb1b0_3 -- cfitsio=3.470=1 -- fitsverify=4.18=13 -- hstcal=2.5.0=0 -- ld_impl_linux-64=2.33.1=h53a641e_7 -- libedit=3.1.20191231=h14c3975_1 -- 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.1h=h7b6447c_0 -- pip=20.2.4=py36_0 -- python=3.6.12=hcff3b4d_2 -- readline=8.0=h7b6447c_0 -- setuptools=50.3.0=py36hb0f4dca_1 -- sqlite=3.33.0=h62c20be_0 -- tk=8.6.10=hbc83047_0 -- wheel=0.35.1=py_0 -- xz=5.2.5=h7b6447c_0 -- zlib=1.2.11=h7b6447c_3 -- pip: - - acstools==3.2.0 - - astropy==4.1 - - astroquery==0.4.1 - - beautifulsoup4==4.9.3 - - bokeh==2.2.3 - - calcos==3.3.10 - - cffi==1.14.3 - - chardet==3.0.4 - - costools==1.2.3 - - crds==10.1.0 - - cryptography==3.2.1 - - cycler==0.10.0 - - decorator==4.4.2 - - git+https://github.com/spacetelescope/drizzlepac@3.2.0rc2 - - filelock==3.0.12 - - fitsblender==0.3.6 - - html5lib==1.1 - - idna==2.10 - - imageio==2.9.0 - - importlib-metadata==2.0.0 - - jeepney==0.4.3 - - jinja2==2.11.2 - - joblib==0.17.0 - - keyring==21.4.0 - - kiwisolver==1.3.1 - - lxml==4.6.1 - - markupsafe==1.1.1 - - matplotlib==3.3.2 - - networkx==2.5 - - nictools==1.1.5 - - numexpr==2.7.1 - - numpy==1.19.3 - - packaging==20.4 - - pandas==1.1.4 - - parsley==1.3 - - photutils==1.0.1 - - pillow==8.0.1 - - pycparser==2.20 - - pyparsing==2.4.7 - - pypdf2==1.26.0 - - python-dateutil==2.8.1 - - pytz==2020.4 - - pywavelets==1.1.1 - - pyyaml==5.3.1 - - requests==2.24.0 - - scikit-image==0.17.2 - - scikit-learn==0.23.2 - - scipy==1.5.3 - - secretstorage==3.1.2 - - six==1.15.0 - - soupsieve==2.0.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.0 - - tables==3.6.1 - - threadpoolctl==2.1.0 - - tifffile==2020.9.3 - - tornado==6.1 - - tweakwcs==0.6.5 - - typing-extensions==3.7.4.3 - - urllib3==1.25.11 - - webencodings==0.5.1 - - wfc3tools==1.3.5 - - wfpc2tools==1.0.5 - - zipp==3.4.0 diff --git a/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_linux_py36_rc3.yml b/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_linux_py36_rc3.yml deleted file mode 100644 index b645bb2..0000000 --- a/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_linux_py36_rc3.yml +++ /dev/null @@ -1,105 +0,0 @@ -# delivery_name: CALDP_initialSVM_DRZ_rc3 -# creation_time: Tue Nov 17 15:22:31 2020 -# conda_version: 4.9.2 -# condabuild_version: 3.18.11 -channels: -- defaults -- https://ssb.stsci.edu/astroconda -dependencies: -- _libgcc_mutex=0.1=main -- bzip2=1.0.8=h7b6447c_0 -- ca-certificates=2020.10.14=0 -- certifi=2020.6.20=pyhd3eb1b0_3 -- cfitsio=3.470=1 -- fitsverify=4.18=13 -- hstcal=2.5.0=0 -- ld_impl_linux-64=2.33.1=h53a641e_7 -- libedit=3.1.20191231=h14c3975_1 -- 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.1h=h7b6447c_0 -- pip=20.2.4=py36_0 -- python=3.6.12=hcff3b4d_2 -- readline=8.0=h7b6447c_0 -- setuptools=50.3.0=py36hb0f4dca_1 -- sqlite=3.33.0=h62c20be_0 -- tk=8.6.10=hbc83047_0 -- wheel=0.35.1=py_0 -- xz=5.2.5=h7b6447c_0 -- zlib=1.2.11=h7b6447c_3 -- pip: - - acstools==3.2.0 - - astropy==4.1 - - astroquery==0.4.1 - - beautifulsoup4==4.9.3 - - bokeh==2.2.3 - - calcos==3.3.10 - - cffi==1.14.3 - - chardet==3.0.4 - - costools==1.2.3 - - crds==10.1.0 - - cryptography==3.2.1 - - cycler==0.10.0 - - decorator==4.4.2 - - git+https://github.com/spacetelescope/drizzlepac@3.2.0rc3 - - filelock==3.0.12 - - fitsblender==0.3.6 - - html5lib==1.1 - - idna==2.10 - - imageio==2.9.0 - - importlib-metadata==2.0.0 - - jeepney==0.4.3 - - jinja2==2.11.2 - - joblib==0.17.0 - - keyring==21.4.0 - - kiwisolver==1.3.1 - - lxml==4.6.1 - - markupsafe==1.1.1 - - matplotlib==3.3.2 - - networkx==2.5 - - nictools==1.1.5 - - numexpr==2.7.1 - - numpy==1.19.3 - - packaging==20.4 - - pandas==1.1.4 - - parsley==1.3 - - photutils==1.0.1 - - pillow==8.0.1 - - pycparser==2.20 - - pyparsing==2.4.7 - - pypdf2==1.26.0 - - python-dateutil==2.8.1 - - pytz==2020.4 - - pywavelets==1.1.1 - - pyyaml==5.3.1 - - requests==2.24.0 - - scikit-image==0.17.2 - - scikit-learn==0.23.2 - - scipy==1.5.3 - - secretstorage==3.1.2 - - six==1.15.0 - - soupsieve==2.0.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.0 - - tables==3.6.1 - - threadpoolctl==2.1.0 - - tifffile==2020.9.3 - - tornado==6.1 - - tweakwcs==0.6.5 - - typing-extensions==3.7.4.3 - - urllib3==1.25.11 - - webencodings==0.5.1 - - wfc3tools==1.3.5 - - wfpc2tools==1.0.5 - - zipp==3.4.0 diff --git a/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_linux_py36_rc4.yml b/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_linux_py36_rc4.yml deleted file mode 100644 index 008c040..0000000 --- a/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_linux_py36_rc4.yml +++ /dev/null @@ -1,105 +0,0 @@ -# delivery_name: CALDP_initialSVM_DRZ_rc4 -# creation_time: Wed Dec 2 13:43:20 2020 -# conda_version: 4.9.2 -# condabuild_version: 3.18.11 -channels: -- defaults -- https://ssb.stsci.edu/astroconda -dependencies: -- _libgcc_mutex=0.1=main -- bzip2=1.0.8=h7b6447c_0 -- ca-certificates=2020.10.14=0 -- certifi=2020.6.20=pyhd3eb1b0_3 -- cfitsio=3.470=1 -- fitsverify=4.18=13 -- hstcal=2.5.0=0 -- ld_impl_linux-64=2.33.1=h53a641e_7 -- libedit=3.1.20191231=h14c3975_1 -- 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.1h=h7b6447c_0 -- pip=20.2.4=py36_0 -- python=3.6.12=hcff3b4d_2 -- readline=8.0=h7b6447c_0 -- setuptools=50.3.0=py36hb0f4dca_1 -- sqlite=3.33.0=h62c20be_0 -- tk=8.6.10=hbc83047_0 -- wheel=0.35.1=py_0 -- xz=5.2.5=h7b6447c_0 -- zlib=1.2.11=h7b6447c_3 -- pip: - - acstools==3.2.0 - - astropy==4.1 - - astroquery==0.4.1 - - beautifulsoup4==4.9.3 - - bokeh==2.2.3 - - calcos==3.3.10 - - cffi==1.14.3 - - chardet==3.0.4 - - costools==1.2.3 - - crds==10.1.0 - - cryptography==3.2.1 - - cycler==0.10.0 - - decorator==4.4.2 - - git+https://github.com/spacetelescope/drizzlepac@3.2.0rc4 - - filelock==3.0.12 - - fitsblender==0.3.6 - - html5lib==1.1 - - idna==2.10 - - imageio==2.9.0 - - importlib-metadata==2.0.0 - - jeepney==0.4.3 - - jinja2==2.11.2 - - joblib==0.17.0 - - keyring==21.4.0 - - kiwisolver==1.3.1 - - lxml==4.6.1 - - markupsafe==1.1.1 - - matplotlib==3.3.2 - - networkx==2.5 - - nictools==1.1.5 - - numexpr==2.7.1 - - numpy==1.19.3 - - packaging==20.4 - - pandas==1.1.4 - - parsley==1.3 - - photutils==1.0.1 - - pillow==8.0.1 - - pycparser==2.20 - - pyparsing==2.4.7 - - pypdf2==1.26.0 - - python-dateutil==2.8.1 - - pytz==2020.4 - - pywavelets==1.1.1 - - pyyaml==5.3.1 - - requests==2.24.0 - - scikit-image==0.17.2 - - scikit-learn==0.23.2 - - scipy==1.5.3 - - secretstorage==3.1.2 - - six==1.15.0 - - soupsieve==2.0.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.0 - - tables==3.6.1 - - threadpoolctl==2.1.0 - - tifffile==2020.9.3 - - tornado==6.1 - - tweakwcs==0.6.5 - - typing-extensions==3.7.4.3 - - urllib3==1.25.11 - - webencodings==0.5.1 - - wfc3tools==1.3.5 - - wfpc2tools==1.0.5 - - zipp==3.4.0 diff --git a/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_linux_py36_rc5.yml b/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_linux_py36_rc5.yml deleted file mode 100644 index 00aca0c..0000000 --- a/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_linux_py36_rc5.yml +++ /dev/null @@ -1,105 +0,0 @@ -# delivery_name: CALDP_initialSVM_DRZ_rc5 -# creation_time: Thu Dec 3 14:13:58 2020 -# conda_version: 4.9.2 -# condabuild_version: 3.18.11 -channels: -- defaults -- https://ssb.stsci.edu/astroconda -dependencies: -- _libgcc_mutex=0.1=main -- bzip2=1.0.8=h7b6447c_0 -- ca-certificates=2020.10.14=0 -- certifi=2020.6.20=pyhd3eb1b0_3 -- cfitsio=3.470=1 -- fitsverify=4.18=13 -- hstcal=2.5.0=0 -- ld_impl_linux-64=2.33.1=h53a641e_7 -- libedit=3.1.20191231=h14c3975_1 -- 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.1h=h7b6447c_0 -- pip=20.2.4=py36_0 -- python=3.6.12=hcff3b4d_2 -- readline=8.0=h7b6447c_0 -- setuptools=50.3.0=py36hb0f4dca_1 -- sqlite=3.33.0=h62c20be_0 -- tk=8.6.10=hbc83047_0 -- wheel=0.35.1=py_0 -- xz=5.2.5=h7b6447c_0 -- zlib=1.2.11=h7b6447c_3 -- pip: - - acstools==3.2.0 - - astropy==4.1 - - astroquery==0.4.1 - - beautifulsoup4==4.9.3 - - bokeh==2.2.3 - - calcos==3.3.10 - - cffi==1.14.3 - - chardet==3.0.4 - - costools==1.2.3 - - crds==10.1.0 - - cryptography==3.2.1 - - cycler==0.10.0 - - decorator==4.4.2 - - git+https://github.com/spacetelescope/drizzlepac@3.2.0rc5 - - filelock==3.0.12 - - fitsblender==0.3.6 - - html5lib==1.1 - - idna==2.10 - - imageio==2.9.0 - - importlib-metadata==2.0.0 - - jeepney==0.4.3 - - jinja2==2.11.2 - - joblib==0.17.0 - - keyring==21.4.0 - - kiwisolver==1.3.1 - - lxml==4.6.1 - - markupsafe==1.1.1 - - matplotlib==3.3.2 - - networkx==2.5 - - nictools==1.1.5 - - numexpr==2.7.1 - - numpy==1.19.3 - - packaging==20.4 - - pandas==1.1.4 - - parsley==1.3 - - photutils==1.0.1 - - pillow==8.0.1 - - pycparser==2.20 - - pyparsing==2.4.7 - - pypdf2==1.26.0 - - python-dateutil==2.8.1 - - pytz==2020.4 - - pywavelets==1.1.1 - - pyyaml==5.3.1 - - requests==2.24.0 - - scikit-image==0.17.2 - - scikit-learn==0.23.2 - - scipy==1.5.3 - - secretstorage==3.1.2 - - six==1.15.0 - - soupsieve==2.0.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.0 - - tables==3.6.1 - - threadpoolctl==2.1.0 - - tifffile==2020.9.3 - - tornado==6.1 - - tweakwcs==0.6.5 - - typing-extensions==3.7.4.3 - - urllib3==1.25.11 - - webencodings==0.5.1 - - wfc3tools==1.3.5 - - wfpc2tools==1.0.5 - - zipp==3.4.0 diff --git a/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_macos_py36_rc1.yml b/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_macos_py36_rc1.yml deleted file mode 100644 index 90ab24d..0000000 --- a/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_macos_py36_rc1.yml +++ /dev/null @@ -1,97 +0,0 @@ -# delivery_name: CALDP_initialSVM_DRZ_rc1 -# creation_time: Mon Nov 2 10:46:29 2020 -# conda_version: 4.9.1 -# condabuild_version: 3.18.11 -channels: -- defaults -- https://ssb.stsci.edu/astroconda -dependencies: -- bzip2=1.0.8=h1de35cc_0 -- ca-certificates=2020.10.14=0 -- certifi=2020.6.20=pyhd3eb1b0_3 -- cfitsio=3.470=1 -- fitsverify=4.18=13 -- hstcal=2.5.0=0 -- libcxx=10.0.0=1 -- libedit=3.1.20191231=h1de35cc_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.1h=haf1e3a3_0 -- pip=20.2.4=py36_0 -- python=3.6.12=h26836e1_2 -- readline=8.0=h1de35cc_0 -- setuptools=50.3.0=py36h0dc7051_1 -- sqlite=3.33.0=hffcf06c_0 -- tk=8.6.10=hb0a8c7a_0 -- wheel=0.35.1=py_0 -- xz=5.2.5=h1de35cc_0 -- zlib=1.2.11=h1de35cc_3 -- pip: - - acstools==3.2.0 - - astropy==4.1 - - astroquery==0.4.1 - - beautifulsoup4==4.9.3 - - bokeh==2.2.3 - - calcos==3.3.10 - - chardet==3.0.4 - - costools==1.2.3 - - crds==10.1.0 - - cycler==0.10.0 - - decorator==4.4.2 - - git+https://github.com/spacetelescope/drizzlepac@3.2.0rc1 - - filelock==3.0.12 - - fitsblender==0.3.6 - - html5lib==1.1 - - idna==2.10 - - imageio==2.9.0 - - importlib-metadata==2.0.0 - - jinja2==2.11.2 - - joblib==0.17.0 - - keyring==21.4.0 - - kiwisolver==1.3.1 - - lxml==4.6.1 - - markupsafe==1.1.1 - - matplotlib==3.3.2 - - networkx==2.5 - - nictools==1.1.5 - - numexpr==2.7.1 - - numpy==1.19.3 - - packaging==20.4 - - pandas==1.1.4 - - parsley==1.3 - - photutils==1.0.1 - - pillow==8.0.1 - - pyparsing==2.4.7 - - pypdf2==1.26.0 - - python-dateutil==2.8.1 - - pytz==2020.4 - - pywavelets==1.1.1 - - pyyaml==5.3.1 - - requests==2.24.0 - - scikit-image==0.17.2 - - scikit-learn==0.23.2 - - scipy==1.5.3 - - six==1.15.0 - - soupsieve==2.0.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.0 - - tables==3.6.1 - - threadpoolctl==2.1.0 - - tifffile==2020.9.3 - - tornado==6.1 - - tweakwcs==0.6.5 - - typing-extensions==3.7.4.3 - - urllib3==1.25.11 - - webencodings==0.5.1 - - wfc3tools==1.3.5 - - wfpc2tools==1.0.5 - - zipp==3.4.0 diff --git a/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_macos_py36_rc2.yml b/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_macos_py36_rc2.yml deleted file mode 100644 index c54a67e..0000000 --- a/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_macos_py36_rc2.yml +++ /dev/null @@ -1,97 +0,0 @@ -# delivery_name: CALDP_initialSVM_DRZ_rc2 -# creation_time: Thu Nov 12 12:07:08 2020 -# conda_version: 4.9.2 -# condabuild_version: 3.18.11 -channels: -- defaults -- https://ssb.stsci.edu/astroconda -dependencies: -- bzip2=1.0.8=h1de35cc_0 -- ca-certificates=2020.10.14=0 -- certifi=2020.6.20=pyhd3eb1b0_3 -- cfitsio=3.470=1 -- fitsverify=4.18=13 -- hstcal=2.5.0=0 -- libcxx=10.0.0=1 -- libedit=3.1.20191231=h1de35cc_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.1h=haf1e3a3_0 -- pip=20.2.4=py36_0 -- python=3.6.12=h26836e1_2 -- readline=8.0=h1de35cc_0 -- setuptools=50.3.0=py36h0dc7051_1 -- sqlite=3.33.0=hffcf06c_0 -- tk=8.6.10=hb0a8c7a_0 -- wheel=0.35.1=py_0 -- xz=5.2.5=h1de35cc_0 -- zlib=1.2.11=h1de35cc_3 -- pip: - - acstools==3.2.0 - - astropy==4.1 - - astroquery==0.4.1 - - beautifulsoup4==4.9.3 - - bokeh==2.2.3 - - calcos==3.3.10 - - chardet==3.0.4 - - costools==1.2.3 - - crds==10.1.0 - - cycler==0.10.0 - - decorator==4.4.2 - - git+https://github.com/spacetelescope/drizzlepac@3.2.0rc2 - - filelock==3.0.12 - - fitsblender==0.3.6 - - html5lib==1.1 - - idna==2.10 - - imageio==2.9.0 - - importlib-metadata==2.0.0 - - jinja2==2.11.2 - - joblib==0.17.0 - - keyring==21.4.0 - - kiwisolver==1.3.1 - - lxml==4.6.1 - - markupsafe==1.1.1 - - matplotlib==3.3.2 - - networkx==2.5 - - nictools==1.1.5 - - numexpr==2.7.1 - - numpy==1.19.3 - - packaging==20.4 - - pandas==1.1.4 - - parsley==1.3 - - photutils==1.0.1 - - pillow==8.0.1 - - pyparsing==2.4.7 - - pypdf2==1.26.0 - - python-dateutil==2.8.1 - - pytz==2020.4 - - pywavelets==1.1.1 - - pyyaml==5.3.1 - - requests==2.24.0 - - scikit-image==0.17.2 - - scikit-learn==0.23.2 - - scipy==1.5.3 - - six==1.15.0 - - soupsieve==2.0.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.0 - - tables==3.6.1 - - threadpoolctl==2.1.0 - - tifffile==2020.9.3 - - tornado==6.1 - - tweakwcs==0.6.5 - - typing-extensions==3.7.4.3 - - urllib3==1.25.11 - - webencodings==0.5.1 - - wfc3tools==1.3.5 - - wfpc2tools==1.0.5 - - zipp==3.4.0 diff --git a/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_macos_py36_rc3.yml b/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_macos_py36_rc3.yml deleted file mode 100644 index 31dc04c..0000000 --- a/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_macos_py36_rc3.yml +++ /dev/null @@ -1,97 +0,0 @@ -# delivery_name: CALDP_initialSVM_DRZ_rc3 -# creation_time: Tue Nov 17 15:22:57 2020 -# conda_version: 4.9.2 -# condabuild_version: 3.18.11 -channels: -- defaults -- https://ssb.stsci.edu/astroconda -dependencies: -- bzip2=1.0.8=h1de35cc_0 -- ca-certificates=2020.10.14=0 -- certifi=2020.6.20=pyhd3eb1b0_3 -- cfitsio=3.470=1 -- fitsverify=4.18=13 -- hstcal=2.5.0=0 -- libcxx=10.0.0=1 -- libedit=3.1.20191231=h1de35cc_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.1h=haf1e3a3_0 -- pip=20.2.4=py36_0 -- python=3.6.12=h26836e1_2 -- readline=8.0=h1de35cc_0 -- setuptools=50.3.0=py36h0dc7051_1 -- sqlite=3.33.0=hffcf06c_0 -- tk=8.6.10=hb0a8c7a_0 -- wheel=0.35.1=py_0 -- xz=5.2.5=h1de35cc_0 -- zlib=1.2.11=h1de35cc_3 -- pip: - - acstools==3.2.0 - - astropy==4.1 - - astroquery==0.4.1 - - beautifulsoup4==4.9.3 - - bokeh==2.2.3 - - calcos==3.3.10 - - chardet==3.0.4 - - costools==1.2.3 - - crds==10.1.0 - - cycler==0.10.0 - - decorator==4.4.2 - - git+https://github.com/spacetelescope/drizzlepac@3.2.0rc3 - - filelock==3.0.12 - - fitsblender==0.3.6 - - html5lib==1.1 - - idna==2.10 - - imageio==2.9.0 - - importlib-metadata==2.0.0 - - jinja2==2.11.2 - - joblib==0.17.0 - - keyring==21.4.0 - - kiwisolver==1.3.1 - - lxml==4.6.1 - - markupsafe==1.1.1 - - matplotlib==3.3.2 - - networkx==2.5 - - nictools==1.1.5 - - numexpr==2.7.1 - - numpy==1.19.3 - - packaging==20.4 - - pandas==1.1.4 - - parsley==1.3 - - photutils==1.0.1 - - pillow==8.0.1 - - pyparsing==2.4.7 - - pypdf2==1.26.0 - - python-dateutil==2.8.1 - - pytz==2020.4 - - pywavelets==1.1.1 - - pyyaml==5.3.1 - - requests==2.24.0 - - scikit-image==0.17.2 - - scikit-learn==0.23.2 - - scipy==1.5.3 - - six==1.15.0 - - soupsieve==2.0.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.0 - - tables==3.6.1 - - threadpoolctl==2.1.0 - - tifffile==2020.9.3 - - tornado==6.1 - - tweakwcs==0.6.5 - - typing-extensions==3.7.4.3 - - urllib3==1.25.11 - - webencodings==0.5.1 - - wfc3tools==1.3.5 - - wfpc2tools==1.0.5 - - zipp==3.4.0 diff --git a/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_macos_py36_rc4.yml b/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_macos_py36_rc4.yml deleted file mode 100644 index 7330011..0000000 --- a/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_macos_py36_rc4.yml +++ /dev/null @@ -1,97 +0,0 @@ -# delivery_name: CALDP_initialSVM_DRZ_rc4 -# creation_time: Wed Dec 2 13:44:26 2020 -# conda_version: 4.9.2 -# condabuild_version: 3.18.11 -channels: -- defaults -- https://ssb.stsci.edu/astroconda -dependencies: -- bzip2=1.0.8=h1de35cc_0 -- ca-certificates=2020.10.14=0 -- certifi=2020.6.20=pyhd3eb1b0_3 -- cfitsio=3.470=1 -- fitsverify=4.18=13 -- hstcal=2.5.0=0 -- libcxx=10.0.0=1 -- libedit=3.1.20191231=h1de35cc_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.1h=haf1e3a3_0 -- pip=20.2.4=py36_0 -- python=3.6.12=h26836e1_2 -- readline=8.0=h1de35cc_0 -- setuptools=50.3.0=py36h0dc7051_1 -- sqlite=3.33.0=hffcf06c_0 -- tk=8.6.10=hb0a8c7a_0 -- wheel=0.35.1=py_0 -- xz=5.2.5=h1de35cc_0 -- zlib=1.2.11=h1de35cc_3 -- pip: - - acstools==3.2.0 - - astropy==4.1 - - astroquery==0.4.1 - - beautifulsoup4==4.9.3 - - bokeh==2.2.3 - - calcos==3.3.10 - - chardet==3.0.4 - - costools==1.2.3 - - crds==10.1.0 - - cycler==0.10.0 - - decorator==4.4.2 - - git+https://github.com/spacetelescope/drizzlepac@3.2.0rc4 - - filelock==3.0.12 - - fitsblender==0.3.6 - - html5lib==1.1 - - idna==2.10 - - imageio==2.9.0 - - importlib-metadata==2.0.0 - - jinja2==2.11.2 - - joblib==0.17.0 - - keyring==21.4.0 - - kiwisolver==1.3.1 - - lxml==4.6.1 - - markupsafe==1.1.1 - - matplotlib==3.3.2 - - networkx==2.5 - - nictools==1.1.5 - - numexpr==2.7.1 - - numpy==1.19.3 - - packaging==20.4 - - pandas==1.1.4 - - parsley==1.3 - - photutils==1.0.1 - - pillow==8.0.1 - - pyparsing==2.4.7 - - pypdf2==1.26.0 - - python-dateutil==2.8.1 - - pytz==2020.4 - - pywavelets==1.1.1 - - pyyaml==5.3.1 - - requests==2.24.0 - - scikit-image==0.17.2 - - scikit-learn==0.23.2 - - scipy==1.5.3 - - six==1.15.0 - - soupsieve==2.0.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.0 - - tables==3.6.1 - - threadpoolctl==2.1.0 - - tifffile==2020.9.3 - - tornado==6.1 - - tweakwcs==0.6.5 - - typing-extensions==3.7.4.3 - - urllib3==1.25.11 - - webencodings==0.5.1 - - wfc3tools==1.3.5 - - wfpc2tools==1.0.5 - - zipp==3.4.0 diff --git a/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_macos_py36_rc5.yml b/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_macos_py36_rc5.yml deleted file mode 100644 index 609b85e..0000000 --- a/caldp/initialSVM/dev/CALDP_initialSVM_DRZ_macos_py36_rc5.yml +++ /dev/null @@ -1,97 +0,0 @@ -# delivery_name: CALDP_initialSVM_DRZ_rc5 -# creation_time: Thu Dec 3 14:14:51 2020 -# conda_version: 4.9.2 -# condabuild_version: 3.18.11 -channels: -- defaults -- https://ssb.stsci.edu/astroconda -dependencies: -- bzip2=1.0.8=h1de35cc_0 -- ca-certificates=2020.10.14=0 -- certifi=2020.6.20=pyhd3eb1b0_3 -- cfitsio=3.470=1 -- fitsverify=4.18=13 -- hstcal=2.5.0=0 -- libcxx=10.0.0=1 -- libedit=3.1.20191231=h1de35cc_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.1h=haf1e3a3_0 -- pip=20.2.4=py36_0 -- python=3.6.12=h26836e1_2 -- readline=8.0=h1de35cc_0 -- setuptools=50.3.0=py36h0dc7051_1 -- sqlite=3.33.0=hffcf06c_0 -- tk=8.6.10=hb0a8c7a_0 -- wheel=0.35.1=py_0 -- xz=5.2.5=h1de35cc_0 -- zlib=1.2.11=h1de35cc_3 -- pip: - - acstools==3.2.0 - - astropy==4.1 - - astroquery==0.4.1 - - beautifulsoup4==4.9.3 - - bokeh==2.2.3 - - calcos==3.3.10 - - chardet==3.0.4 - - costools==1.2.3 - - crds==10.1.0 - - cycler==0.10.0 - - decorator==4.4.2 - - git+https://github.com/spacetelescope/drizzlepac@3.2.0rc5 - - filelock==3.0.12 - - fitsblender==0.3.6 - - html5lib==1.1 - - idna==2.10 - - imageio==2.9.0 - - importlib-metadata==2.0.0 - - jinja2==2.11.2 - - joblib==0.17.0 - - keyring==21.4.0 - - kiwisolver==1.3.1 - - lxml==4.6.1 - - markupsafe==1.1.1 - - matplotlib==3.3.2 - - networkx==2.5 - - nictools==1.1.5 - - numexpr==2.7.1 - - numpy==1.19.3 - - packaging==20.4 - - pandas==1.1.4 - - parsley==1.3 - - photutils==1.0.1 - - pillow==8.0.1 - - pyparsing==2.4.7 - - pypdf2==1.26.0 - - python-dateutil==2.8.1 - - pytz==2020.4 - - pywavelets==1.1.1 - - pyyaml==5.3.1 - - requests==2.24.0 - - scikit-image==0.17.2 - - scikit-learn==0.23.2 - - scipy==1.5.3 - - six==1.15.0 - - soupsieve==2.0.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.0 - - tables==3.6.1 - - threadpoolctl==2.1.0 - - tifffile==2020.9.3 - - tornado==6.1 - - tweakwcs==0.6.5 - - typing-extensions==3.7.4.3 - - urllib3==1.25.11 - - webencodings==0.5.1 - - wfc3tools==1.3.5 - - wfpc2tools==1.0.5 - - zipp==3.4.0 diff --git a/caldp/initialSVM/latest-linux.yml b/caldp/initialSVM/latest-linux.yml deleted file mode 120000 index 2b58b9c..0000000 --- a/caldp/initialSVM/latest-linux.yml +++ /dev/null @@ -1 +0,0 @@ -dev/CALDP_initialSVM_DRZ_linux_py36_rc5.yml
\ No newline at end of file diff --git a/caldp/initialSVM/latest-macos.yml b/caldp/initialSVM/latest-macos.yml deleted file mode 120000 index 7b95ada..0000000 --- a/caldp/initialSVM/latest-macos.yml +++ /dev/null @@ -1 +0,0 @@ -dev/CALDP_initialSVM_DRZ_macos_py36_rc5.yml
\ No newline at end of file diff --git a/caldp/initialSVM/release_notes.md b/caldp/initialSVM/release_notes.md deleted file mode 100644 index a8dd7e5..0000000 --- a/caldp/initialSVM/release_notes.md +++ /dev/null @@ -1,15 +0,0 @@ -## 2020/12/3 - CALDP_initialSVM_DRZ_rc5 -### drizzlepac 3.2.0rc5 - -## 2020/12/2 - CALDP_initialSVM_DRZ_rc4 -### drizzlepac 3.2.0rc4 - -## 2020/11/17 - CALDP_initialSVM_DRZ_rc3 -### drizzlepac 3.2.0rc3 - -## 2020/11/12 - CALDP_initialSVM_DRZ_rc2 -### drizzlepac 3.2.0rc2 - -## 2020/11/2 - CALDP_initialSVM_DRZ_rc1 -### drizzlepac 3.2.0rc1 - |