diff options
author | DeliveryAutomation <automated@stsci.edu> | 2024-08-13 14:29:20 -0400 |
---|---|---|
committer | DeliveryAutomation <automated@stsci.edu> | 2024-08-13 14:29:20 -0400 |
commit | 1bf0f6b6a727e80b436e15a59e91532012cd72f5 (patch) | |
tree | 3a1d038a64085d55c6fa7308e3a93ed462027e95 /caldp/mostlyCOS | |
parent | 5709789ce35ac14432ca0f1191fb723db432010c (diff) | |
download | astroconda-releases-1bf0f6b6a727e80b436e15a59e91532012cd72f5.tar.gz |
Automatic commit of CALDP_20240813_CAL_final
Diffstat (limited to 'caldp/mostlyCOS')
-rw-r--r-- | caldp/mostlyCOS/README.md | 49 | ||||
-rw-r--r-- | caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_linux_py311_rc1.yml | 170 | ||||
-rw-r--r-- | caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_linux_py311_rc2.yml | 170 | ||||
-rw-r--r-- | caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_linux_py311_rc3.yml | 170 | ||||
-rw-r--r-- | caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_linux_py311_rc4.yml | 170 | ||||
-rw-r--r-- | caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_linux_py311_rc5.yml | 170 | ||||
-rw-r--r-- | caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_macos_py311_rc1.yml | 157 | ||||
-rw-r--r-- | caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_macos_py311_rc2.yml | 157 | ||||
-rw-r--r-- | caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_macos_py311_rc3.yml | 157 | ||||
-rw-r--r-- | caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_macos_py311_rc4.yml | 157 | ||||
-rw-r--r-- | caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_macos_py311_rc5.yml | 157 | ||||
l--------- | caldp/mostlyCOS/latest-linux.yml | 1 | ||||
l--------- | caldp/mostlyCOS/latest-macos.yml | 1 | ||||
-rw-r--r-- | caldp/mostlyCOS/release_notes.md | 20 |
14 files changed, 0 insertions, 1706 deletions
diff --git a/caldp/mostlyCOS/README.md b/caldp/mostlyCOS/README.md deleted file mode 100644 index af22686..0000000 --- a/caldp/mostlyCOS/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/mostlyCOS/latest-linux.yml -$ conda env create -n caldp_mostlyCOS --file latest-linux.yml -``` -### Activate the pipeline environment - -``` -$ source activate caldp_mostlyCOS -``` - -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/mostlyCOS/dev/CALDP_mostlyCOS_CAL_linux_py311_rc1.yml b/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_linux_py311_rc1.yml deleted file mode 100644 index 51d2c37..0000000 --- a/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_linux_py311_rc1.yml +++ /dev/null @@ -1,170 +0,0 @@ -# delivery_name: CALDP_mostlyCOS_CAL_rc1 -# creation_time: Fri Jun 14 11:14:12 2024 -# 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=hd590300_5 -- c-ares=1.28.1=hd590300_0 -- ca-certificates=2024.6.2=hbcca054_0 -- cfitsio=4.4.0=hbdc6101_1 -- fitsverify=4.22=h82ae5b5_1 -- hstcal=3.0.1=h5b2859a_0 -- keyutils=1.6.1=h166bdaf_0 -- krb5=1.21.2=h659d440_0 -- ld_impl_linux-64=2.40=hf3520f5_3 -- libcurl=8.8.0=hca28451_0 -- libedit=3.1.20191231=he28a2e2_2 -- libev=4.33=hd590300_2 -- libexpat=2.6.2=h59595ed_0 -- libffi=3.4.2=h7f98852_5 -- libgcc-ng=13.2.0=h77fa898_9 -- libgfortran-ng=13.2.0=h69a702a_9 -- libgfortran5=13.2.0=h3d2ce59_9 -- libgomp=13.2.0=h77fa898_9 -- libnghttp2=1.58.0=h47da74e_1 -- libnsl=2.0.1=hd590300_0 -- libsqlite=3.46.0=hde9e2c9_0 -- libssh2=1.11.0=h0841786_0 -- libstdcxx-ng=13.2.0=hc0a3c3a_9 -- libuuid=2.38.1=h0b41bf4_0 -- libxcrypt=4.4.36=hd590300_1 -- libzlib=1.3.1=h4ab18f5_1 -- ncurses=6.5=h59595ed_0 -- openssl=3.3.1=h4ab18f5_0 -- pip=24.0=pyhd8ed1ab_0 -- python=3.11.9=hb806964_0_cpython -- readline=8.2=h8228510_1 -- setuptools=70.0.0=pyhd8ed1ab_0 -- tk=8.6.13=noxft_h4845f30_101 -- wheel=0.43.0=pyhd8ed1ab_1 -- xz=5.2.6=h166bdaf_0 -- zstd=1.5.6=ha6fb4c9_0 -- pip: - - acstools==3.7.1 - - alabaster==0.7.16 - - asdf==3.2.0 - - asdf-astropy==0.6.1 - - asdf-coordinates-schemas==0.3.0 - - asdf-standard==1.1.1 - - asdf-transform-schemas==0.5.0 - - asdf-wcs-schemas==0.4.0 - - astrocut==0.9 - - astropy==6.1.0 - - astropy-iers-data==0.2024.6.10.0.30.47 - - astroquery==0.4.7 - - attrs==23.2.0 - - babel==2.15.0 - - backports-tarfile==1.2.0 - - beautifulsoup4==4.12.3 - - blosc2==2.6.2 - - bokeh==3.4.1 - - git+https://github.com/spacetelescope/calcos@3.5.1 - - certifi==2024.6.2 - - cffi==1.16.0 - - charset-normalizer==3.3.2 - - contourpy==1.2.1 - - costools==1.2.6 - - crds==11.17.25 - - cryptography==42.0.8 - - cycler==0.12.1 - - cython==3.0.10 - - datetime==5.5 - - docutils==0.21.2 - - git+https://github.com/spacetelescope/drizzlepac@3.7.1rc4 - - et-xmlfile==1.1.0 - - filelock==3.15.1 - - fitsblender==0.4.4 - - fonttools==4.53.0 - - gwcs==0.21.0 - - hasp==1.0 - - html5lib==1.1 - - idna==3.7 - - imageio==2.34.1 - - imagesize==1.4.1 - - importlib-metadata==7.1.0 - - jaraco-classes==3.4.0 - - jaraco-context==5.3.0 - - jaraco-functools==4.0.1 - - jeepney==0.8.0 - - jinja2==3.1.4 - - jmespath==1.0.1 - - joblib==1.4.2 - - keyring==25.2.1 - - kiwisolver==1.4.5 - - lazy-loader==0.4 - - lxml==5.2.2 - - markupsafe==2.0.1 - - matplotlib==3.9.0 - - more-itertools==10.3.0 - - msgpack==1.0.8 - - ndindex==1.8 - - networkx==3.3 - - nictools==1.1.5 - - numexpr==2.10.0 - - numpy==1.26.4 - - numpydoc==1.7.0 - - openpyxl==3.1.4 - - packaging==24.1 - - pandas==2.2.2 - - parsley==1.3 - - photutils==1.12.0 - - pillow==10.3.0 - - plotly==5.22.0 - - py-cpuinfo==9.0.0 - - pycparser==2.22 - - pyerfa==2.0.1.4 - - pygments==2.18.0 - - pyparsing==3.1.2 - - pypdf2==3.0.1 - - pysiaf==0.22.0 - - python-dateutil==2.9.0.post0 - - pytz==2024.1 - - pyvo==1.5.2 - - pyyaml==6.0.1 - - requests==2.32.3 - - scikit-image==0.23.2 - - scikit-learn==1.5.0 - - scipy==1.13.1 - - secretstorage==3.3.3 - - semantic-version==2.10.0 - - six==1.16.0 - - snowballstemmer==2.2.0 - - soupsieve==2.5 - - spherical-geometry==1.3.2 - - sphinx==7.3.7 - - sphinxcontrib-applehelp==1.0.8 - - sphinxcontrib-devhelp==1.0.6 - - sphinxcontrib-htmlhelp==2.0.5 - - sphinxcontrib-jsmath==1.0.1 - - sphinxcontrib-qthelp==1.0.7 - - sphinxcontrib-serializinghtml==1.1.10 - - stistools==1.4.4 - - stregion==1.1.8 - - stsci-image==2.3.9 - - stsci-imagestats==1.8.3 - - stsci-skypac==1.0.10 - - stsci-stimage==0.2.9 - - stsci-tools==4.1.0 - - stwcs==1.7.3 - - tables==3.9.2 - - tabulate==0.9.0 - - tenacity==8.3.0 - - threadpoolctl==3.5.0 - - tifffile==2024.5.22 - - tornado==6.4.1 - - tweakwcs==0.8.7 - - typing-extensions==4.12.2 - - tzdata==2024.1 - - ullyses==4.1.0 - - ullyses-utils==3.1.0 - - urllib3==2.2.1 - - webencodings==0.5.1 - - wfc3tools==1.5.0 - - wfpc2tools==1.0.5 - - xyzservices==2024.6.0 - - zipp==3.19.2 - - zope-interface==6.4.post2 diff --git a/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_linux_py311_rc2.yml b/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_linux_py311_rc2.yml deleted file mode 100644 index 9b80cec..0000000 --- a/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_linux_py311_rc2.yml +++ /dev/null @@ -1,170 +0,0 @@ -# delivery_name: CALDP_mostlyCOS_CAL_rc2 -# creation_time: Sun Jun 30 13:20:25 2024 -# 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=hd590300_5 -- c-ares=1.28.1=hd590300_0 -- ca-certificates=2024.6.2=hbcca054_0 -- cfitsio=4.4.0=hbdc6101_1 -- fitsverify=4.22=h82ae5b5_1 -- hstcal=3.0.1=h5b2859a_0 -- keyutils=1.6.1=h166bdaf_0 -- krb5=1.21.3=h659f571_0 -- ld_impl_linux-64=2.40=hf3520f5_7 -- libcurl=8.8.0=hca28451_1 -- libedit=3.1.20191231=he28a2e2_2 -- libev=4.33=hd590300_2 -- libexpat=2.6.2=h59595ed_0 -- libffi=3.4.2=h7f98852_5 -- libgcc-ng=14.1.0=h77fa898_0 -- libgfortran-ng=14.1.0=h69a702a_0 -- libgfortran5=14.1.0=hc5f4f2c_0 -- libgomp=14.1.0=h77fa898_0 -- libnghttp2=1.58.0=h47da74e_1 -- libnsl=2.0.1=hd590300_0 -- libsqlite=3.46.0=hde9e2c9_0 -- libssh2=1.11.0=h0841786_0 -- libstdcxx-ng=14.1.0=hc0a3c3a_0 -- libuuid=2.38.1=h0b41bf4_0 -- libxcrypt=4.4.36=hd590300_1 -- libzlib=1.3.1=h4ab18f5_1 -- ncurses=6.5=h59595ed_0 -- openssl=3.3.1=h4ab18f5_1 -- pip=24.0=pyhd8ed1ab_0 -- python=3.11.9=hb806964_0_cpython -- readline=8.2=h8228510_1 -- setuptools=70.1.1=pyhd8ed1ab_0 -- tk=8.6.13=noxft_h4845f30_101 -- wheel=0.43.0=pyhd8ed1ab_1 -- xz=5.2.6=h166bdaf_0 -- zstd=1.5.6=ha6fb4c9_0 -- pip: - - acstools==3.7.1 - - alabaster==0.7.16 - - asdf==3.2.0 - - asdf-astropy==0.6.1 - - asdf-coordinates-schemas==0.3.0 - - asdf-standard==1.1.1 - - asdf-transform-schemas==0.5.0 - - asdf-wcs-schemas==0.4.0 - - astrocut==0.9 - - astropy==6.1.0 - - astropy-iers-data==0.2024.6.10.0.30.47 - - astroquery==0.4.7 - - attrs==23.2.0 - - babel==2.15.0 - - backports-tarfile==1.2.0 - - beautifulsoup4==4.12.3 - - blosc2==2.6.2 - - bokeh==3.4.1 - - git+https://github.com/spacetelescope/calcos@3.5.1 - - certifi==2024.6.2 - - cffi==1.16.0 - - charset-normalizer==3.3.2 - - contourpy==1.2.1 - - costools==1.2.6 - - crds==11.17.25 - - cryptography==42.0.8 - - cycler==0.12.1 - - cython==3.0.10 - - datetime==5.5 - - docutils==0.21.2 - - git+https://github.com/spacetelescope/drizzlepac@3.7.1rc5 - - et-xmlfile==1.1.0 - - filelock==3.15.1 - - fitsblender==0.4.4 - - fonttools==4.53.0 - - gwcs==0.21.0 - - hasp==1.0 - - html5lib==1.1 - - idna==3.7 - - imageio==2.34.1 - - imagesize==1.4.1 - - importlib-metadata==7.1.0 - - jaraco-classes==3.4.0 - - jaraco-context==5.3.0 - - jaraco-functools==4.0.1 - - jeepney==0.8.0 - - jinja2==3.1.4 - - jmespath==1.0.1 - - joblib==1.4.2 - - keyring==25.2.1 - - kiwisolver==1.4.5 - - lazy-loader==0.4 - - lxml==5.2.2 - - markupsafe==2.0.1 - - matplotlib==3.9.0 - - more-itertools==10.3.0 - - msgpack==1.0.8 - - ndindex==1.8 - - networkx==3.3 - - nictools==1.1.5 - - numexpr==2.10.0 - - numpy==1.26.4 - - numpydoc==1.7.0 - - openpyxl==3.1.4 - - packaging==24.1 - - pandas==2.2.2 - - parsley==1.3 - - photutils==1.12.0 - - pillow==10.3.0 - - plotly==5.22.0 - - py-cpuinfo==9.0.0 - - pycparser==2.22 - - pyerfa==2.0.1.4 - - pygments==2.18.0 - - pyparsing==3.1.2 - - pypdf2==3.0.1 - - pysiaf==0.22.0 - - python-dateutil==2.9.0.post0 - - pytz==2024.1 - - pyvo==1.5.2 - - pyyaml==6.0.1 - - requests==2.32.3 - - scikit-image==0.23.2 - - scikit-learn==1.5.0 - - scipy==1.13.1 - - secretstorage==3.3.3 - - semantic-version==2.10.0 - - six==1.16.0 - - snowballstemmer==2.2.0 - - soupsieve==2.5 - - spherical-geometry==1.3.2 - - sphinx==7.3.7 - - sphinxcontrib-applehelp==1.0.8 - - sphinxcontrib-devhelp==1.0.6 - - sphinxcontrib-htmlhelp==2.0.5 - - sphinxcontrib-jsmath==1.0.1 - - sphinxcontrib-qthelp==1.0.7 - - sphinxcontrib-serializinghtml==1.1.10 - - stistools==1.4.4 - - stregion==1.1.8 - - stsci-image==2.3.9 - - stsci-imagestats==1.8.3 - - stsci-skypac==1.0.10 - - stsci-stimage==0.2.9 - - stsci-tools==4.1.0 - - stwcs==1.7.3 - - tables==3.9.2 - - tabulate==0.9.0 - - tenacity==8.3.0 - - threadpoolctl==3.5.0 - - tifffile==2024.5.22 - - tornado==6.4.1 - - tweakwcs==0.8.7 - - typing-extensions==4.12.2 - - tzdata==2024.1 - - ullyses==4.1.0 - - ullyses-utils==3.1.0 - - urllib3==2.2.1 - - webencodings==0.5.1 - - wfc3tools==1.5.0 - - wfpc2tools==1.0.5 - - xyzservices==2024.6.0 - - zipp==3.19.2 - - zope-interface==6.4.post2 diff --git a/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_linux_py311_rc3.yml b/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_linux_py311_rc3.yml deleted file mode 100644 index 908ae98..0000000 --- a/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_linux_py311_rc3.yml +++ /dev/null @@ -1,170 +0,0 @@ -# delivery_name: CALDP_mostlyCOS_CAL_rc3 -# creation_time: Thu Jul 25 23:28:52 2024 -# 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=h4bc722e_7 -- c-ares=1.32.3=h4bc722e_0 -- ca-certificates=2024.7.4=hbcca054_0 -- cfitsio=4.4.0=hbdc6101_1 -- fitsverify=4.22=h82ae5b5_1 -- hstcal=3.0.2=h50a22df_0 -- keyutils=1.6.1=h166bdaf_0 -- krb5=1.21.3=h659f571_0 -- ld_impl_linux-64=2.40=hf3520f5_7 -- libcurl=8.9.0=hdb1bdb2_0 -- libedit=3.1.20191231=he28a2e2_2 -- libev=4.33=hd590300_2 -- libexpat=2.6.2=h59595ed_0 -- libffi=3.4.2=h7f98852_5 -- libgcc-ng=14.1.0=h77fa898_0 -- libgfortran-ng=14.1.0=h69a702a_0 -- libgfortran5=14.1.0=hc5f4f2c_0 -- libgomp=14.1.0=h77fa898_0 -- libnghttp2=1.58.0=h47da74e_1 -- libnsl=2.0.1=hd590300_0 -- libsqlite=3.46.0=hde9e2c9_0 -- libssh2=1.11.0=h0841786_0 -- libstdcxx-ng=14.1.0=hc0a3c3a_0 -- libuuid=2.38.1=h0b41bf4_0 -- libxcrypt=4.4.36=hd590300_1 -- libzlib=1.3.1=h4ab18f5_1 -- ncurses=6.5=h59595ed_0 -- openssl=3.3.1=h4bc722e_2 -- pip=24.0=pyhd8ed1ab_0 -- python=3.11.9=hb806964_0_cpython -- readline=8.2=h8228510_1 -- setuptools=71.0.4=pyhd8ed1ab_0 -- tk=8.6.13=noxft_h4845f30_101 -- wheel=0.43.0=pyhd8ed1ab_1 -- xz=5.2.6=h166bdaf_0 -- zstd=1.5.6=ha6fb4c9_0 -- pip: - - acstools==3.7.1 - - alabaster==0.7.16 - - asdf==3.2.0 - - asdf-astropy==0.6.1 - - asdf-coordinates-schemas==0.3.0 - - asdf-standard==1.1.1 - - asdf-transform-schemas==0.5.0 - - asdf-wcs-schemas==0.4.0 - - astrocut==0.9 - - astropy==6.1.0 - - astropy-iers-data==0.2024.6.10.0.30.47 - - astroquery==0.4.7 - - attrs==23.2.0 - - babel==2.15.0 - - backports-tarfile==1.2.0 - - beautifulsoup4==4.12.3 - - blosc2==2.6.2 - - bokeh==3.4.1 - - git+https://github.com/spacetelescope/calcos@3.5.1 - - certifi==2024.6.2 - - cffi==1.16.0 - - charset-normalizer==3.3.2 - - contourpy==1.2.1 - - costools==1.2.6 - - crds==11.17.25 - - cryptography==42.0.8 - - cycler==0.12.1 - - cython==3.0.10 - - datetime==5.5 - - docutils==0.21.2 - - git+https://github.com/spacetelescope/drizzlepac@3.7.1rc6 - - et-xmlfile==1.1.0 - - filelock==3.15.1 - - fitsblender==0.4.4 - - fonttools==4.53.0 - - gwcs==0.21.0 - - hasp==1.0 - - html5lib==1.1 - - idna==3.7 - - imageio==2.34.1 - - imagesize==1.4.1 - - importlib-metadata==7.1.0 - - jaraco-classes==3.4.0 - - jaraco-context==5.3.0 - - jaraco-functools==4.0.1 - - jeepney==0.8.0 - - jinja2==3.1.4 - - jmespath==1.0.1 - - joblib==1.4.2 - - keyring==25.2.1 - - kiwisolver==1.4.5 - - lazy-loader==0.4 - - lxml==5.2.2 - - markupsafe==2.0.1 - - matplotlib==3.9.0 - - more-itertools==10.3.0 - - msgpack==1.0.8 - - ndindex==1.8 - - networkx==3.3 - - nictools==1.1.5 - - numexpr==2.10.0 - - numpy==1.26.4 - - numpydoc==1.7.0 - - openpyxl==3.1.4 - - packaging==24.1 - - pandas==2.2.2 - - parsley==1.3 - - photutils==1.12.0 - - pillow==10.3.0 - - plotly==5.22.0 - - py-cpuinfo==9.0.0 - - pycparser==2.22 - - pyerfa==2.0.1.4 - - pygments==2.18.0 - - pyparsing==3.1.2 - - pypdf2==3.0.1 - - pysiaf==0.22.0 - - python-dateutil==2.9.0.post0 - - pytz==2024.1 - - pyvo==1.5.2 - - pyyaml==6.0.1 - - requests==2.32.3 - - scikit-image==0.23.2 - - scikit-learn==1.5.0 - - scipy==1.13.1 - - secretstorage==3.3.3 - - semantic-version==2.10.0 - - six==1.16.0 - - snowballstemmer==2.2.0 - - soupsieve==2.5 - - spherical-geometry==1.3.2 - - sphinx==7.3.7 - - sphinxcontrib-applehelp==1.0.8 - - sphinxcontrib-devhelp==1.0.6 - - sphinxcontrib-htmlhelp==2.0.5 - - sphinxcontrib-jsmath==1.0.1 - - sphinxcontrib-qthelp==1.0.7 - - sphinxcontrib-serializinghtml==1.1.10 - - stistools==1.4.4 - - stregion==1.1.8 - - stsci-image==2.3.9 - - stsci-imagestats==1.8.3 - - stsci-skypac==1.0.10 - - stsci-stimage==0.2.9 - - stsci-tools==4.1.0 - - stwcs==1.7.3 - - tables==3.9.2 - - tabulate==0.9.0 - - tenacity==8.3.0 - - threadpoolctl==3.5.0 - - tifffile==2024.5.22 - - tornado==6.4.1 - - tweakwcs==0.8.7 - - typing-extensions==4.12.2 - - tzdata==2024.1 - - ullyses==4.1.0 - - ullyses-utils==3.1.0 - - urllib3==2.2.1 - - webencodings==0.5.1 - - wfc3tools==1.5.0 - - wfpc2tools==1.0.5 - - xyzservices==2024.6.0 - - zipp==3.19.2 - - zope-interface==6.4.post2 diff --git a/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_linux_py311_rc4.yml b/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_linux_py311_rc4.yml deleted file mode 100644 index a73c0dc..0000000 --- a/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_linux_py311_rc4.yml +++ /dev/null @@ -1,170 +0,0 @@ -# delivery_name: CALDP_mostlyCOS_CAL_rc4 -# creation_time: Sun Jul 28 21:56:42 2024 -# 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=h4bc722e_7 -- c-ares=1.32.3=h4bc722e_0 -- ca-certificates=2024.7.4=hbcca054_0 -- cfitsio=4.4.0=hbdc6101_1 -- fitsverify=4.22=h82ae5b5_1 -- hstcal=3.0.2=h50a22df_0 -- keyutils=1.6.1=h166bdaf_0 -- krb5=1.21.3=h659f571_0 -- ld_impl_linux-64=2.40=hf3520f5_7 -- libcurl=8.9.0=hdb1bdb2_0 -- libedit=3.1.20191231=he28a2e2_2 -- libev=4.33=hd590300_2 -- libexpat=2.6.2=h59595ed_0 -- libffi=3.4.2=h7f98852_5 -- libgcc-ng=14.1.0=h77fa898_0 -- libgfortran-ng=14.1.0=h69a702a_0 -- libgfortran5=14.1.0=hc5f4f2c_0 -- libgomp=14.1.0=h77fa898_0 -- libnghttp2=1.58.0=h47da74e_1 -- libnsl=2.0.1=hd590300_0 -- libsqlite=3.46.0=hde9e2c9_0 -- libssh2=1.11.0=h0841786_0 -- libstdcxx-ng=14.1.0=hc0a3c3a_0 -- libuuid=2.38.1=h0b41bf4_0 -- libxcrypt=4.4.36=hd590300_1 -- libzlib=1.3.1=h4ab18f5_1 -- ncurses=6.5=h59595ed_0 -- openssl=3.3.1=h4bc722e_2 -- pip=24.0=pyhd8ed1ab_0 -- python=3.11.9=hb806964_0_cpython -- readline=8.2=h8228510_1 -- setuptools=71.0.4=pyhd8ed1ab_0 -- tk=8.6.13=noxft_h4845f30_101 -- wheel=0.43.0=pyhd8ed1ab_1 -- xz=5.2.6=h166bdaf_0 -- zstd=1.5.6=ha6fb4c9_0 -- pip: - - acstools==3.7.1 - - alabaster==0.7.16 - - asdf==3.2.0 - - asdf-astropy==0.6.1 - - asdf-coordinates-schemas==0.3.0 - - asdf-standard==1.1.1 - - asdf-transform-schemas==0.5.0 - - asdf-wcs-schemas==0.4.0 - - astrocut==0.9 - - astropy==6.1.0 - - astropy-iers-data==0.2024.6.10.0.30.47 - - astroquery==0.4.7 - - attrs==23.2.0 - - babel==2.15.0 - - backports-tarfile==1.2.0 - - beautifulsoup4==4.12.3 - - blosc2==2.6.2 - - bokeh==3.4.1 - - git+https://github.com/spacetelescope/calcos@3.5.1 - - certifi==2024.6.2 - - cffi==1.16.0 - - charset-normalizer==3.3.2 - - contourpy==1.2.1 - - costools==1.2.6 - - crds==11.17.25 - - cryptography==42.0.8 - - cycler==0.12.1 - - cython==3.0.10 - - datetime==5.5 - - docutils==0.21.2 - - git+https://github.com/spacetelescope/drizzlepac@3.7.1rc7 - - et-xmlfile==1.1.0 - - filelock==3.15.1 - - fitsblender==0.4.4 - - fonttools==4.53.0 - - gwcs==0.21.0 - - hasp==1.0 - - html5lib==1.1 - - idna==3.7 - - imageio==2.34.1 - - imagesize==1.4.1 - - importlib-metadata==7.1.0 - - jaraco-classes==3.4.0 - - jaraco-context==5.3.0 - - jaraco-functools==4.0.1 - - jeepney==0.8.0 - - jinja2==3.1.4 - - jmespath==1.0.1 - - joblib==1.4.2 - - keyring==25.2.1 - - kiwisolver==1.4.5 - - lazy-loader==0.4 - - lxml==5.2.2 - - markupsafe==2.0.1 - - matplotlib==3.9.0 - - more-itertools==10.3.0 - - msgpack==1.0.8 - - ndindex==1.8 - - networkx==3.3 - - nictools==1.1.5 - - numexpr==2.10.0 - - numpy==1.26.4 - - numpydoc==1.7.0 - - openpyxl==3.1.4 - - packaging==24.1 - - pandas==2.2.2 - - parsley==1.3 - - photutils==1.12.0 - - pillow==10.3.0 - - plotly==5.22.0 - - py-cpuinfo==9.0.0 - - pycparser==2.22 - - pyerfa==2.0.1.4 - - pygments==2.18.0 - - pyparsing==3.1.2 - - pypdf2==3.0.1 - - pysiaf==0.22.0 - - python-dateutil==2.9.0.post0 - - pytz==2024.1 - - pyvo==1.5.2 - - pyyaml==6.0.1 - - requests==2.32.3 - - scikit-image==0.23.2 - - scikit-learn==1.5.0 - - scipy==1.13.1 - - secretstorage==3.3.3 - - semantic-version==2.10.0 - - six==1.16.0 - - snowballstemmer==2.2.0 - - soupsieve==2.5 - - spherical-geometry==1.3.2 - - sphinx==7.3.7 - - sphinxcontrib-applehelp==1.0.8 - - sphinxcontrib-devhelp==1.0.6 - - sphinxcontrib-htmlhelp==2.0.5 - - sphinxcontrib-jsmath==1.0.1 - - sphinxcontrib-qthelp==1.0.7 - - sphinxcontrib-serializinghtml==1.1.10 - - stistools==1.4.4 - - stregion==1.1.8 - - stsci-image==2.3.9 - - stsci-imagestats==1.8.3 - - stsci-skypac==1.0.10 - - stsci-stimage==0.2.9 - - stsci-tools==4.1.0 - - stwcs==1.7.3 - - tables==3.9.2 - - tabulate==0.9.0 - - tenacity==8.3.0 - - threadpoolctl==3.5.0 - - tifffile==2024.5.22 - - tornado==6.4.1 - - tweakwcs==0.8.7 - - typing-extensions==4.12.2 - - tzdata==2024.1 - - ullyses==4.1.0 - - ullyses-utils==3.1.0 - - urllib3==2.2.1 - - webencodings==0.5.1 - - wfc3tools==1.5.0 - - wfpc2tools==1.0.5 - - xyzservices==2024.6.0 - - zipp==3.19.2 - - zope-interface==6.4.post2 diff --git a/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_linux_py311_rc5.yml b/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_linux_py311_rc5.yml deleted file mode 100644 index 58fc42f..0000000 --- a/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_linux_py311_rc5.yml +++ /dev/null @@ -1,170 +0,0 @@ -# delivery_name: CALDP_mostlyCOS_CAL_rc5 -# creation_time: Wed Jul 31 18:28:31 2024 -# 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=h4bc722e_7 -- c-ares=1.32.3=h4bc722e_0 -- ca-certificates=2024.7.4=hbcca054_0 -- cfitsio=4.4.0=hbdc6101_1 -- fitsverify=4.22=h82ae5b5_1 -- hstcal=3.0.2=h50a22df_0 -- keyutils=1.6.1=h166bdaf_0 -- krb5=1.21.3=h659f571_0 -- ld_impl_linux-64=2.40=hf3520f5_7 -- libcurl=8.9.1=hdb1bdb2_0 -- libedit=3.1.20191231=he28a2e2_2 -- libev=4.33=hd590300_2 -- libexpat=2.6.2=h59595ed_0 -- libffi=3.4.2=h7f98852_5 -- libgcc-ng=14.1.0=h77fa898_0 -- libgfortran-ng=14.1.0=h69a702a_0 -- libgfortran5=14.1.0=hc5f4f2c_0 -- libgomp=14.1.0=h77fa898_0 -- libnghttp2=1.58.0=h47da74e_1 -- libnsl=2.0.1=hd590300_0 -- libsqlite=3.46.0=hde9e2c9_0 -- libssh2=1.11.0=h0841786_0 -- libstdcxx-ng=14.1.0=hc0a3c3a_0 -- libuuid=2.38.1=h0b41bf4_0 -- libxcrypt=4.4.36=hd590300_1 -- libzlib=1.3.1=h4ab18f5_1 -- ncurses=6.5=h59595ed_0 -- openssl=3.3.1=h4bc722e_2 -- pip=24.2=pyhd8ed1ab_0 -- python=3.11.9=hb806964_0_cpython -- readline=8.2=h8228510_1 -- setuptools=71.0.4=pyhd8ed1ab_0 -- tk=8.6.13=noxft_h4845f30_101 -- wheel=0.43.0=pyhd8ed1ab_1 -- xz=5.2.6=h166bdaf_0 -- zstd=1.5.6=ha6fb4c9_0 -- pip: - - acstools==3.7.1 - - alabaster==0.7.16 - - asdf==3.2.0 - - asdf-astropy==0.6.1 - - asdf-coordinates-schemas==0.3.0 - - asdf-standard==1.1.1 - - asdf-transform-schemas==0.5.0 - - asdf-wcs-schemas==0.4.0 - - astrocut==0.9 - - astropy==6.1.0 - - astropy-iers-data==0.2024.6.10.0.30.47 - - astroquery==0.4.7 - - attrs==23.2.0 - - babel==2.15.0 - - backports-tarfile==1.2.0 - - beautifulsoup4==4.12.3 - - blosc2==2.6.2 - - bokeh==3.4.1 - - git+https://github.com/spacetelescope/calcos@3.5.1 - - certifi==2024.6.2 - - cffi==1.16.0 - - charset-normalizer==3.3.2 - - contourpy==1.2.1 - - costools==1.2.6 - - crds==11.17.25 - - cryptography==42.0.8 - - cycler==0.12.1 - - cython==3.0.10 - - datetime==5.5 - - docutils==0.21.2 - - git+https://github.com/spacetelescope/drizzlepac@3.7.1rc8 - - et-xmlfile==1.1.0 - - filelock==3.15.1 - - fitsblender==0.4.4 - - fonttools==4.53.0 - - gwcs==0.21.0 - - hasp==1.0 - - html5lib==1.1 - - idna==3.7 - - imageio==2.34.1 - - imagesize==1.4.1 - - importlib-metadata==7.1.0 - - jaraco-classes==3.4.0 - - jaraco-context==5.3.0 - - jaraco-functools==4.0.1 - - jeepney==0.8.0 - - jinja2==3.1.4 - - jmespath==1.0.1 - - joblib==1.4.2 - - keyring==25.2.1 - - kiwisolver==1.4.5 - - lazy-loader==0.4 - - lxml==5.2.2 - - markupsafe==2.0.1 - - matplotlib==3.9.0 - - more-itertools==10.3.0 - - msgpack==1.0.8 - - ndindex==1.8 - - networkx==3.3 - - nictools==1.1.5 - - numexpr==2.10.0 - - numpy==1.26.4 - - numpydoc==1.7.0 - - openpyxl==3.1.4 - - packaging==24.1 - - pandas==2.2.2 - - parsley==1.3 - - photutils==1.12.0 - - pillow==10.3.0 - - plotly==5.22.0 - - py-cpuinfo==9.0.0 - - pycparser==2.22 - - pyerfa==2.0.1.4 - - pygments==2.18.0 - - pyparsing==3.1.2 - - pypdf2==3.0.1 - - pysiaf==0.22.0 - - python-dateutil==2.9.0.post0 - - pytz==2024.1 - - pyvo==1.5.2 - - pyyaml==6.0.1 - - requests==2.32.3 - - scikit-image==0.23.2 - - scikit-learn==1.5.0 - - scipy==1.13.1 - - secretstorage==3.3.3 - - semantic-version==2.10.0 - - six==1.16.0 - - snowballstemmer==2.2.0 - - soupsieve==2.5 - - spherical-geometry==1.3.2 - - sphinx==7.3.7 - - sphinxcontrib-applehelp==1.0.8 - - sphinxcontrib-devhelp==1.0.6 - - sphinxcontrib-htmlhelp==2.0.5 - - sphinxcontrib-jsmath==1.0.1 - - sphinxcontrib-qthelp==1.0.7 - - sphinxcontrib-serializinghtml==1.1.10 - - stistools==1.4.4 - - stregion==1.1.8 - - stsci-image==2.3.9 - - stsci-imagestats==1.8.3 - - stsci-skypac==1.0.10 - - stsci-stimage==0.2.9 - - stsci-tools==4.1.0 - - stwcs==1.7.3 - - tables==3.9.2 - - tabulate==0.9.0 - - tenacity==8.3.0 - - threadpoolctl==3.5.0 - - tifffile==2024.5.22 - - tornado==6.4.1 - - tweakwcs==0.8.7 - - typing-extensions==4.12.2 - - tzdata==2024.1 - - ullyses==4.1.0 - - ullyses-utils==3.1.0 - - urllib3==2.2.1 - - webencodings==0.5.1 - - wfc3tools==1.5.0 - - wfpc2tools==1.0.5 - - xyzservices==2024.6.0 - - zipp==3.19.2 - - zope-interface==6.4.post2 diff --git a/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_macos_py311_rc1.yml b/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_macos_py311_rc1.yml deleted file mode 100644 index 1f89c69..0000000 --- a/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_macos_py311_rc1.yml +++ /dev/null @@ -1,157 +0,0 @@ -# delivery_name: CALDP_mostlyCOS_CAL_rc1 -# creation_time: Fri Jun 14 11:01:49 2024 -# conda_version: 4.12.0 -# condabuild_version: 3.18.11 -channels: -- conda-forge -dependencies: -- bzip2=1.0.8=h10d778d_5 -- c-ares=1.28.1=h10d778d_0 -- ca-certificates=2024.6.2=h8857fd0_0 -- cfitsio=4.4.0=h60fb419_1 -- fitsverify=4.22=h4236e88_1 -- hstcal=3.0.1=h61206a2_0 -- krb5=1.21.2=hb884880_0 -- libcurl=8.8.0=hf9fcc65_0 -- libcxx=17.0.6=h88467a6_0 -- libedit=3.1.20191231=h0678c8f_2 -- libev=4.33=h10d778d_2 -- libexpat=2.6.2=h73e2aa4_0 -- libffi=3.4.2=h0d85af4_5 -- libgfortran=5.0.0=13_2_0_h97931a8_3 -- libgfortran5=13.2.0=h2873a65_3 -- libnghttp2=1.58.0=h64cf6d3_1 -- libsqlite=3.46.0=h1b8f9f3_0 -- libssh2=1.11.0=hd019ec5_0 -- libzlib=1.3.1=h87427d6_1 -- llvm-openmp=18.1.7=h15ab845_0 -- ncurses=6.5=h5846eda_0 -- openssl=3.3.1=h87427d6_0 -- pip=24.0=pyhd8ed1ab_0 -- python=3.11.9=h657bba9_0_cpython -- readline=8.2=h9e318b2_1 -- setuptools=70.0.0=pyhd8ed1ab_0 -- tk=8.6.13=h1abcd95_1 -- wheel=0.43.0=pyhd8ed1ab_1 -- xz=5.2.6=h775f41a_0 -- zstd=1.5.6=h915ae27_0 -- pip: - - acstools==3.7.1 - - alabaster==0.7.16 - - asdf==3.2.0 - - asdf-astropy==0.6.1 - - asdf-coordinates-schemas==0.3.0 - - asdf-standard==1.1.1 - - asdf-transform-schemas==0.5.0 - - asdf-wcs-schemas==0.4.0 - - astrocut==0.9 - - astropy==6.1.0 - - astropy-iers-data==0.2024.6.10.0.30.47 - - astroquery==0.4.7 - - attrs==23.2.0 - - babel==2.15.0 - - backports-tarfile==1.2.0 - - beautifulsoup4==4.12.3 - - blosc2==2.6.2 - - bokeh==3.4.1 - - git+https://github.com/spacetelescope/calcos@3.5.1 - - certifi==2024.6.2 - - charset-normalizer==3.3.2 - - contourpy==1.2.1 - - costools==1.2.6 - - crds==11.17.25 - - cycler==0.12.1 - - cython==3.0.10 - - datetime==5.5 - - docutils==0.21.2 - - git+https://github.com/spacetelescope/drizzlepac@3.7.1rc4 - - et-xmlfile==1.1.0 - - filelock==3.15.1 - - fitsblender==0.4.4 - - fonttools==4.53.0 - - gwcs==0.21.0 - - hasp==1.0 - - html5lib==1.1 - - idna==3.7 - - imageio==2.34.1 - - imagesize==1.4.1 - - importlib-metadata==7.1.0 - - jaraco-classes==3.4.0 - - jaraco-context==5.3.0 - - jaraco-functools==4.0.1 - - jinja2==3.1.4 - - jmespath==1.0.1 - - joblib==1.4.2 - - keyring==25.2.1 - - kiwisolver==1.4.5 - - lazy-loader==0.4 - - lxml==5.2.2 - - markupsafe==2.0.1 - - matplotlib==3.9.0 - - more-itertools==10.3.0 - - msgpack==1.0.8 - - ndindex==1.8 - - networkx==3.3 - - nictools==1.1.5 - - numexpr==2.10.0 - - numpy==1.26.4 - - numpydoc==1.7.0 - - openpyxl==3.1.4 - - packaging==24.1 - - pandas==2.2.2 - - parsley==1.3 - - photutils==1.12.0 - - pillow==10.3.0 - - plotly==5.22.0 - - py-cpuinfo==9.0.0 - - pyerfa==2.0.1.4 - - pygments==2.18.0 - - pyparsing==3.1.2 - - pypdf2==3.0.1 - - pysiaf==0.22.0 - - python-dateutil==2.9.0.post0 - - pytz==2024.1 - - pyvo==1.5.2 - - pyyaml==6.0.1 - - requests==2.32.3 - - scikit-image==0.23.2 - - scikit-learn==1.5.0 - - scipy==1.13.1 - - semantic-version==2.10.0 - - six==1.16.0 - - snowballstemmer==2.2.0 - - soupsieve==2.5 - - spherical-geometry==1.3.2 - - sphinx==7.3.7 - - sphinxcontrib-applehelp==1.0.8 - - sphinxcontrib-devhelp==1.0.6 - - sphinxcontrib-htmlhelp==2.0.5 - - sphinxcontrib-jsmath==1.0.1 - - sphinxcontrib-qthelp==1.0.7 - - sphinxcontrib-serializinghtml==1.1.10 - - stistools==1.4.4 - - stregion==1.1.8 - - stsci-image==2.3.9 - - stsci-imagestats==1.8.3 - - stsci-skypac==1.0.10 - - stsci-stimage==0.2.9 - - stsci-tools==4.1.0 - - stwcs==1.7.3 - - tables==3.9.2 - - tabulate==0.9.0 - - tenacity==8.3.0 - - threadpoolctl==3.5.0 - - tifffile==2024.5.22 - - tornado==6.4.1 - - tweakwcs==0.8.7 - - typing-extensions==4.12.2 - - tzdata==2024.1 - - ullyses==4.1.0 - - ullyses-utils==3.1.0 - - urllib3==2.2.1 - - webencodings==0.5.1 - - wfc3tools==1.5.0 - - wfpc2tools==1.0.5 - - xyzservices==2024.6.0 - - zipp==3.19.2 - - zope-interface==6.4.post2 diff --git a/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_macos_py311_rc2.yml b/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_macos_py311_rc2.yml deleted file mode 100644 index 6b6f206..0000000 --- a/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_macos_py311_rc2.yml +++ /dev/null @@ -1,157 +0,0 @@ -# delivery_name: CALDP_mostlyCOS_CAL_rc2 -# creation_time: Sun Jun 30 13:20:11 2024 -# conda_version: 4.12.0 -# condabuild_version: 3.18.11 -channels: -- conda-forge -dependencies: -- bzip2=1.0.8=h10d778d_5 -- c-ares=1.28.1=h10d778d_0 -- ca-certificates=2024.6.2=h8857fd0_0 -- cfitsio=4.4.0=h60fb419_1 -- fitsverify=4.22=h4236e88_1 -- hstcal=3.0.1=h61206a2_0 -- krb5=1.21.3=h37d8d59_0 -- libcurl=8.8.0=hf9fcc65_1 -- libcxx=17.0.6=h88467a6_0 -- libedit=3.1.20191231=h0678c8f_2 -- libev=4.33=h10d778d_2 -- libexpat=2.6.2=h73e2aa4_0 -- libffi=3.4.2=h0d85af4_5 -- libgfortran=5.0.0=13_2_0_h97931a8_3 -- libgfortran5=13.2.0=h2873a65_3 -- libnghttp2=1.58.0=h64cf6d3_1 -- libsqlite=3.46.0=h1b8f9f3_0 -- libssh2=1.11.0=hd019ec5_0 -- libzlib=1.3.1=h87427d6_1 -- llvm-openmp=18.1.8=h15ab845_0 -- ncurses=6.5=h5846eda_0 -- openssl=3.3.1=h87427d6_1 -- pip=24.0=pyhd8ed1ab_0 -- python=3.11.9=h657bba9_0_cpython -- readline=8.2=h9e318b2_1 -- setuptools=70.1.1=pyhd8ed1ab_0 -- tk=8.6.13=h1abcd95_1 -- wheel=0.43.0=pyhd8ed1ab_1 -- xz=5.2.6=h775f41a_0 -- zstd=1.5.6=h915ae27_0 -- pip: - - acstools==3.7.1 - - alabaster==0.7.16 - - asdf==3.2.0 - - asdf-astropy==0.6.1 - - asdf-coordinates-schemas==0.3.0 - - asdf-standard==1.1.1 - - asdf-transform-schemas==0.5.0 - - asdf-wcs-schemas==0.4.0 - - astrocut==0.9 - - astropy==6.1.0 - - astropy-iers-data==0.2024.6.10.0.30.47 - - astroquery==0.4.7 - - attrs==23.2.0 - - babel==2.15.0 - - backports-tarfile==1.2.0 - - beautifulsoup4==4.12.3 - - blosc2==2.6.2 - - bokeh==3.4.1 - - git+https://github.com/spacetelescope/calcos@3.5.1 - - certifi==2024.6.2 - - charset-normalizer==3.3.2 - - contourpy==1.2.1 - - costools==1.2.6 - - crds==11.17.25 - - cycler==0.12.1 - - cython==3.0.10 - - datetime==5.5 - - docutils==0.21.2 - - git+https://github.com/spacetelescope/drizzlepac@3.7.1rc5 - - et-xmlfile==1.1.0 - - filelock==3.15.1 - - fitsblender==0.4.4 - - fonttools==4.53.0 - - gwcs==0.21.0 - - hasp==1.0 - - html5lib==1.1 - - idna==3.7 - - imageio==2.34.1 - - imagesize==1.4.1 - - importlib-metadata==7.1.0 - - jaraco-classes==3.4.0 - - jaraco-context==5.3.0 - - jaraco-functools==4.0.1 - - jinja2==3.1.4 - - jmespath==1.0.1 - - joblib==1.4.2 - - keyring==25.2.1 - - kiwisolver==1.4.5 - - lazy-loader==0.4 - - lxml==5.2.2 - - markupsafe==2.0.1 - - matplotlib==3.9.0 - - more-itertools==10.3.0 - - msgpack==1.0.8 - - ndindex==1.8 - - networkx==3.3 - - nictools==1.1.5 - - numexpr==2.10.0 - - numpy==1.26.4 - - numpydoc==1.7.0 - - openpyxl==3.1.4 - - packaging==24.1 - - pandas==2.2.2 - - parsley==1.3 - - photutils==1.12.0 - - pillow==10.3.0 - - plotly==5.22.0 - - py-cpuinfo==9.0.0 - - pyerfa==2.0.1.4 - - pygments==2.18.0 - - pyparsing==3.1.2 - - pypdf2==3.0.1 - - pysiaf==0.22.0 - - python-dateutil==2.9.0.post0 - - pytz==2024.1 - - pyvo==1.5.2 - - pyyaml==6.0.1 - - requests==2.32.3 - - scikit-image==0.23.2 - - scikit-learn==1.5.0 - - scipy==1.13.1 - - semantic-version==2.10.0 - - six==1.16.0 - - snowballstemmer==2.2.0 - - soupsieve==2.5 - - spherical-geometry==1.3.2 - - sphinx==7.3.7 - - sphinxcontrib-applehelp==1.0.8 - - sphinxcontrib-devhelp==1.0.6 - - sphinxcontrib-htmlhelp==2.0.5 - - sphinxcontrib-jsmath==1.0.1 - - sphinxcontrib-qthelp==1.0.7 - - sphinxcontrib-serializinghtml==1.1.10 - - stistools==1.4.4 - - stregion==1.1.8 - - stsci-image==2.3.9 - - stsci-imagestats==1.8.3 - - stsci-skypac==1.0.10 - - stsci-stimage==0.2.9 - - stsci-tools==4.1.0 - - stwcs==1.7.3 - - tables==3.9.2 - - tabulate==0.9.0 - - tenacity==8.3.0 - - threadpoolctl==3.5.0 - - tifffile==2024.5.22 - - tornado==6.4.1 - - tweakwcs==0.8.7 - - typing-extensions==4.12.2 - - tzdata==2024.1 - - ullyses==4.1.0 - - ullyses-utils==3.1.0 - - urllib3==2.2.1 - - webencodings==0.5.1 - - wfc3tools==1.5.0 - - wfpc2tools==1.0.5 - - xyzservices==2024.6.0 - - zipp==3.19.2 - - zope-interface==6.4.post2 diff --git a/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_macos_py311_rc3.yml b/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_macos_py311_rc3.yml deleted file mode 100644 index 5434780..0000000 --- a/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_macos_py311_rc3.yml +++ /dev/null @@ -1,157 +0,0 @@ -# delivery_name: CALDP_mostlyCOS_CAL_rc3 -# creation_time: Thu Jul 25 23:30:03 2024 -# conda_version: 4.12.0 -# condabuild_version: 3.18.11 -channels: -- conda-forge -dependencies: -- bzip2=1.0.8=hfdf4475_7 -- c-ares=1.32.3=h51dda26_0 -- ca-certificates=2024.7.4=h8857fd0_0 -- cfitsio=4.4.0=h60fb419_1 -- fitsverify=4.22=h4236e88_1 -- hstcal=3.0.2=h61206a2_0 -- krb5=1.21.3=h37d8d59_0 -- libcurl=8.9.0=hfcf2730_0 -- libcxx=18.1.8=hef8daea_0 -- libedit=3.1.20191231=h0678c8f_2 -- libev=4.33=h10d778d_2 -- libexpat=2.6.2=h73e2aa4_0 -- libffi=3.4.2=h0d85af4_5 -- libgfortran=5.0.0=13_2_0_h97931a8_3 -- libgfortran5=13.2.0=h2873a65_3 -- libnghttp2=1.58.0=h64cf6d3_1 -- libsqlite=3.46.0=h1b8f9f3_0 -- libssh2=1.11.0=hd019ec5_0 -- libzlib=1.3.1=h87427d6_1 -- llvm-openmp=18.1.8=h15ab845_0 -- ncurses=6.5=h5846eda_0 -- openssl=3.3.1=h87427d6_2 -- pip=24.0=pyhd8ed1ab_0 -- python=3.11.9=h657bba9_0_cpython -- readline=8.2=h9e318b2_1 -- setuptools=71.0.4=pyhd8ed1ab_0 -- tk=8.6.13=h1abcd95_1 -- wheel=0.43.0=pyhd8ed1ab_1 -- xz=5.2.6=h775f41a_0 -- zstd=1.5.6=h915ae27_0 -- pip: - - acstools==3.7.1 - - alabaster==0.7.16 - - asdf==3.2.0 - - asdf-astropy==0.6.1 - - asdf-coordinates-schemas==0.3.0 - - asdf-standard==1.1.1 - - asdf-transform-schemas==0.5.0 - - asdf-wcs-schemas==0.4.0 - - astrocut==0.9 - - astropy==6.1.0 - - astropy-iers-data==0.2024.6.10.0.30.47 - - astroquery==0.4.7 - - attrs==23.2.0 - - babel==2.15.0 - - backports-tarfile==1.2.0 - - beautifulsoup4==4.12.3 - - blosc2==2.6.2 - - bokeh==3.4.1 - - git+https://github.com/spacetelescope/calcos@3.5.1 - - certifi==2024.6.2 - - charset-normalizer==3.3.2 - - contourpy==1.2.1 - - costools==1.2.6 - - crds==11.17.25 - - cycler==0.12.1 - - cython==3.0.10 - - datetime==5.5 - - docutils==0.21.2 - - git+https://github.com/spacetelescope/drizzlepac@3.7.1rc6 - - et-xmlfile==1.1.0 - - filelock==3.15.1 - - fitsblender==0.4.4 - - fonttools==4.53.0 - - gwcs==0.21.0 - - hasp==1.0 - - html5lib==1.1 - - idna==3.7 - - imageio==2.34.1 - - imagesize==1.4.1 - - importlib-metadata==7.1.0 - - jaraco-classes==3.4.0 - - jaraco-context==5.3.0 - - jaraco-functools==4.0.1 - - jinja2==3.1.4 - - jmespath==1.0.1 - - joblib==1.4.2 - - keyring==25.2.1 - - kiwisolver==1.4.5 - - lazy-loader==0.4 - - lxml==5.2.2 - - markupsafe==2.0.1 - - matplotlib==3.9.0 - - more-itertools==10.3.0 - - msgpack==1.0.8 - - ndindex==1.8 - - networkx==3.3 - - nictools==1.1.5 - - numexpr==2.10.0 - - numpy==1.26.4 - - numpydoc==1.7.0 - - openpyxl==3.1.4 - - packaging==24.1 - - pandas==2.2.2 - - parsley==1.3 - - photutils==1.12.0 - - pillow==10.3.0 - - plotly==5.22.0 - - py-cpuinfo==9.0.0 - - pyerfa==2.0.1.4 - - pygments==2.18.0 - - pyparsing==3.1.2 - - pypdf2==3.0.1 - - pysiaf==0.22.0 - - python-dateutil==2.9.0.post0 - - pytz==2024.1 - - pyvo==1.5.2 - - pyyaml==6.0.1 - - requests==2.32.3 - - scikit-image==0.23.2 - - scikit-learn==1.5.0 - - scipy==1.13.1 - - semantic-version==2.10.0 - - six==1.16.0 - - snowballstemmer==2.2.0 - - soupsieve==2.5 - - spherical-geometry==1.3.2 - - sphinx==7.3.7 - - sphinxcontrib-applehelp==1.0.8 - - sphinxcontrib-devhelp==1.0.6 - - sphinxcontrib-htmlhelp==2.0.5 - - sphinxcontrib-jsmath==1.0.1 - - sphinxcontrib-qthelp==1.0.7 - - sphinxcontrib-serializinghtml==1.1.10 - - stistools==1.4.4 - - stregion==1.1.8 - - stsci-image==2.3.9 - - stsci-imagestats==1.8.3 - - stsci-skypac==1.0.10 - - stsci-stimage==0.2.9 - - stsci-tools==4.1.0 - - stwcs==1.7.3 - - tables==3.9.2 - - tabulate==0.9.0 - - tenacity==8.3.0 - - threadpoolctl==3.5.0 - - tifffile==2024.5.22 - - tornado==6.4.1 - - tweakwcs==0.8.7 - - typing-extensions==4.12.2 - - tzdata==2024.1 - - ullyses==4.1.0 - - ullyses-utils==3.1.0 - - urllib3==2.2.1 - - webencodings==0.5.1 - - wfc3tools==1.5.0 - - wfpc2tools==1.0.5 - - xyzservices==2024.6.0 - - zipp==3.19.2 - - zope-interface==6.4.post2 diff --git a/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_macos_py311_rc4.yml b/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_macos_py311_rc4.yml deleted file mode 100644 index dd74dcb..0000000 --- a/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_macos_py311_rc4.yml +++ /dev/null @@ -1,157 +0,0 @@ -# delivery_name: CALDP_mostlyCOS_CAL_rc4 -# creation_time: Sun Jul 28 21:57:51 2024 -# conda_version: 4.12.0 -# condabuild_version: 3.18.11 -channels: -- conda-forge -dependencies: -- bzip2=1.0.8=hfdf4475_7 -- c-ares=1.32.3=h51dda26_0 -- ca-certificates=2024.7.4=h8857fd0_0 -- cfitsio=4.4.0=h60fb419_1 -- fitsverify=4.22=h4236e88_1 -- hstcal=3.0.2=h61206a2_0 -- krb5=1.21.3=h37d8d59_0 -- libcurl=8.9.0=hfcf2730_0 -- libcxx=18.1.8=hef8daea_1 -- libedit=3.1.20191231=h0678c8f_2 -- libev=4.33=h10d778d_2 -- libexpat=2.6.2=h73e2aa4_0 -- libffi=3.4.2=h0d85af4_5 -- libgfortran=5.0.0=13_2_0_h97931a8_3 -- libgfortran5=13.2.0=h2873a65_3 -- libnghttp2=1.58.0=h64cf6d3_1 -- libsqlite=3.46.0=h1b8f9f3_0 -- libssh2=1.11.0=hd019ec5_0 -- libzlib=1.3.1=h87427d6_1 -- llvm-openmp=18.1.8=h15ab845_0 -- ncurses=6.5=h5846eda_0 -- openssl=3.3.1=h87427d6_2 -- pip=24.0=pyhd8ed1ab_0 -- python=3.11.9=h657bba9_0_cpython -- readline=8.2=h9e318b2_1 -- setuptools=71.0.4=pyhd8ed1ab_0 -- tk=8.6.13=h1abcd95_1 -- wheel=0.43.0=pyhd8ed1ab_1 -- xz=5.2.6=h775f41a_0 -- zstd=1.5.6=h915ae27_0 -- pip: - - acstools==3.7.1 - - alabaster==0.7.16 - - asdf==3.2.0 - - asdf-astropy==0.6.1 - - asdf-coordinates-schemas==0.3.0 - - asdf-standard==1.1.1 - - asdf-transform-schemas==0.5.0 - - asdf-wcs-schemas==0.4.0 - - astrocut==0.9 - - astropy==6.1.0 - - astropy-iers-data==0.2024.6.10.0.30.47 - - astroquery==0.4.7 - - attrs==23.2.0 - - babel==2.15.0 - - backports-tarfile==1.2.0 - - beautifulsoup4==4.12.3 - - blosc2==2.6.2 - - bokeh==3.4.1 - - git+https://github.com/spacetelescope/calcos@3.5.1 - - certifi==2024.6.2 - - charset-normalizer==3.3.2 - - contourpy==1.2.1 - - costools==1.2.6 - - crds==11.17.25 - - cycler==0.12.1 - - cython==3.0.10 - - datetime==5.5 - - docutils==0.21.2 - - git+https://github.com/spacetelescope/drizzlepac@3.7.1rc7 - - et-xmlfile==1.1.0 - - filelock==3.15.1 - - fitsblender==0.4.4 - - fonttools==4.53.0 - - gwcs==0.21.0 - - hasp==1.0 - - html5lib==1.1 - - idna==3.7 - - imageio==2.34.1 - - imagesize==1.4.1 - - importlib-metadata==7.1.0 - - jaraco-classes==3.4.0 - - jaraco-context==5.3.0 - - jaraco-functools==4.0.1 - - jinja2==3.1.4 - - jmespath==1.0.1 - - joblib==1.4.2 - - keyring==25.2.1 - - kiwisolver==1.4.5 - - lazy-loader==0.4 - - lxml==5.2.2 - - markupsafe==2.0.1 - - matplotlib==3.9.0 - - more-itertools==10.3.0 - - msgpack==1.0.8 - - ndindex==1.8 - - networkx==3.3 - - nictools==1.1.5 - - numexpr==2.10.0 - - numpy==1.26.4 - - numpydoc==1.7.0 - - openpyxl==3.1.4 - - packaging==24.1 - - pandas==2.2.2 - - parsley==1.3 - - photutils==1.12.0 - - pillow==10.3.0 - - plotly==5.22.0 - - py-cpuinfo==9.0.0 - - pyerfa==2.0.1.4 - - pygments==2.18.0 - - pyparsing==3.1.2 - - pypdf2==3.0.1 - - pysiaf==0.22.0 - - python-dateutil==2.9.0.post0 - - pytz==2024.1 - - pyvo==1.5.2 - - pyyaml==6.0.1 - - requests==2.32.3 - - scikit-image==0.23.2 - - scikit-learn==1.5.0 - - scipy==1.13.1 - - semantic-version==2.10.0 - - six==1.16.0 - - snowballstemmer==2.2.0 - - soupsieve==2.5 - - spherical-geometry==1.3.2 - - sphinx==7.3.7 - - sphinxcontrib-applehelp==1.0.8 - - sphinxcontrib-devhelp==1.0.6 - - sphinxcontrib-htmlhelp==2.0.5 - - sphinxcontrib-jsmath==1.0.1 - - sphinxcontrib-qthelp==1.0.7 - - sphinxcontrib-serializinghtml==1.1.10 - - stistools==1.4.4 - - stregion==1.1.8 - - stsci-image==2.3.9 - - stsci-imagestats==1.8.3 - - stsci-skypac==1.0.10 - - stsci-stimage==0.2.9 - - stsci-tools==4.1.0 - - stwcs==1.7.3 - - tables==3.9.2 - - tabulate==0.9.0 - - tenacity==8.3.0 - - threadpoolctl==3.5.0 - - tifffile==2024.5.22 - - tornado==6.4.1 - - tweakwcs==0.8.7 - - typing-extensions==4.12.2 - - tzdata==2024.1 - - ullyses==4.1.0 - - ullyses-utils==3.1.0 - - urllib3==2.2.1 - - webencodings==0.5.1 - - wfc3tools==1.5.0 - - wfpc2tools==1.0.5 - - xyzservices==2024.6.0 - - zipp==3.19.2 - - zope-interface==6.4.post2 diff --git a/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_macos_py311_rc5.yml b/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_macos_py311_rc5.yml deleted file mode 100644 index 657ce93..0000000 --- a/caldp/mostlyCOS/dev/CALDP_mostlyCOS_CAL_macos_py311_rc5.yml +++ /dev/null @@ -1,157 +0,0 @@ -# delivery_name: CALDP_mostlyCOS_CAL_rc5 -# creation_time: Wed Jul 31 18:29:37 2024 -# conda_version: 4.12.0 -# condabuild_version: 3.18.11 -channels: -- conda-forge -dependencies: -- bzip2=1.0.8=hfdf4475_7 -- c-ares=1.32.3=h51dda26_0 -- ca-certificates=2024.7.4=h8857fd0_0 -- cfitsio=4.4.0=h60fb419_1 -- fitsverify=4.22=h4236e88_1 -- hstcal=3.0.2=h61206a2_0 -- krb5=1.21.3=h37d8d59_0 -- libcurl=8.9.1=hfcf2730_0 -- libcxx=18.1.8=hef8daea_2 -- libedit=3.1.20191231=h0678c8f_2 -- libev=4.33=h10d778d_2 -- libexpat=2.6.2=h73e2aa4_0 -- libffi=3.4.2=h0d85af4_5 -- libgfortran=5.0.0=13_2_0_h97931a8_3 -- libgfortran5=13.2.0=h2873a65_3 -- libnghttp2=1.58.0=h64cf6d3_1 -- libsqlite=3.46.0=h1b8f9f3_0 -- libssh2=1.11.0=hd019ec5_0 -- libzlib=1.3.1=h87427d6_1 -- llvm-openmp=18.1.8=h15ab845_0 -- ncurses=6.5=h5846eda_0 -- openssl=3.3.1=h87427d6_2 -- pip=24.2=pyhd8ed1ab_0 -- python=3.11.9=h657bba9_0_cpython -- readline=8.2=h9e318b2_1 -- setuptools=71.0.4=pyhd8ed1ab_0 -- tk=8.6.13=h1abcd95_1 -- wheel=0.43.0=pyhd8ed1ab_1 -- xz=5.2.6=h775f41a_0 -- zstd=1.5.6=h915ae27_0 -- pip: - - acstools==3.7.1 - - alabaster==0.7.16 - - asdf==3.2.0 - - asdf-astropy==0.6.1 - - asdf-coordinates-schemas==0.3.0 - - asdf-standard==1.1.1 - - asdf-transform-schemas==0.5.0 - - asdf-wcs-schemas==0.4.0 - - astrocut==0.9 - - astropy==6.1.0 - - astropy-iers-data==0.2024.6.10.0.30.47 - - astroquery==0.4.7 - - attrs==23.2.0 - - babel==2.15.0 - - backports-tarfile==1.2.0 - - beautifulsoup4==4.12.3 - - blosc2==2.6.2 - - bokeh==3.4.1 - - git+https://github.com/spacetelescope/calcos@3.5.1 - - certifi==2024.6.2 - - charset-normalizer==3.3.2 - - contourpy==1.2.1 - - costools==1.2.6 - - crds==11.17.25 - - cycler==0.12.1 - - cython==3.0.10 - - datetime==5.5 - - docutils==0.21.2 - - git+https://github.com/spacetelescope/drizzlepac@3.7.1rc8 - - et-xmlfile==1.1.0 - - filelock==3.15.1 - - fitsblender==0.4.4 - - fonttools==4.53.0 - - gwcs==0.21.0 - - hasp==1.0 - - html5lib==1.1 - - idna==3.7 - - imageio==2.34.1 - - imagesize==1.4.1 - - importlib-metadata==7.1.0 - - jaraco-classes==3.4.0 - - jaraco-context==5.3.0 - - jaraco-functools==4.0.1 - - jinja2==3.1.4 - - jmespath==1.0.1 - - joblib==1.4.2 - - keyring==25.2.1 - - kiwisolver==1.4.5 - - lazy-loader==0.4 - - lxml==5.2.2 - - markupsafe==2.0.1 - - matplotlib==3.9.0 - - more-itertools==10.3.0 - - msgpack==1.0.8 - - ndindex==1.8 - - networkx==3.3 - - nictools==1.1.5 - - numexpr==2.10.0 - - numpy==1.26.4 - - numpydoc==1.7.0 - - openpyxl==3.1.4 - - packaging==24.1 - - pandas==2.2.2 - - parsley==1.3 - - photutils==1.12.0 - - pillow==10.3.0 - - plotly==5.22.0 - - py-cpuinfo==9.0.0 - - pyerfa==2.0.1.4 - - pygments==2.18.0 - - pyparsing==3.1.2 - - pypdf2==3.0.1 - - pysiaf==0.22.0 - - python-dateutil==2.9.0.post0 - - pytz==2024.1 - - pyvo==1.5.2 - - pyyaml==6.0.1 - - requests==2.32.3 - - scikit-image==0.23.2 - - scikit-learn==1.5.0 - - scipy==1.13.1 - - semantic-version==2.10.0 - - six==1.16.0 - - snowballstemmer==2.2.0 - - soupsieve==2.5 - - spherical-geometry==1.3.2 - - sphinx==7.3.7 - - sphinxcontrib-applehelp==1.0.8 - - sphinxcontrib-devhelp==1.0.6 - - sphinxcontrib-htmlhelp==2.0.5 - - sphinxcontrib-jsmath==1.0.1 - - sphinxcontrib-qthelp==1.0.7 - - sphinxcontrib-serializinghtml==1.1.10 - - stistools==1.4.4 - - stregion==1.1.8 - - stsci-image==2.3.9 - - stsci-imagestats==1.8.3 - - stsci-skypac==1.0.10 - - stsci-stimage==0.2.9 - - stsci-tools==4.1.0 - - stwcs==1.7.3 - - tables==3.9.2 - - tabulate==0.9.0 - - tenacity==8.3.0 - - threadpoolctl==3.5.0 - - tifffile==2024.5.22 - - tornado==6.4.1 - - tweakwcs==0.8.7 - - typing-extensions==4.12.2 - - tzdata==2024.1 - - ullyses==4.1.0 - - ullyses-utils==3.1.0 - - urllib3==2.2.1 - - webencodings==0.5.1 - - wfc3tools==1.5.0 - - wfpc2tools==1.0.5 - - xyzservices==2024.6.0 - - zipp==3.19.2 - - zope-interface==6.4.post2 diff --git a/caldp/mostlyCOS/latest-linux.yml b/caldp/mostlyCOS/latest-linux.yml deleted file mode 120000 index 82bbc73..0000000 --- a/caldp/mostlyCOS/latest-linux.yml +++ /dev/null @@ -1 +0,0 @@ -dev/CALDP_mostlyCOS_CAL_linux_py311_rc5.yml
\ No newline at end of file diff --git a/caldp/mostlyCOS/latest-macos.yml b/caldp/mostlyCOS/latest-macos.yml deleted file mode 120000 index 7f1b65d..0000000 --- a/caldp/mostlyCOS/latest-macos.yml +++ /dev/null @@ -1 +0,0 @@ -dev/CALDP_mostlyCOS_CAL_macos_py311_rc5.yml
\ No newline at end of file diff --git a/caldp/mostlyCOS/release_notes.md b/caldp/mostlyCOS/release_notes.md deleted file mode 100644 index e12ee26..0000000 --- a/caldp/mostlyCOS/release_notes.md +++ /dev/null @@ -1,20 +0,0 @@ -## 2024/7/31 - CALDP_mostlyCOS_CAL_rc5 -### calcos 3.5.1 -### drizzlepac 3.7.1rc8 - -## 2024/7/29 - CALDP_mostlyCOS_CAL_rc4 -### calcos 3.5.1 -### drizzlepac 3.7.1rc7 - -## 2024/7/26 - CALDP_mostlyCOS_CAL_rc3 -### calcos 3.5.1 -### drizzlepac 3.7.1rc6 - -## 2024/6/30 - CALDP_mostlyCOS_CAL_rc2 -### calcos 3.5.1 -### drizzlepac 3.7.1rc5 - -## 2024/6/14 - CALDP_mostlyCOS_CAL_rc1 -### calcos 3.5.1 -### drizzlepac 3.7.1rc4 - |