aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeliveryAutomation <automated@stsci.edu>2022-04-21 13:30:37 -0400
committerDeliveryAutomation <automated@stsci.edu>2022-04-21 13:30:37 -0400
commit5be29e4ac03c1cba965efcdad55bcf099b9769f2 (patch)
treed119b7db5adc64057687f8e6f533dbf205c99aed
parent202f71cfd4bc6b18e8ef30fe4c82fc274d8664e6 (diff)
downloadastroconda-releases-5be29e4ac03c1cba965efcdad55bcf099b9769f2.tar.gz
Automatic commit of CALDP_CFTesting_CAL_rc1
-rw-r--r--caldp/CFTesting/README.md49
-rw-r--r--caldp/CFTesting/dev/CALDP_CFTesting_CAL_linux_py38_rc1.yml132
-rw-r--r--caldp/CFTesting/dev/CALDP_CFTesting_CAL_macos_py38_rc1.yml120
l---------caldp/CFTesting/latest-linux.yml1
l---------caldp/CFTesting/latest-macos.yml1
-rw-r--r--caldp/CFTesting/release_notes.md4
l---------caldp/latest2
7 files changed, 308 insertions, 1 deletions
diff --git a/caldp/CFTesting/README.md b/caldp/CFTesting/README.md
new file mode 100644
index 0000000..846f41c
--- /dev/null
+++ b/caldp/CFTesting/README.md
@@ -0,0 +1,49 @@
+# 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/CFTesting/latest-linux.yml
+$ conda env create -n caldp_CFTesting --file latest-linux.yml
+```
+### Activate the pipeline environment
+
+```
+$ source activate caldp_CFTesting
+```
+
+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/CFTesting/dev/CALDP_CFTesting_CAL_linux_py38_rc1.yml b/caldp/CFTesting/dev/CALDP_CFTesting_CAL_linux_py38_rc1.yml
new file mode 100644
index 0000000..7fad9a2
--- /dev/null
+++ b/caldp/CFTesting/dev/CALDP_CFTesting_CAL_linux_py38_rc1.yml
@@ -0,0 +1,132 @@
+# delivery_name: CALDP_CFTesting_CAL_rc1
+# creation_time: Thu Apr 21 13:22:03 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=1_gnu
+- bzip2=1.0.8=h7f98852_4
+- c-ares=1.18.1=h7f98852_0
+- ca-certificates=2021.10.8=ha878542_0
+- cfitsio=4.1.0=hd9d235c_0
+- fitsverify=4.20=h4fe08a5_2
+- hstcal=2.7.4=hf3d8acf_1
+- keyutils=1.6.1=h166bdaf_0
+- krb5=1.19.3=h08a2579_0
+- ld_impl_linux-64=2.36.1=hea4e1c9_2
+- libcurl=7.82.0=h2283fc2_0
+- libedit=3.1.20191231=he28a2e2_2
+- libev=4.33=h516909a_1
+- libffi=3.4.2=h7f98852_5
+- libgcc-ng=11.2.0=h1d223b6_15
+- libgfortran-ng=11.2.0=h69a702a_15
+- libgfortran5=11.2.0=h5c6108e_15
+- libgomp=11.2.0=h1d223b6_15
+- libnghttp2=1.47.0=he49606f_0
+- libnsl=2.0.0=h7f98852_0
+- libssh2=1.10.0=ha35d2d1_2
+- libstdcxx-ng=11.2.0=he4da1e4_15
+- libuuid=2.32.1=h7f98852_1000
+- libzlib=1.2.11=h166bdaf_1014
+- ncurses=6.3=h27087fc_1
+- openssl=3.0.2=h166bdaf_1
+- pip=22.0.4=pyhd8ed1ab_0
+- python=3.8.13=ha86cf86_0_cpython
+- python_abi=3.8=2_cp38
+- readline=8.1=h46c0cb4_0
+- setuptools=62.1.0=py38h578d9bd_0
+- sqlite=3.38.2=h4ff8645_0
+- tk=8.6.12=h27826a3_0
+- wheel=0.37.1=pyhd8ed1ab_0
+- xz=5.2.5=h516909a_1
+- zlib=1.2.11=h166bdaf_1014
+- pip:
+ - acstools==3.3.1
+ - asdf==2.11.1
+ - asdf-astropy==0.2.1
+ - asdf-coordinates-schemas==0.1.0
+ - asdf-standard==1.0.2
+ - asdf-transform-schemas==0.2.2
+ - asdf-wcs-schemas==0.1.1
+ - astropy==5.0.4
+ - astroquery==0.4.6
+ - attrs==21.4.0
+ - beautifulsoup4==4.11.1
+ - bokeh==2.4.2
+ - git+https://github.com/spacetelescope/calcos@3.4.0
+ - certifi==2021.10.8
+ - cffi==1.15.0
+ - charset-normalizer==2.0.12
+ - costools==1.2.4
+ - crds==11.12.1
+ - cryptography==36.0.2
+ - cycler==0.11.0
+ - git+https://github.com/spacetelescope/drizzlepac@3.4.1
+ - filelock==3.6.0
+ - fitsblender==0.4.1
+ - fonttools==4.32.0
+ - gwcs==0.18.1
+ - html5lib==1.1
+ - idna==3.3
+ - imageio==2.17.0
+ - importlib-metadata==4.11.3
+ - importlib-resources==5.7.1
+ - jeepney==0.8.0
+ - jinja2==3.1.1
+ - jmespath==1.0.0
+ - joblib==1.1.0
+ - jsonschema==4.4.0
+ - keyring==23.5.0
+ - kiwisolver==1.4.2
+ - lxml==4.8.0
+ - markupsafe==2.0.1
+ - matplotlib==3.5.1
+ - networkx==2.8
+ - nictools==1.1.5
+ - numexpr==2.8.1
+ - numpy==1.22.3
+ - packaging==21.3
+ - pandas==1.4.2
+ - parsley==1.3
+ - photutils==1.3.0
+ - pillow==9.1.0
+ - pycparser==2.21
+ - pyerfa==2.0.0.1
+ - pyparsing==3.0.8
+ - pypdf2==1.27.8
+ - pyrsistent==0.18.1
+ - python-dateutil==2.8.2
+ - pytz==2022.1
+ - pyvo==1.3
+ - pywavelets==1.3.0
+ - pyyaml==6.0
+ - requests==2.27.1
+ - scikit-image==0.19.2
+ - scikit-learn==1.0.2
+ - scipy==1.8.0
+ - secretstorage==3.3.2
+ - semantic-version==2.9.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.8
+ - stsci-stimage==0.2.5
+ - stsci-tools==4.0.1
+ - stwcs==1.7.2
+ - tables==3.7.0
+ - threadpoolctl==3.1.0
+ - tifffile==2022.4.8
+ - tornado==6.1
+ - tweakwcs==0.7.4
+ - typing-extensions==4.2.0
+ - urllib3==1.26.9
+ - webencodings==0.5.1
+ - wfc3tools==1.4.0
+ - wfpc2tools==1.0.5
+ - zipp==3.8.0
diff --git a/caldp/CFTesting/dev/CALDP_CFTesting_CAL_macos_py38_rc1.yml b/caldp/CFTesting/dev/CALDP_CFTesting_CAL_macos_py38_rc1.yml
new file mode 100644
index 0000000..d63c9ad
--- /dev/null
+++ b/caldp/CFTesting/dev/CALDP_CFTesting_CAL_macos_py38_rc1.yml
@@ -0,0 +1,120 @@
+# delivery_name: CALDP_CFTesting_CAL_rc1
+# creation_time: Thu Apr 21 13:24:19 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=2021.10.8=h033912b_0
+- cfitsio=4.1.0=h2c97ad1_0
+- fitsverify=4.20=h372de0b_2
+- hstcal=2.7.4=h9ce4442_1
+- krb5=1.19.3=hb98e516_0
+- libcurl=7.82.0=h9dce1e3_0
+- libcxx=13.0.1=hc203e6f_0
+- libedit=3.1.20191231=h0678c8f_2
+- libev=4.33=haf1e3a3_1
+- libffi=3.4.2=h0d85af4_5
+- libgfortran=5.0.0=9_3_0_h6c81a4c_23
+- libgfortran5=9.3.0=h6c81a4c_23
+- libnghttp2=1.47.0=hca56917_0
+- libssh2=1.10.0=hd3787cc_2
+- libzlib=1.2.11=h6c3fc93_1014
+- llvm-openmp=13.0.1=hcb1a161_1
+- ncurses=6.3=h96cf925_1
+- openssl=3.0.2=h6c3fc93_1
+- pip=22.0.4=pyhd8ed1ab_0
+- python=3.8.13=h66c20e1_0_cpython
+- python_abi=3.8=2_cp38
+- readline=8.1=h05e3726_0
+- setuptools=62.1.0=py38h50d1736_0
+- sqlite=3.38.2=hb516253_0
+- tk=8.6.12=h5dbffcc_0
+- wheel=0.37.1=pyhd8ed1ab_0
+- xz=5.2.5=haf1e3a3_1
+- zlib=1.2.11=h6c3fc93_1014
+- pip:
+ - acstools==3.3.1
+ - asdf==2.11.1
+ - asdf-astropy==0.2.1
+ - asdf-coordinates-schemas==0.1.0
+ - asdf-standard==1.0.2
+ - asdf-transform-schemas==0.2.2
+ - asdf-wcs-schemas==0.1.1
+ - astropy==5.0.4
+ - astroquery==0.4.6
+ - attrs==21.4.0
+ - beautifulsoup4==4.11.1
+ - bokeh==2.4.2
+ - git+https://github.com/spacetelescope/calcos@3.4.0
+ - certifi==2021.10.8
+ - charset-normalizer==2.0.12
+ - costools==1.2.4
+ - crds==11.12.1
+ - cycler==0.11.0
+ - git+https://github.com/spacetelescope/drizzlepac@3.4.1
+ - filelock==3.6.0
+ - fitsblender==0.4.1
+ - fonttools==4.32.0
+ - gwcs==0.18.1
+ - html5lib==1.1
+ - idna==3.3
+ - imageio==2.17.0
+ - importlib-metadata==4.11.3
+ - importlib-resources==5.7.1
+ - jinja2==3.1.1
+ - jmespath==1.0.0
+ - joblib==1.1.0
+ - jsonschema==4.4.0
+ - keyring==23.5.0
+ - kiwisolver==1.4.2
+ - lxml==4.8.0
+ - markupsafe==2.0.1
+ - matplotlib==3.5.1
+ - networkx==2.8
+ - nictools==1.1.5
+ - numexpr==2.8.1
+ - numpy==1.22.3
+ - packaging==21.3
+ - pandas==1.4.2
+ - parsley==1.3
+ - photutils==1.3.0
+ - pillow==9.1.0
+ - pyerfa==2.0.0.1
+ - pyparsing==3.0.8
+ - pypdf2==1.27.8
+ - pyrsistent==0.18.1
+ - python-dateutil==2.8.2
+ - pytz==2022.1
+ - pyvo==1.3
+ - pywavelets==1.3.0
+ - pyyaml==6.0
+ - requests==2.27.1
+ - scikit-image==0.19.2
+ - scikit-learn==1.0.2
+ - scipy==1.8.0
+ - semantic-version==2.9.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.8
+ - stsci-stimage==0.2.5
+ - stsci-tools==4.0.1
+ - stwcs==1.7.2
+ - tables==3.7.0
+ - threadpoolctl==3.1.0
+ - tifffile==2022.4.8
+ - tornado==6.1
+ - tweakwcs==0.7.4
+ - typing-extensions==4.2.0
+ - urllib3==1.26.9
+ - webencodings==0.5.1
+ - wfc3tools==1.4.0
+ - wfpc2tools==1.0.5
+ - zipp==3.8.0
diff --git a/caldp/CFTesting/latest-linux.yml b/caldp/CFTesting/latest-linux.yml
new file mode 120000
index 0000000..c81da03
--- /dev/null
+++ b/caldp/CFTesting/latest-linux.yml
@@ -0,0 +1 @@
+dev/CALDP_CFTesting_CAL_linux_py38_rc1.yml \ No newline at end of file
diff --git a/caldp/CFTesting/latest-macos.yml b/caldp/CFTesting/latest-macos.yml
new file mode 120000
index 0000000..e866f25
--- /dev/null
+++ b/caldp/CFTesting/latest-macos.yml
@@ -0,0 +1 @@
+dev/CALDP_CFTesting_CAL_macos_py38_rc1.yml \ No newline at end of file
diff --git a/caldp/CFTesting/release_notes.md b/caldp/CFTesting/release_notes.md
new file mode 100644
index 0000000..aa7d42b
--- /dev/null
+++ b/caldp/CFTesting/release_notes.md
@@ -0,0 +1,4 @@
+## 2022/4/21 - CALDP_CFTesting_CAL_rc1
+### calcos 3.4.0
+### drizzlepac 3.4.1
+
diff --git a/caldp/latest b/caldp/latest
index 2ddcf3b..af1698a 120000
--- a/caldp/latest
+++ b/caldp/latest
@@ -1 +1 @@
-20220421 \ No newline at end of file
+CFTesting \ No newline at end of file