diff options
author | DeliveryAutomation <automated@stsci.edu> | 2022-10-10 22:18:29 -0400 |
---|---|---|
committer | DeliveryAutomation <automated@stsci.edu> | 2022-10-10 22:18:29 -0400 |
commit | 319ed048fbeb0f98a86d39ad39f44b1c481c5a19 (patch) | |
tree | 687640f7b07998956f33bf4e6188b8d02df79d34 /caldp/mvmdrizzle | |
parent | a2c1161d9678040592e1af155503a64f3a2287ee (diff) | |
download | astroconda-releases-testing-319ed048fbeb0f98a86d39ad39f44b1c481c5a19.tar.gz |
Automatic commit of CALDP_20221010_CAL_final
Diffstat (limited to 'caldp/mvmdrizzle')
-rw-r--r-- | caldp/mvmdrizzle/README.md | 49 | ||||
-rw-r--r-- | caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_linux_py39_rc1.yml | 133 | ||||
-rw-r--r-- | caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_linux_py39_rc2.yml | 133 | ||||
-rw-r--r-- | caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_linux_py39_rc3.yml | 134 | ||||
-rw-r--r-- | caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_linux_py39_rc4.yml | 134 | ||||
-rw-r--r-- | caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_linux_py39_rc5.yml | 134 | ||||
-rw-r--r-- | caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_macos_py39_rc1.yml | 121 | ||||
-rw-r--r-- | caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_macos_py39_rc2.yml | 121 | ||||
-rw-r--r-- | caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_macos_py39_rc3.yml | 122 | ||||
-rw-r--r-- | caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_macos_py39_rc4.yml | 122 | ||||
-rw-r--r-- | caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_macos_py39_rc5.yml | 122 | ||||
l--------- | caldp/mvmdrizzle/latest-linux.yml | 1 | ||||
l--------- | caldp/mvmdrizzle/latest-macos.yml | 1 | ||||
-rw-r--r-- | caldp/mvmdrizzle/release_notes.md | 33 |
14 files changed, 0 insertions, 1360 deletions
diff --git a/caldp/mvmdrizzle/README.md b/caldp/mvmdrizzle/README.md deleted file mode 100644 index 50b09ed..0000000 --- a/caldp/mvmdrizzle/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/mvmdrizzle/latest-linux.yml -$ conda env create -n caldp_mvmdrizzle --file latest-linux.yml -``` -### Activate the pipeline environment - -``` -$ source activate caldp_mvmdrizzle -``` - -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/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_linux_py39_rc1.yml b/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_linux_py39_rc1.yml deleted file mode 100644 index 6a58205..0000000 --- a/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_linux_py39_rc1.yml +++ /dev/null @@ -1,133 +0,0 @@ -# delivery_name: CALDP_mvmdrizzle_CAL_rc1 -# creation_time: Thu Sep 1 10:12:17 2022 -# conda_version: 4.10.3 -# condabuild_version: 3.18.11 -channels: -- conda-forge -dependencies: -- _libgcc_mutex=0.1=conda_forge -- _openmp_mutex=4.5=2_gnu -- bzip2=1.0.8=h7f98852_4 -- c-ares=1.18.1=h7f98852_0 -- ca-certificates=2022.6.15=ha878542_0 -- cfitsio=4.1.0=hd9d235c_0 -- fitsverify=4.20=h4fe08a5_3 -- hstcal=2.7.4=hf3d8acf_2 -- keyutils=1.6.1=h166bdaf_0 -- krb5=1.19.3=h08a2579_0 -- ld_impl_linux-64=2.36.1=hea4e1c9_2 -- libcurl=7.83.1=h2283fc2_0 -- libedit=3.1.20191231=he28a2e2_2 -- libev=4.33=h516909a_1 -- libffi=3.4.2=h7f98852_5 -- libgcc-ng=12.1.0=h8d9b700_16 -- libgfortran-ng=12.1.0=h69a702a_16 -- libgfortran5=12.1.0=hdcd56e2_16 -- libgomp=12.1.0=h8d9b700_16 -- libnghttp2=1.47.0=hff17c54_1 -- libnsl=2.0.0=h7f98852_0 -- libsqlite=3.39.2=h753d276_1 -- libssh2=1.10.0=hf14f497_3 -- libstdcxx-ng=12.1.0=ha89aaad_16 -- libuuid=2.32.1=h7f98852_1000 -- libzlib=1.2.12=h166bdaf_2 -- ncurses=6.3=h27087fc_1 -- openssl=3.0.5=h166bdaf_1 -- pip=22.2.2=pyhd8ed1ab_0 -- python=3.9.13=h2660328_0_cpython -- readline=8.1.2=h0f457ee_0 -- setuptools=65.3.0=pyhd8ed1ab_1 -- sqlite=3.39.2=h4ff8645_1 -- tk=8.6.12=h27826a3_0 -- tzdata=2022c=h191b570_0 -- wheel=0.37.1=pyhd8ed1ab_0 -- xz=5.2.6=h166bdaf_0 -- pip: - - acstools==3.4.0 - - asdf==2.13.0 - - asdf-astropy==0.2.2 - - asdf-coordinates-schemas==0.1.0 - - asdf-standard==1.0.3 - - asdf-transform-schemas==0.3.0 - - asdf-wcs-schemas==0.1.1 - - astropy==5.1 - - astroquery==0.4.6 - - attrs==22.1.0 - - beautifulsoup4==4.11.1 - - bokeh==2.4.3 - - calcos==3.4.3 - - certifi==2022.6.15 - - cffi==1.15.1 - - charset-normalizer==2.1.1 - - costools==1.2.4 - - crds==11.16.9 - - cryptography==37.0.4 - - cycler==0.11.0 - - git+https://github.com/spacetelescope/drizzlepac@3.5.0rc0 - - filelock==3.8.0 - - fitsblender==0.4.2 - - fonttools==4.37.1 - - gwcs==0.18.1 - - html5lib==1.1 - - idna==3.3 - - imageio==2.21.2 - - importlib-metadata==4.12.0 - - jaraco-classes==3.2.2 - - jeepney==0.8.0 - - jinja2==3.1.2 - - jmespath==1.0.1 - - joblib==1.1.0 - - jsonschema==4.9.1 - - keyring==23.9.0 - - kiwisolver==1.4.4 - - lxml==4.9.1 - - markupsafe==2.0.1 - - matplotlib==3.5.3 - - more-itertools==8.14.0 - - networkx==2.8.6 - - nictools==1.1.5 - - numexpr==2.8.3 - - numpy==1.23.2 - - packaging==21.3 - - pandas==1.4.4 - - parsley==1.3 - - photutils==1.5.0 - - pillow==9.2.0 - - pycparser==2.21 - - pyerfa==2.0.0.1 - - pyparsing==3.0.9 - - pypdf2==2.10.4 - - pyrsistent==0.18.1 - - python-dateutil==2.8.2 - - pytz==2022.2.1 - - pyvo==1.3 - - pywavelets==1.3.0 - - pyyaml==6.0 - - requests==2.28.1 - - scikit-image==0.19.3 - - scikit-learn==1.1.2 - - scipy==1.9.1 - - secretstorage==3.3.3 - - semantic-version==2.10.0 - - six==1.16.0 - - soupsieve==2.3.2.post1 - - spherical-geometry==1.2.22 - - stistools==1.4.2 - - stregion==1.1.6 - - stsci-image==2.3.5 - - stsci-imagestats==1.6.3 - - stsci-skypac==1.0.9 - - stsci-stimage==0.2.5 - - stsci-tools==4.0.1 - - stwcs==1.7.2 - - tables==3.7.0 - - threadpoolctl==3.1.0 - - tifffile==2022.8.12 - - tornado==6.2 - - tweakwcs==0.8.0 - - typing-extensions==4.3.0 - - urllib3==1.26.12 - - webencodings==0.5.1 - - wfc3tools==1.4.0 - - wfpc2tools==1.0.5 - - zipp==3.8.1 diff --git a/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_linux_py39_rc2.yml b/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_linux_py39_rc2.yml deleted file mode 100644 index de2597f..0000000 --- a/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_linux_py39_rc2.yml +++ /dev/null @@ -1,133 +0,0 @@ -# delivery_name: CALDP_mvmdrizzle_CAL_rc2 -# creation_time: Thu Sep 8 14:44:17 2022 -# conda_version: 4.10.3 -# condabuild_version: 3.18.11 -channels: -- conda-forge -dependencies: -- _libgcc_mutex=0.1=conda_forge -- _openmp_mutex=4.5=2_gnu -- bzip2=1.0.8=h7f98852_4 -- c-ares=1.18.1=h7f98852_0 -- ca-certificates=2022.6.15=ha878542_0 -- cfitsio=4.1.0=hd9d235c_0 -- fitsverify=4.20=h4fe08a5_3 -- hstcal=2.7.4=hf3d8acf_2 -- keyutils=1.6.1=h166bdaf_0 -- krb5=1.19.3=h08a2579_0 -- ld_impl_linux-64=2.36.1=hea4e1c9_2 -- libcurl=7.83.1=h2283fc2_0 -- libedit=3.1.20191231=he28a2e2_2 -- libev=4.33=h516909a_1 -- libffi=3.4.2=h7f98852_5 -- libgcc-ng=12.1.0=h8d9b700_16 -- libgfortran-ng=12.1.0=h69a702a_16 -- libgfortran5=12.1.0=hdcd56e2_16 -- libgomp=12.1.0=h8d9b700_16 -- libnghttp2=1.47.0=hff17c54_1 -- libnsl=2.0.0=h7f98852_0 -- libsqlite=3.39.3=h753d276_0 -- libssh2=1.10.0=hf14f497_3 -- libstdcxx-ng=12.1.0=ha89aaad_16 -- libuuid=2.32.1=h7f98852_1000 -- libzlib=1.2.12=h166bdaf_2 -- ncurses=6.3=h27087fc_1 -- openssl=3.0.5=h166bdaf_2 -- pip=22.2.2=pyhd8ed1ab_0 -- python=3.9.13=h2660328_0_cpython -- readline=8.1.2=h0f457ee_0 -- setuptools=65.3.0=pyhd8ed1ab_1 -- sqlite=3.39.3=h4ff8645_0 -- tk=8.6.12=h27826a3_0 -- tzdata=2022c=h191b570_0 -- wheel=0.37.1=pyhd8ed1ab_0 -- xz=5.2.6=h166bdaf_0 -- pip: - - acstools==3.4.0 - - asdf==2.13.0 - - asdf-astropy==0.2.2 - - asdf-coordinates-schemas==0.1.0 - - asdf-standard==1.0.3 - - asdf-transform-schemas==0.3.0 - - asdf-wcs-schemas==0.1.1 - - astropy==5.1 - - astroquery==0.4.6 - - attrs==22.1.0 - - beautifulsoup4==4.11.1 - - bokeh==2.4.3 - - calcos==3.4.3 - - certifi==2022.6.15 - - cffi==1.15.1 - - charset-normalizer==2.1.1 - - costools==1.2.4 - - crds==11.16.9 - - cryptography==37.0.4 - - cycler==0.11.0 - - git+https://github.com/spacetelescope/drizzlepac@3.5.0rc1 - - filelock==3.8.0 - - git+https://github.com/spacetelescope/fitsblender@0.4.3 - - fonttools==4.37.1 - - gwcs==0.18.1 - - html5lib==1.1 - - idna==3.3 - - imageio==2.21.2 - - importlib-metadata==4.12.0 - - jaraco-classes==3.2.2 - - jeepney==0.8.0 - - jinja2==3.1.2 - - jmespath==1.0.1 - - joblib==1.1.0 - - jsonschema==4.9.1 - - keyring==23.9.0 - - kiwisolver==1.4.4 - - lxml==4.9.1 - - markupsafe==2.0.1 - - matplotlib==3.5.3 - - more-itertools==8.14.0 - - networkx==2.8.6 - - nictools==1.1.5 - - numexpr==2.8.3 - - numpy==1.23.2 - - packaging==21.3 - - pandas==1.4.4 - - parsley==1.3 - - photutils==1.5.0 - - pillow==9.2.0 - - pycparser==2.21 - - pyerfa==2.0.0.1 - - pyparsing==3.0.9 - - pypdf2==2.10.4 - - pyrsistent==0.18.1 - - python-dateutil==2.8.2 - - pytz==2022.2.1 - - pyvo==1.3 - - pywavelets==1.3.0 - - pyyaml==6.0 - - requests==2.28.1 - - scikit-image==0.19.3 - - scikit-learn==1.1.2 - - scipy==1.9.1 - - secretstorage==3.3.3 - - semantic-version==2.10.0 - - six==1.16.0 - - soupsieve==2.3.2.post1 - - spherical-geometry==1.2.22 - - stistools==1.4.2 - - stregion==1.1.6 - - stsci-image==2.3.5 - - stsci-imagestats==1.6.3 - - stsci-skypac==1.0.9 - - stsci-stimage==0.2.5 - - stsci-tools==4.0.1 - - git+https://github.com/spacetelescope/stwcs@1.7.2 - - tables==3.7.0 - - threadpoolctl==3.1.0 - - tifffile==2022.8.12 - - tornado==6.2 - - git+https://github.com/spacetelescope/tweakwcs@0.8.0 - - typing-extensions==4.3.0 - - urllib3==1.26.12 - - webencodings==0.5.1 - - wfc3tools==1.4.0 - - wfpc2tools==1.0.5 - - zipp==3.8.1 diff --git a/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_linux_py39_rc3.yml b/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_linux_py39_rc3.yml deleted file mode 100644 index 1108a99..0000000 --- a/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_linux_py39_rc3.yml +++ /dev/null @@ -1,134 +0,0 @@ -# delivery_name: CALDP_mvmdrizzle_CAL_rc3 -# creation_time: Wed Sep 28 14:07:08 2022 -# conda_version: 4.10.3 -# condabuild_version: 3.18.11 -channels: -- conda-forge -dependencies: -- _libgcc_mutex=0.1=conda_forge -- _openmp_mutex=4.5=2_gnu -- bzip2=1.0.8=h7f98852_4 -- c-ares=1.18.1=h7f98852_0 -- ca-certificates=2022.9.24=ha878542_0 -- cfitsio=4.1.0=hd9d235c_0 -- fitsverify=4.20=h4fe08a5_3 -- hstcal=2.7.4=hf3d8acf_2 -- keyutils=1.6.1=h166bdaf_0 -- krb5=1.19.3=h08a2579_0 -- ld_impl_linux-64=2.36.1=hea4e1c9_2 -- libcurl=7.83.1=h2283fc2_0 -- libedit=3.1.20191231=he28a2e2_2 -- libev=4.33=h516909a_1 -- libffi=3.4.2=h7f98852_5 -- libgcc-ng=12.1.0=h8d9b700_16 -- libgfortran-ng=12.1.0=h69a702a_16 -- libgfortran5=12.1.0=hdcd56e2_16 -- libgomp=12.1.0=h8d9b700_16 -- libnghttp2=1.47.0=hff17c54_1 -- libnsl=2.0.0=h7f98852_0 -- libsqlite=3.39.3=h753d276_0 -- libssh2=1.10.0=hf14f497_3 -- libstdcxx-ng=12.1.0=ha89aaad_16 -- libuuid=2.32.1=h7f98852_1000 -- libzlib=1.2.12=h166bdaf_3 -- ncurses=6.3=h27087fc_1 -- openssl=3.0.5=h166bdaf_2 -- pip=22.2.2=pyhd8ed1ab_0 -- python=3.9.13=h2660328_0_cpython -- readline=8.1.2=h0f457ee_0 -- setuptools=65.4.0=pyhd8ed1ab_0 -- sqlite=3.39.3=h4ff8645_0 -- tk=8.6.12=h27826a3_0 -- tzdata=2022d=h191b570_0 -- wheel=0.37.1=pyhd8ed1ab_0 -- xz=5.2.6=h166bdaf_0 -- pip: - - acstools==3.4.0 - - asdf==2.13.0 - - asdf-astropy==0.2.2 - - asdf-coordinates-schemas==0.1.0 - - asdf-standard==1.0.3 - - asdf-transform-schemas==0.3.0 - - asdf-wcs-schemas==0.1.1 - - astropy==5.1 - - astroquery==0.4.6 - - attrs==22.1.0 - - beautifulsoup4==4.11.1 - - bokeh==2.4.3 - - calcos==3.4.3 - - certifi==2022.6.15 - - cffi==1.15.1 - - charset-normalizer==2.1.1 - - contourpy==1.0.5 - - costools==1.2.4 - - crds==11.16.9 - - cryptography==37.0.4 - - cycler==0.11.0 - - git+https://github.com/spacetelescope/drizzlepac@3.5.0rc2 - - filelock==3.8.0 - - git+https://github.com/spacetelescope/fitsblender@0.4.2 - - fonttools==4.37.1 - - gwcs==0.18.1 - - html5lib==1.1 - - idna==3.3 - - imageio==2.21.2 - - importlib-metadata==4.12.0 - - jaraco-classes==3.2.2 - - jeepney==0.8.0 - - jinja2==3.1.2 - - jmespath==1.0.1 - - joblib==1.1.0 - - jsonschema==4.9.1 - - keyring==23.9.0 - - kiwisolver==1.4.4 - - lxml==4.9.1 - - markupsafe==2.0.1 - - matplotlib==3.5.3 - - more-itertools==8.14.0 - - networkx==2.8.6 - - nictools==1.1.5 - - numexpr==2.8.3 - - numpy==1.23.2 - - packaging==21.3 - - pandas==1.4.4 - - parsley==1.3 - - photutils==1.5.0 - - pillow==9.2.0 - - pycparser==2.21 - - pyerfa==2.0.0.1 - - pyparsing==3.0.9 - - pypdf2==2.10.4 - - pyrsistent==0.18.1 - - python-dateutil==2.8.2 - - pytz==2022.2.1 - - pyvo==1.3 - - pywavelets==1.3.0 - - pyyaml==6.0 - - requests==2.28.1 - - scikit-image==0.19.3 - - scikit-learn==1.1.2 - - scipy==1.9.1 - - secretstorage==3.3.3 - - semantic-version==2.10.0 - - six==1.16.0 - - soupsieve==2.3.2.post1 - - spherical-geometry==1.2.22 - - stistools==1.4.2 - - stregion==1.1.6 - - stsci-image==2.3.5 - - stsci-imagestats==1.6.3 - - stsci-skypac==1.0.9 - - stsci-stimage==0.2.5 - - stsci-tools==4.0.1 - - git+https://github.com/spacetelescope/stwcs@1.7.2 - - tables==3.7.0 - - threadpoolctl==3.1.0 - - tifffile==2022.8.12 - - tornado==6.2 - - git+https://github.com/spacetelescope/tweakwcs@0.8.0 - - typing-extensions==4.3.0 - - urllib3==1.26.12 - - webencodings==0.5.1 - - wfc3tools==1.4.0 - - wfpc2tools==1.0.5 - - zipp==3.8.1 diff --git a/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_linux_py39_rc4.yml b/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_linux_py39_rc4.yml deleted file mode 100644 index dc72746..0000000 --- a/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_linux_py39_rc4.yml +++ /dev/null @@ -1,134 +0,0 @@ -# delivery_name: CALDP_mvmdrizzle_CAL_rc4 -# creation_time: Wed Oct 5 15:41:25 2022 -# conda_version: 4.10.3 -# condabuild_version: 3.18.11 -channels: -- conda-forge -dependencies: -- _libgcc_mutex=0.1=conda_forge -- _openmp_mutex=4.5=2_gnu -- bzip2=1.0.8=h7f98852_4 -- c-ares=1.18.1=h7f98852_0 -- ca-certificates=2022.9.24=ha878542_0 -- cfitsio=4.1.0=hd9d235c_0 -- fitsverify=4.20=h4fe08a5_3 -- hstcal=2.7.4=hf3d8acf_2 -- keyutils=1.6.1=h166bdaf_0 -- krb5=1.19.3=h08a2579_0 -- ld_impl_linux-64=2.36.1=hea4e1c9_2 -- libcurl=7.85.0=h2283fc2_0 -- libedit=3.1.20191231=he28a2e2_2 -- libev=4.33=h516909a_1 -- libffi=3.4.2=h7f98852_5 -- libgcc-ng=12.1.0=h8d9b700_16 -- libgfortran-ng=12.1.0=h69a702a_16 -- libgfortran5=12.1.0=hdcd56e2_16 -- libgomp=12.1.0=h8d9b700_16 -- libnghttp2=1.47.0=hff17c54_1 -- libnsl=2.0.0=h7f98852_0 -- libsqlite=3.39.4=h753d276_0 -- libssh2=1.10.0=hf14f497_3 -- libstdcxx-ng=12.1.0=ha89aaad_16 -- libuuid=2.32.1=h7f98852_1000 -- libzlib=1.2.12=h166bdaf_4 -- ncurses=6.3=h27087fc_1 -- openssl=3.0.5=h166bdaf_2 -- pip=22.2.2=pyhd8ed1ab_0 -- python=3.9.13=h2660328_0_cpython -- readline=8.1.2=h0f457ee_0 -- setuptools=65.4.1=pyhd8ed1ab_0 -- sqlite=3.39.4=h4ff8645_0 -- tk=8.6.12=h27826a3_0 -- tzdata=2022d=h191b570_0 -- wheel=0.37.1=pyhd8ed1ab_0 -- xz=5.2.6=h166bdaf_0 -- pip: - - acstools==3.4.0 - - asdf==2.13.0 - - asdf-astropy==0.2.2 - - asdf-coordinates-schemas==0.1.0 - - asdf-standard==1.0.3 - - asdf-transform-schemas==0.3.0 - - asdf-wcs-schemas==0.1.1 - - astropy==5.1 - - astroquery==0.4.6 - - attrs==22.1.0 - - beautifulsoup4==4.11.1 - - bokeh==2.4.3 - - calcos==3.4.3 - - certifi==2022.6.15 - - cffi==1.15.1 - - charset-normalizer==2.1.1 - - contourpy==1.0.5 - - costools==1.2.4 - - crds==11.16.9 - - cryptography==37.0.4 - - cycler==0.11.0 - - git+https://github.com/spacetelescope/drizzlepac@3.5.0rc3 - - filelock==3.8.0 - - git+https://github.com/spacetelescope/fitsblender@0.4.3 - - fonttools==4.37.1 - - gwcs==0.18.1 - - html5lib==1.1 - - idna==3.3 - - imageio==2.21.2 - - importlib-metadata==4.12.0 - - jaraco-classes==3.2.2 - - jeepney==0.8.0 - - jinja2==3.1.2 - - jmespath==1.0.1 - - joblib==1.1.0 - - jsonschema==4.9.1 - - keyring==23.9.0 - - kiwisolver==1.4.4 - - lxml==4.9.1 - - markupsafe==2.0.1 - - matplotlib==3.5.3 - - more-itertools==8.14.0 - - networkx==2.8.6 - - nictools==1.1.5 - - numexpr==2.8.3 - - numpy==1.23.2 - - packaging==21.3 - - pandas==1.4.4 - - parsley==1.3 - - photutils==1.5.0 - - pillow==9.2.0 - - pycparser==2.21 - - pyerfa==2.0.0.1 - - pyparsing==3.0.9 - - pypdf2==2.10.4 - - pyrsistent==0.18.1 - - python-dateutil==2.8.2 - - pytz==2022.2.1 - - pyvo==1.3 - - pywavelets==1.3.0 - - pyyaml==6.0 - - requests==2.28.1 - - scikit-image==0.19.3 - - scikit-learn==1.1.2 - - scipy==1.9.1 - - secretstorage==3.3.3 - - semantic-version==2.10.0 - - six==1.16.0 - - soupsieve==2.3.2.post1 - - spherical-geometry==1.2.22 - - stistools==1.4.2 - - stregion==1.1.6 - - stsci-image==2.3.5 - - stsci-imagestats==1.6.3 - - stsci-skypac==1.0.9 - - stsci-stimage==0.2.5 - - stsci-tools==4.0.1 - - git+https://github.com/spacetelescope/stwcs@1.7.2 - - tables==3.7.0 - - threadpoolctl==3.1.0 - - tifffile==2022.8.12 - - tornado==6.2 - - git+https://github.com/spacetelescope/tweakwcs@0.8.0 - - typing-extensions==4.3.0 - - urllib3==1.26.12 - - webencodings==0.5.1 - - wfc3tools==1.4.0 - - wfpc2tools==1.0.5 - - zipp==3.8.1 diff --git a/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_linux_py39_rc5.yml b/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_linux_py39_rc5.yml deleted file mode 100644 index c44bdce..0000000 --- a/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_linux_py39_rc5.yml +++ /dev/null @@ -1,134 +0,0 @@ -# delivery_name: CALDP_mvmdrizzle_CAL_rc5 -# creation_time: Thu Oct 6 15:56:08 2022 -# conda_version: 4.10.3 -# condabuild_version: 3.18.11 -channels: -- conda-forge -dependencies: -- _libgcc_mutex=0.1=conda_forge -- _openmp_mutex=4.5=2_gnu -- bzip2=1.0.8=h7f98852_4 -- c-ares=1.18.1=h7f98852_0 -- ca-certificates=2022.9.24=ha878542_0 -- cfitsio=4.1.0=hd9d235c_0 -- fitsverify=4.20=h4fe08a5_3 -- hstcal=2.7.4=hf3d8acf_2 -- keyutils=1.6.1=h166bdaf_0 -- krb5=1.19.3=h08a2579_0 -- ld_impl_linux-64=2.36.1=hea4e1c9_2 -- libcurl=7.85.0=h2283fc2_0 -- libedit=3.1.20191231=he28a2e2_2 -- libev=4.33=h516909a_1 -- libffi=3.4.2=h7f98852_5 -- libgcc-ng=12.1.0=h8d9b700_16 -- libgfortran-ng=12.1.0=h69a702a_16 -- libgfortran5=12.1.0=hdcd56e2_16 -- libgomp=12.1.0=h8d9b700_16 -- libnghttp2=1.47.0=hff17c54_1 -- libnsl=2.0.0=h7f98852_0 -- libsqlite=3.39.4=h753d276_0 -- libssh2=1.10.0=hf14f497_3 -- libstdcxx-ng=12.1.0=ha89aaad_16 -- libuuid=2.32.1=h7f98852_1000 -- libzlib=1.2.12=h166bdaf_4 -- ncurses=6.3=h27087fc_1 -- openssl=3.0.5=h166bdaf_2 -- pip=22.2.2=pyhd8ed1ab_0 -- python=3.9.13=h2660328_0_cpython -- readline=8.1.2=h0f457ee_0 -- setuptools=65.4.1=pyhd8ed1ab_0 -- sqlite=3.39.4=h4ff8645_0 -- tk=8.6.12=h27826a3_0 -- tzdata=2022d=h191b570_0 -- wheel=0.37.1=pyhd8ed1ab_0 -- xz=5.2.6=h166bdaf_0 -- pip: - - acstools==3.4.0 - - asdf==2.13.0 - - asdf-astropy==0.2.2 - - asdf-coordinates-schemas==0.1.0 - - asdf-standard==1.0.3 - - asdf-transform-schemas==0.3.0 - - asdf-wcs-schemas==0.1.1 - - astropy==5.1 - - astroquery==0.4.6 - - attrs==22.1.0 - - beautifulsoup4==4.11.1 - - bokeh==2.4.3 - - calcos==3.4.3 - - certifi==2022.6.15 - - cffi==1.15.1 - - charset-normalizer==2.1.1 - - contourpy==1.0.5 - - costools==1.2.4 - - crds==11.16.9 - - cryptography==37.0.4 - - cycler==0.11.0 - - git+https://github.com/spacetelescope/drizzlepac@3.5.0rc2 - - filelock==3.8.0 - - git+https://github.com/spacetelescope/fitsblender@0.4.3 - - fonttools==4.37.1 - - gwcs==0.18.1 - - html5lib==1.1 - - idna==3.3 - - imageio==2.21.2 - - importlib-metadata==4.12.0 - - jaraco-classes==3.2.2 - - jeepney==0.8.0 - - jinja2==3.1.2 - - jmespath==1.0.1 - - joblib==1.1.0 - - jsonschema==4.9.1 - - keyring==23.9.0 - - kiwisolver==1.4.4 - - lxml==4.9.1 - - markupsafe==2.0.1 - - matplotlib==3.5.3 - - more-itertools==8.14.0 - - networkx==2.8.6 - - nictools==1.1.5 - - numexpr==2.8.3 - - numpy==1.23.2 - - packaging==21.3 - - pandas==1.4.4 - - parsley==1.3 - - photutils==1.5.0 - - pillow==9.2.0 - - pycparser==2.21 - - pyerfa==2.0.0.1 - - pyparsing==3.0.9 - - pypdf2==2.10.4 - - pyrsistent==0.18.1 - - python-dateutil==2.8.2 - - pytz==2022.2.1 - - pyvo==1.3 - - pywavelets==1.3.0 - - pyyaml==6.0 - - requests==2.28.1 - - scikit-image==0.19.3 - - scikit-learn==1.1.2 - - scipy==1.9.1 - - secretstorage==3.3.3 - - semantic-version==2.10.0 - - six==1.16.0 - - soupsieve==2.3.2.post1 - - spherical-geometry==1.2.22 - - stistools==1.4.2 - - stregion==1.1.6 - - stsci-image==2.3.5 - - stsci-imagestats==1.6.3 - - stsci-skypac==1.0.9 - - stsci-stimage==0.2.5 - - stsci-tools==4.0.1 - - git+https://github.com/spacetelescope/stwcs@1.7.2 - - tables==3.7.0 - - threadpoolctl==3.1.0 - - tifffile==2022.8.12 - - tornado==6.2 - - git+https://github.com/spacetelescope/tweakwcs@0.8.0 - - typing-extensions==4.3.0 - - urllib3==1.26.12 - - webencodings==0.5.1 - - wfc3tools==1.4.0 - - wfpc2tools==1.0.5 - - zipp==3.8.1 diff --git a/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_macos_py39_rc1.yml b/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_macos_py39_rc1.yml deleted file mode 100644 index 15b2b86..0000000 --- a/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_macos_py39_rc1.yml +++ /dev/null @@ -1,121 +0,0 @@ -# delivery_name: CALDP_mvmdrizzle_CAL_rc1 -# creation_time: Thu Sep 1 10:14:28 2022 -# conda_version: 4.12.0 -# condabuild_version: 3.18.11 -channels: -- conda-forge -dependencies: -- bzip2=1.0.8=h0d85af4_4 -- c-ares=1.18.1=h0d85af4_0 -- ca-certificates=2022.6.15=h033912b_0 -- cfitsio=4.1.0=h2c97ad1_0 -- fitsverify=4.20=hb512e93_3 -- hstcal=2.7.4=hb3b5048_2 -- krb5=1.19.3=hb98e516_0 -- libcurl=7.83.1=h23f1065_0 -- libcxx=14.0.6=hccf4f1f_0 -- libedit=3.1.20191231=h0678c8f_2 -- libev=4.33=haf1e3a3_1 -- libffi=3.4.2=h0d85af4_5 -- libgfortran=5.0.0=10_4_0_h97931a8_25 -- libgfortran5=11.3.0=h082f757_25 -- libnghttp2=1.47.0=h5aae05b_1 -- libsqlite=3.39.2=h5a3d3bf_1 -- libssh2=1.10.0=h47af595_3 -- libzlib=1.2.12=hfe4f2af_2 -- llvm-openmp=14.0.4=ha654fa7_0 -- ncurses=6.3=h96cf925_1 -- openssl=3.0.5=hb81d4ab_1 -- pip=22.2.2=pyhd8ed1ab_0 -- python=3.9.13=hf8d34f4_0_cpython -- readline=8.1.2=h3899abd_0 -- setuptools=65.3.0=pyhd8ed1ab_1 -- sqlite=3.39.2=hd9f0692_1 -- tk=8.6.12=h5dbffcc_0 -- tzdata=2022c=h191b570_0 -- wheel=0.37.1=pyhd8ed1ab_0 -- xz=5.2.6=h775f41a_0 -- pip: - - acstools==3.4.0 - - asdf==2.13.0 - - asdf-astropy==0.2.2 - - asdf-coordinates-schemas==0.1.0 - - asdf-standard==1.0.3 - - asdf-transform-schemas==0.3.0 - - asdf-wcs-schemas==0.1.1 - - astropy==5.1 - - astroquery==0.4.6 - - attrs==22.1.0 - - beautifulsoup4==4.11.1 - - bokeh==2.4.3 - - calcos==3.4.3 - - certifi==2022.6.15 - - charset-normalizer==2.1.1 - - costools==1.2.4 - - crds==11.16.9 - - cycler==0.11.0 - - git+https://github.com/spacetelescope/drizzlepac@3.5.0rc0 - - filelock==3.8.0 - - fitsblender==0.4.2 - - fonttools==4.37.1 - - gwcs==0.18.1 - - html5lib==1.1 - - idna==3.3 - - imageio==2.21.2 - - importlib-metadata==4.12.0 - - jaraco-classes==3.2.2 - - jinja2==3.1.2 - - jmespath==1.0.1 - - joblib==1.1.0 - - jsonschema==4.9.1 - - keyring==23.9.0 - - kiwisolver==1.4.4 - - lxml==4.9.1 - - markupsafe==2.0.1 - - matplotlib==3.5.3 - - more-itertools==8.14.0 - - networkx==2.8.6 - - nictools==1.1.5 - - numexpr==2.8.3 - - numpy==1.23.2 - - packaging==21.3 - - pandas==1.4.4 - - parsley==1.3 - - photutils==1.5.0 - - pillow==9.2.0 - - pyerfa==2.0.0.1 - - pyparsing==3.0.9 - - pypdf2==2.10.4 - - pyrsistent==0.18.1 - - python-dateutil==2.8.2 - - pytz==2022.2.1 - - pyvo==1.3 - - pywavelets==1.3.0 - - pyyaml==6.0 - - requests==2.28.1 - - scikit-image==0.19.3 - - scikit-learn==1.1.2 - - scipy==1.9.1 - - semantic-version==2.10.0 - - six==1.16.0 - - soupsieve==2.3.2.post1 - - spherical-geometry==1.2.22 - - stistools==1.4.2 - - stregion==1.1.6 - - stsci-image==2.3.5 - - stsci-imagestats==1.6.3 - - stsci-skypac==1.0.9 - - stsci-stimage==0.2.5 - - stsci-tools==4.0.1 - - stwcs==1.7.2 - - tables==3.7.0 - - threadpoolctl==3.1.0 - - tifffile==2022.8.12 - - tornado==6.2 - - tweakwcs==0.8.0 - - typing-extensions==4.3.0 - - urllib3==1.26.12 - - webencodings==0.5.1 - - wfc3tools==1.4.0 - - wfpc2tools==1.0.5 - - zipp==3.8.1 diff --git a/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_macos_py39_rc2.yml b/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_macos_py39_rc2.yml deleted file mode 100644 index a3a7f1d..0000000 --- a/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_macos_py39_rc2.yml +++ /dev/null @@ -1,121 +0,0 @@ -# delivery_name: CALDP_mvmdrizzle_CAL_rc2 -# creation_time: Thu Sep 8 14:45:07 2022 -# conda_version: 4.12.0 -# condabuild_version: 3.18.11 -channels: -- conda-forge -dependencies: -- bzip2=1.0.8=h0d85af4_4 -- c-ares=1.18.1=h0d85af4_0 -- ca-certificates=2022.6.15=h033912b_0 -- cfitsio=4.1.0=h2c97ad1_0 -- fitsverify=4.20=hb512e93_3 -- hstcal=2.7.4=hb3b5048_2 -- krb5=1.19.3=hb98e516_0 -- libcurl=7.83.1=h23f1065_0 -- libcxx=14.0.6=hccf4f1f_0 -- libedit=3.1.20191231=h0678c8f_2 -- libev=4.33=haf1e3a3_1 -- libffi=3.4.2=h0d85af4_5 -- libgfortran=5.0.0=10_4_0_h97931a8_25 -- libgfortran5=11.3.0=h082f757_25 -- libnghttp2=1.47.0=h5aae05b_1 -- libsqlite=3.39.3=ha978bb4_0 -- libssh2=1.10.0=h47af595_3 -- libzlib=1.2.12=hfe4f2af_2 -- llvm-openmp=14.0.4=ha654fa7_0 -- ncurses=6.3=h96cf925_1 -- openssl=3.0.5=hfd90126_2 -- pip=22.2.2=pyhd8ed1ab_0 -- python=3.9.13=hf8d34f4_0_cpython -- readline=8.1.2=h3899abd_0 -- setuptools=65.3.0=pyhd8ed1ab_1 -- sqlite=3.39.3=h9ae0607_0 -- tk=8.6.12=h5dbffcc_0 -- tzdata=2022c=h191b570_0 -- wheel=0.37.1=pyhd8ed1ab_0 -- xz=5.2.6=h775f41a_0 -- pip: - - acstools==3.4.0 - - asdf==2.13.0 - - asdf-astropy==0.2.2 - - asdf-coordinates-schemas==0.1.0 - - asdf-standard==1.0.3 - - asdf-transform-schemas==0.3.0 - - asdf-wcs-schemas==0.1.1 - - astropy==5.1 - - astroquery==0.4.6 - - attrs==22.1.0 - - beautifulsoup4==4.11.1 - - bokeh==2.4.3 - - calcos==3.4.3 - - certifi==2022.6.15 - - charset-normalizer==2.1.1 - - costools==1.2.4 - - crds==11.16.9 - - cycler==0.11.0 - - git+https://github.com/spacetelescope/drizzlepac@3.5.0rc1 - - filelock==3.8.0 - - git+https://github.com/spacetelescope/fitsblender@0.4.3 - - fonttools==4.37.1 - - gwcs==0.18.1 - - html5lib==1.1 - - idna==3.3 - - imageio==2.21.2 - - importlib-metadata==4.12.0 - - jaraco-classes==3.2.2 - - jinja2==3.1.2 - - jmespath==1.0.1 - - joblib==1.1.0 - - jsonschema==4.9.1 - - keyring==23.9.0 - - kiwisolver==1.4.4 - - lxml==4.9.1 - - markupsafe==2.0.1 - - matplotlib==3.5.3 - - more-itertools==8.14.0 - - networkx==2.8.6 - - nictools==1.1.5 - - numexpr==2.8.3 - - numpy==1.23.2 - - packaging==21.3 - - pandas==1.4.4 - - parsley==1.3 - - photutils==1.5.0 - - pillow==9.2.0 - - pyerfa==2.0.0.1 - - pyparsing==3.0.9 - - pypdf2==2.10.4 - - pyrsistent==0.18.1 - - python-dateutil==2.8.2 - - pytz==2022.2.1 - - pyvo==1.3 - - pywavelets==1.3.0 - - pyyaml==6.0 - - requests==2.28.1 - - scikit-image==0.19.3 - - scikit-learn==1.1.2 - - scipy==1.9.1 - - semantic-version==2.10.0 - - six==1.16.0 - - soupsieve==2.3.2.post1 - - spherical-geometry==1.2.22 - - stistools==1.4.2 - - stregion==1.1.6 - - stsci-image==2.3.5 - - stsci-imagestats==1.6.3 - - stsci-skypac==1.0.9 - - stsci-stimage==0.2.5 - - stsci-tools==4.0.1 - - git+https://github.com/spacetelescope/stwcs@1.7.2 - - tables==3.7.0 - - threadpoolctl==3.1.0 - - tifffile==2022.8.12 - - tornado==6.2 - - git+https://github.com/spacetelescope/tweakwcs@0.8.0 - - typing-extensions==4.3.0 - - urllib3==1.26.12 - - webencodings==0.5.1 - - wfc3tools==1.4.0 - - wfpc2tools==1.0.5 - - zipp==3.8.1 diff --git a/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_macos_py39_rc3.yml b/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_macos_py39_rc3.yml deleted file mode 100644 index 8896a8c..0000000 --- a/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_macos_py39_rc3.yml +++ /dev/null @@ -1,122 +0,0 @@ -# delivery_name: CALDP_mvmdrizzle_CAL_rc3 -# creation_time: Wed Sep 28 14:08:06 2022 -# conda_version: 4.12.0 -# condabuild_version: 3.18.11 -channels: -- conda-forge -dependencies: -- bzip2=1.0.8=h0d85af4_4 -- c-ares=1.18.1=h0d85af4_0 -- ca-certificates=2022.9.24=h033912b_0 -- cfitsio=4.1.0=h2c97ad1_0 -- fitsverify=4.20=hb512e93_3 -- hstcal=2.7.4=hb3b5048_2 -- krb5=1.19.3=hb98e516_0 -- libcurl=7.83.1=h23f1065_0 -- libcxx=14.0.6=hccf4f1f_0 -- libedit=3.1.20191231=h0678c8f_2 -- libev=4.33=haf1e3a3_1 -- libffi=3.4.2=h0d85af4_5 -- libgfortran=5.0.0=10_4_0_h97931a8_25 -- libgfortran5=11.3.0=h082f757_25 -- libnghttp2=1.47.0=h5aae05b_1 -- libsqlite=3.39.3=ha978bb4_0 -- libssh2=1.10.0=h47af595_3 -- libzlib=1.2.12=hfd90126_3 -- llvm-openmp=14.0.4=ha654fa7_0 -- ncurses=6.3=h96cf925_1 -- openssl=3.0.5=hfd90126_2 -- pip=22.2.2=pyhd8ed1ab_0 -- python=3.9.13=hf8d34f4_0_cpython -- readline=8.1.2=h3899abd_0 -- setuptools=65.4.0=pyhd8ed1ab_0 -- sqlite=3.39.3=h9ae0607_0 -- tk=8.6.12=h5dbffcc_0 -- tzdata=2022d=h191b570_0 -- wheel=0.37.1=pyhd8ed1ab_0 -- xz=5.2.6=h775f41a_0 -- pip: - - acstools==3.4.0 - - asdf==2.13.0 - - asdf-astropy==0.2.2 - - asdf-coordinates-schemas==0.1.0 - - asdf-standard==1.0.3 - - asdf-transform-schemas==0.3.0 - - asdf-wcs-schemas==0.1.1 - - astropy==5.1 - - astroquery==0.4.6 - - attrs==22.1.0 - - beautifulsoup4==4.11.1 - - bokeh==2.4.3 - - calcos==3.4.3 - - certifi==2022.6.15 - - charset-normalizer==2.1.1 - - contourpy==1.0.5 - - costools==1.2.4 - - crds==11.16.9 - - cycler==0.11.0 - - git+https://github.com/spacetelescope/drizzlepac@3.5.0rc2 - - filelock==3.8.0 - - git+https://github.com/spacetelescope/fitsblender@0.4.2 - - fonttools==4.37.1 - - gwcs==0.18.1 - - html5lib==1.1 - - idna==3.3 - - imageio==2.21.2 - - importlib-metadata==4.12.0 - - jaraco-classes==3.2.2 - - jinja2==3.1.2 - - jmespath==1.0.1 - - joblib==1.1.0 - - jsonschema==4.9.1 - - keyring==23.9.0 - - kiwisolver==1.4.4 - - lxml==4.9.1 - - markupsafe==2.0.1 - - matplotlib==3.5.3 - - more-itertools==8.14.0 - - networkx==2.8.6 - - nictools==1.1.5 - - numexpr==2.8.3 - - numpy==1.23.2 - - packaging==21.3 - - pandas==1.4.4 - - parsley==1.3 - - photutils==1.5.0 - - pillow==9.2.0 - - pyerfa==2.0.0.1 - - pyparsing==3.0.9 - - pypdf2==2.10.4 - - pyrsistent==0.18.1 - - python-dateutil==2.8.2 - - pytz==2022.2.1 - - pyvo==1.3 - - pywavelets==1.3.0 - - pyyaml==6.0 - - requests==2.28.1 - - scikit-image==0.19.3 - - scikit-learn==1.1.2 - - scipy==1.9.1 - - semantic-version==2.10.0 - - six==1.16.0 - - soupsieve==2.3.2.post1 - - spherical-geometry==1.2.22 - - stistools==1.4.2 - - stregion==1.1.6 - - stsci-image==2.3.5 - - stsci-imagestats==1.6.3 - - stsci-skypac==1.0.9 - - stsci-stimage==0.2.5 - - stsci-tools==4.0.1 - - git+https://github.com/spacetelescope/stwcs@1.7.2 - - tables==3.7.0 - - threadpoolctl==3.1.0 - - tifffile==2022.8.12 - - tornado==6.2 - - git+https://github.com/spacetelescope/tweakwcs@0.8.0 - - typing-extensions==4.3.0 - - urllib3==1.26.12 - - webencodings==0.5.1 - - wfc3tools==1.4.0 - - wfpc2tools==1.0.5 - - zipp==3.8.1 diff --git a/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_macos_py39_rc4.yml b/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_macos_py39_rc4.yml deleted file mode 100644 index d4bbb93..0000000 --- a/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_macos_py39_rc4.yml +++ /dev/null @@ -1,122 +0,0 @@ -# delivery_name: CALDP_mvmdrizzle_CAL_rc4 -# creation_time: Wed Oct 5 15:42:34 2022 -# conda_version: 4.12.0 -# condabuild_version: 3.18.11 -channels: -- conda-forge -dependencies: -- bzip2=1.0.8=h0d85af4_4 -- c-ares=1.18.1=h0d85af4_0 -- ca-certificates=2022.9.24=h033912b_0 -- cfitsio=4.1.0=h2c97ad1_0 -- fitsverify=4.20=hb512e93_3 -- hstcal=2.7.4=hb3b5048_2 -- krb5=1.19.3=hb98e516_0 -- libcurl=7.85.0=h581aaea_0 -- libcxx=14.0.6=hccf4f1f_0 -- libedit=3.1.20191231=h0678c8f_2 -- libev=4.33=haf1e3a3_1 -- libffi=3.4.2=h0d85af4_5 -- libgfortran=5.0.0=10_4_0_h97931a8_25 -- libgfortran5=11.3.0=h082f757_25 -- libnghttp2=1.47.0=h5aae05b_1 -- libsqlite=3.39.4=ha978bb4_0 -- libssh2=1.10.0=h47af595_3 -- libzlib=1.2.12=hfd90126_4 -- llvm-openmp=14.0.4=ha654fa7_0 -- ncurses=6.3=h96cf925_1 -- openssl=3.0.5=hfd90126_2 -- pip=22.2.2=pyhd8ed1ab_0 -- python=3.9.13=hf8d34f4_0_cpython -- readline=8.1.2=h3899abd_0 -- setuptools=65.4.1=pyhd8ed1ab_0 -- sqlite=3.39.4=h9ae0607_0 -- tk=8.6.12=h5dbffcc_0 -- tzdata=2022d=h191b570_0 -- wheel=0.37.1=pyhd8ed1ab_0 -- xz=5.2.6=h775f41a_0 -- pip: - - acstools==3.4.0 - - asdf==2.13.0 - - asdf-astropy==0.2.2 - - asdf-coordinates-schemas==0.1.0 - - asdf-standard==1.0.3 - - asdf-transform-schemas==0.3.0 - - asdf-wcs-schemas==0.1.1 - - astropy==5.1 - - astroquery==0.4.6 - - attrs==22.1.0 - - beautifulsoup4==4.11.1 - - bokeh==2.4.3 - - calcos==3.4.3 - - certifi==2022.6.15 - - charset-normalizer==2.1.1 - - contourpy==1.0.5 - - costools==1.2.4 - - crds==11.16.9 - - cycler==0.11.0 - - git+https://github.com/spacetelescope/drizzlepac@3.5.0rc3 - - filelock==3.8.0 - - git+https://github.com/spacetelescope/fitsblender@0.4.3 - - fonttools==4.37.1 - - gwcs==0.18.1 - - html5lib==1.1 - - idna==3.3 - - imageio==2.21.2 - - importlib-metadata==4.12.0 - - jaraco-classes==3.2.2 - - jinja2==3.1.2 - - jmespath==1.0.1 - - joblib==1.1.0 - - jsonschema==4.9.1 - - keyring==23.9.0 - - kiwisolver==1.4.4 - - lxml==4.9.1 - - markupsafe==2.0.1 - - matplotlib==3.5.3 - - more-itertools==8.14.0 - - networkx==2.8.6 - - nictools==1.1.5 - - numexpr==2.8.3 - - numpy==1.23.2 - - packaging==21.3 - - pandas==1.4.4 - - parsley==1.3 - - photutils==1.5.0 - - pillow==9.2.0 - - pyerfa==2.0.0.1 - - pyparsing==3.0.9 - - pypdf2==2.10.4 - - pyrsistent==0.18.1 - - python-dateutil==2.8.2 - - pytz==2022.2.1 - - pyvo==1.3 - - pywavelets==1.3.0 - - pyyaml==6.0 - - requests==2.28.1 - - scikit-image==0.19.3 - - scikit-learn==1.1.2 - - scipy==1.9.1 - - semantic-version==2.10.0 - - six==1.16.0 - - soupsieve==2.3.2.post1 - - spherical-geometry==1.2.22 - - stistools==1.4.2 - - stregion==1.1.6 - - stsci-image==2.3.5 - - stsci-imagestats==1.6.3 - - stsci-skypac==1.0.9 - - stsci-stimage==0.2.5 - - stsci-tools==4.0.1 - - git+https://github.com/spacetelescope/stwcs@1.7.2 - - tables==3.7.0 - - threadpoolctl==3.1.0 - - tifffile==2022.8.12 - - tornado==6.2 - - git+https://github.com/spacetelescope/tweakwcs@0.8.0 - - typing-extensions==4.3.0 - - urllib3==1.26.12 - - webencodings==0.5.1 - - wfc3tools==1.4.0 - - wfpc2tools==1.0.5 - - zipp==3.8.1 diff --git a/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_macos_py39_rc5.yml b/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_macos_py39_rc5.yml deleted file mode 100644 index 18feafb..0000000 --- a/caldp/mvmdrizzle/dev/CALDP_mvmdrizzle_CAL_macos_py39_rc5.yml +++ /dev/null @@ -1,122 +0,0 @@ -# delivery_name: CALDP_mvmdrizzle_CAL_rc5 -# creation_time: Thu Oct 6 15:57:43 2022 -# conda_version: 4.12.0 -# condabuild_version: 3.18.11 -channels: -- conda-forge -dependencies: -- bzip2=1.0.8=h0d85af4_4 -- c-ares=1.18.1=h0d85af4_0 -- ca-certificates=2022.9.24=h033912b_0 -- cfitsio=4.1.0=h2c97ad1_0 -- fitsverify=4.20=hb512e93_3 -- hstcal=2.7.4=hb3b5048_2 -- krb5=1.19.3=hb98e516_0 -- libcurl=7.85.0=h581aaea_0 -- libcxx=14.0.6=hccf4f1f_0 -- libedit=3.1.20191231=h0678c8f_2 -- libev=4.33=haf1e3a3_1 -- libffi=3.4.2=h0d85af4_5 -- libgfortran=5.0.0=10_4_0_h97931a8_25 -- libgfortran5=11.3.0=h082f757_25 -- libnghttp2=1.47.0=h5aae05b_1 -- libsqlite=3.39.4=ha978bb4_0 -- libssh2=1.10.0=h47af595_3 -- libzlib=1.2.12=hfd90126_4 -- llvm-openmp=14.0.4=ha654fa7_0 -- ncurses=6.3=h96cf925_1 -- openssl=3.0.5=hfd90126_2 -- pip=22.2.2=pyhd8ed1ab_0 -- python=3.9.13=hf8d34f4_0_cpython -- readline=8.1.2=h3899abd_0 -- setuptools=65.4.1=pyhd8ed1ab_0 -- sqlite=3.39.4=h9ae0607_0 -- tk=8.6.12=h5dbffcc_0 -- tzdata=2022d=h191b570_0 -- wheel=0.37.1=pyhd8ed1ab_0 -- xz=5.2.6=h775f41a_0 -- pip: - - acstools==3.4.0 - - asdf==2.13.0 - - asdf-astropy==0.2.2 - - asdf-coordinates-schemas==0.1.0 - - asdf-standard==1.0.3 - - asdf-transform-schemas==0.3.0 - - asdf-wcs-schemas==0.1.1 - - astropy==5.1 - - astroquery==0.4.6 - - attrs==22.1.0 - - beautifulsoup4==4.11.1 - - bokeh==2.4.3 - - calcos==3.4.3 - - certifi==2022.6.15 - - charset-normalizer==2.1.1 - - contourpy==1.0.5 - - costools==1.2.4 - - crds==11.16.9 - - cycler==0.11.0 - - git+https://github.com/spacetelescope/drizzlepac@3.5.0rc2 - - filelock==3.8.0 - - git+https://github.com/spacetelescope/fitsblender@0.4.3 - - fonttools==4.37.1 - - gwcs==0.18.1 - - html5lib==1.1 - - idna==3.3 - - imageio==2.21.2 - - importlib-metadata==4.12.0 - - jaraco-classes==3.2.2 - - jinja2==3.1.2 - - jmespath==1.0.1 - - joblib==1.1.0 - - jsonschema==4.9.1 - - keyring==23.9.0 - - kiwisolver==1.4.4 - - lxml==4.9.1 - - markupsafe==2.0.1 - - matplotlib==3.5.3 - - more-itertools==8.14.0 - - networkx==2.8.6 - - nictools==1.1.5 - - numexpr==2.8.3 - - numpy==1.23.2 - - packaging==21.3 - - pandas==1.4.4 - - parsley==1.3 - - photutils==1.5.0 - - pillow==9.2.0 - - pyerfa==2.0.0.1 - - pyparsing==3.0.9 - - pypdf2==2.10.4 - - pyrsistent==0.18.1 - - python-dateutil==2.8.2 - - pytz==2022.2.1 - - pyvo==1.3 - - pywavelets==1.3.0 - - pyyaml==6.0 - - requests==2.28.1 - - scikit-image==0.19.3 - - scikit-learn==1.1.2 - - scipy==1.9.1 - - semantic-version==2.10.0 - - six==1.16.0 - - soupsieve==2.3.2.post1 - - spherical-geometry==1.2.22 - - stistools==1.4.2 - - stregion==1.1.6 - - stsci-image==2.3.5 - - stsci-imagestats==1.6.3 - - stsci-skypac==1.0.9 - - stsci-stimage==0.2.5 - - stsci-tools==4.0.1 - - git+https://github.com/spacetelescope/stwcs@1.7.2 - - tables==3.7.0 - - threadpoolctl==3.1.0 - - tifffile==2022.8.12 - - tornado==6.2 - - git+https://github.com/spacetelescope/tweakwcs@0.8.0 - - typing-extensions==4.3.0 - - urllib3==1.26.12 - - webencodings==0.5.1 - - wfc3tools==1.4.0 - - wfpc2tools==1.0.5 - - zipp==3.8.1 diff --git a/caldp/mvmdrizzle/latest-linux.yml b/caldp/mvmdrizzle/latest-linux.yml deleted file mode 120000 index dd116b1..0000000 --- a/caldp/mvmdrizzle/latest-linux.yml +++ /dev/null @@ -1 +0,0 @@ -dev/CALDP_mvmdrizzle_CAL_linux_py39_rc5.yml
\ No newline at end of file diff --git a/caldp/mvmdrizzle/latest-macos.yml b/caldp/mvmdrizzle/latest-macos.yml deleted file mode 120000 index 818914d..0000000 --- a/caldp/mvmdrizzle/latest-macos.yml +++ /dev/null @@ -1 +0,0 @@ -dev/CALDP_mvmdrizzle_CAL_macos_py39_rc5.yml
\ No newline at end of file diff --git a/caldp/mvmdrizzle/release_notes.md b/caldp/mvmdrizzle/release_notes.md deleted file mode 100644 index 157d747..0000000 --- a/caldp/mvmdrizzle/release_notes.md +++ /dev/null @@ -1,33 +0,0 @@ -## 2022/10/6 - CALDP_mvmdrizzle_CAL_rc5 -### drizzlepac 3.5.0rc2 -### fitsblender 0.4.3 -### stwcs 1.7.2 -### tweakwcs 0.8.0 - -## 2022/10/5 - CALDP_mvmdrizzle_CAL_rc4 -### drizzlepac 3.5.0rc3 -### fitsblender 0.4.3 -### stwcs 1.7.2 -### tweakwcs 0.8.0 - -## 2022/9/28 - CALDP_mvmdrizzle_CAL_rc3 -### drizzlepac 3.5.0rc2 -### fitsblender 0.4.2 -### stwcs 1.7.2 -### tweakwcs 0.8.0 - -## 2022/9/9 - CALDP_mvmdrizzle_CAL_rc3 -### drizzlepac 3.5.0rc1 -### fitsblender 0.4.3 -### stwcs 1.7.2 -### tweakwcs 0.8.0 - -## 2022/9/8 - CALDP_mvmdrizzle_CAL_rc2 -### drizzlepac 3.5.0rc1 -### fitsblender 0.4.3 -### stwcs 1.7.2 -### tweakwcs 0.8.0 - -## 2022/9/1 - CALDP_mvmdrizzle_CAL_rc1 -### drizzlepac 3.5.0rc0 - |