aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeliveryAutomation <automated@stsci.edu>2021-11-18 19:42:51 -0500
committerDeliveryAutomation <automated@stsci.edu>2021-11-18 19:42:51 -0500
commitaf135046667182ec941c0475af0f2dea3ad25b28 (patch)
tree289081928052710b477d68cd8460f49a1351f305
parent4f9dd38da06e95044cf0b1af2f7368c5f0d33249 (diff)
downloadastroconda-releases-testing-af135046667182ec941c0475af0f2dea3ad25b28.tar.gz
Automatic commit of CALDP_drizzlecats_CAL_rc1
-rw-r--r--caldp/drizzlecats/README.md49
-rw-r--r--caldp/drizzlecats/dev/CALDP_drizzlecats_CAL_linux_py38_rc1.yml125
-rw-r--r--caldp/drizzlecats/dev/CALDP_drizzlecats_CAL_macos_py38_rc1.yml115
l---------caldp/drizzlecats/latest-linux.yml1
l---------caldp/drizzlecats/latest-macos.yml1
-rw-r--r--caldp/drizzlecats/release_notes.md3
l---------caldp/latest2
7 files changed, 295 insertions, 1 deletions
diff --git a/caldp/drizzlecats/README.md b/caldp/drizzlecats/README.md
new file mode 100644
index 0000000..cc137ef
--- /dev/null
+++ b/caldp/drizzlecats/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/drizzlecats/latest-linux.yml
+$ conda env create -n caldp_drizzlecats --file latest-linux.yml
+```
+### Activate the pipeline environment
+
+```
+$ source activate caldp_drizzlecats
+```
+
+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/drizzlecats/dev/CALDP_drizzlecats_CAL_linux_py38_rc1.yml b/caldp/drizzlecats/dev/CALDP_drizzlecats_CAL_linux_py38_rc1.yml
new file mode 100644
index 0000000..a19530c
--- /dev/null
+++ b/caldp/drizzlecats/dev/CALDP_drizzlecats_CAL_linux_py38_rc1.yml
@@ -0,0 +1,125 @@
+# delivery_name: CALDP_drizzlecats_CAL_rc1
+# creation_time: Thu Nov 18 18:05:25 2021
+# 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=3.470=hb418390_7
+- fitsverify=4.20=h25fc526_0
+- hstcal=2.7.2=h3560b5a_0
+- krb5=1.19.2=h48eae69_3
+- ld_impl_linux-64=2.36.1=hea4e1c9_2
+- libcurl=7.80.0=h494985f_0
+- libedit=3.1.20191231=he28a2e2_2
+- libev=4.33=h516909a_1
+- libffi=3.4.2=h7f98852_5
+- libgcc-ng=11.2.0=h1d223b6_11
+- libgfortran-ng=11.2.0=h69a702a_11
+- libgfortran5=11.2.0=h5c6108e_11
+- libgomp=11.2.0=h1d223b6_11
+- libnghttp2=1.43.0=ha19adfc_1
+- libnsl=2.0.0=h7f98852_0
+- libssh2=1.10.0=ha35d2d1_2
+- libstdcxx-ng=11.2.0=he4da1e4_11
+- libzlib=1.2.11=h36c2ea0_1013
+- ncurses=6.2=h58526e2_4
+- openssl=3.0.0=h7f98852_2
+- pip=21.3.1=pyhd8ed1ab_0
+- python=3.8.12=hf930737_2_cpython
+- python_abi=3.8=2_cp38
+- readline=8.1=h46c0cb4_0
+- setuptools=59.1.1=py38h578d9bd_0
+- sqlite=3.36.0=h9cd32fc_2
+- tk=8.6.11=h27826a3_1
+- wheel=0.37.0=pyhd8ed1ab_1
+- xz=5.2.5=h516909a_1
+- zlib=1.2.11=h36c2ea0_1013
+- pip:
+ - acstools==3.3.1
+ - asdf==2.8.1
+ - astropy==4.3.1
+ - astroquery==0.4.4
+ - attrs==21.2.0
+ - beautifulsoup4==4.10.0
+ - bokeh==2.4.1
+ - calcos==3.3.11
+ - certifi==2021.10.8
+ - cffi==1.15.0
+ - charset-normalizer==2.0.7
+ - costools==1.2.4
+ - crds==11.5.0
+ - cryptography==35.0.0
+ - cycler==0.11.0
+ - git+https://github.com/spacetelescope/drizzlepac@3.3.1rc6
+ - filelock==3.4.0
+ - fitsblender==0.3.6
+ - fonttools==4.28.1
+ - html5lib==1.1
+ - idna==3.3
+ - imageio==2.11.0
+ - importlib-metadata==4.8.2
+ - importlib-resources==5.4.0
+ - jeepney==0.7.1
+ - jinja2==3.0.3
+ - jmespath==0.10.0
+ - joblib==1.1.0
+ - jsonschema==3.2.0
+ - keyring==23.2.1
+ - kiwisolver==1.3.2
+ - lxml==4.6.4
+ - markupsafe==2.0.1
+ - matplotlib==3.5.0
+ - mimeparse==0.1.3
+ - networkx==2.6.3
+ - nictools==1.1.5
+ - numpy==1.21.4
+ - packaging==21.3
+ - pandas==1.3.4
+ - parsley==1.3
+ - photutils==1.1.0
+ - pillow==8.4.0
+ - pycparser==2.21
+ - pyerfa==2.0.0.1
+ - pyparsing==3.0.6
+ - pypdf2==1.26.0
+ - pyrsistent==0.18.0
+ - python-dateutil==2.8.2
+ - pytz==2021.3
+ - pyvo==1.1
+ - pywavelets==1.2.0
+ - pyyaml==6.0
+ - requests==2.26.0
+ - scikit-image==0.18.3
+ - scikit-learn==1.0.1
+ - scipy==1.7.2
+ - secretstorage==3.3.1
+ - semantic-version==2.8.5
+ - setuptools-scm==6.3.2
+ - six==1.16.0
+ - soupsieve==2.3.1
+ - spherical-geometry==1.2.20
+ - stistools==1.4.1
+ - 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.1
+ - threadpoolctl==3.0.0
+ - tifffile==2021.11.2
+ - tomli==1.2.2
+ - tornado==6.1
+ - tweakwcs==0.7.3
+ - typing-extensions==4.0.0
+ - urllib3==1.26.7
+ - webencodings==0.5.1
+ - wfc3tools==1.3.5
+ - wfpc2tools==1.0.5
+ - zipp==3.6.0
diff --git a/caldp/drizzlecats/dev/CALDP_drizzlecats_CAL_macos_py38_rc1.yml b/caldp/drizzlecats/dev/CALDP_drizzlecats_CAL_macos_py38_rc1.yml
new file mode 100644
index 0000000..cfdde2c
--- /dev/null
+++ b/caldp/drizzlecats/dev/CALDP_drizzlecats_CAL_macos_py38_rc1.yml
@@ -0,0 +1,115 @@
+# delivery_name: CALDP_drizzlecats_CAL_rc1
+# creation_time: Thu Nov 18 18:07:10 2021
+# conda_version: 4.10.3
+# 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=3.470=h01dc385_7
+- fitsverify=4.20=h872ef0c_0
+- hstcal=2.7.2=h7aa0574_0
+- krb5=1.19.2=h289aae4_3
+- libcurl=7.80.0=h97da3c1_0
+- libcxx=12.0.1=habf9029_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.43.0=hfd382f3_1
+- libssh2=1.10.0=hd3787cc_2
+- libzlib=1.2.11=h9173be1_1013
+- llvm-openmp=12.0.1=hda6cdc1_1
+- ncurses=6.2=h2e338ed_4
+- openssl=3.0.0=h0d85af4_2
+- pip=21.3.1=pyhd8ed1ab_0
+- python=3.8.12=h43ca1e7_2_cpython
+- python_abi=3.8=2_cp38
+- readline=8.1=h05e3726_0
+- setuptools=59.1.1=py38h50d1736_0
+- sqlite=3.36.0=h23a322b_2
+- tk=8.6.11=h5dbffcc_1
+- wheel=0.37.0=pyhd8ed1ab_1
+- xz=5.2.5=haf1e3a3_1
+- zlib=1.2.11=h9173be1_1013
+- pip:
+ - acstools==3.3.1
+ - asdf==2.8.1
+ - astropy==4.3.1
+ - astroquery==0.4.4
+ - attrs==21.2.0
+ - beautifulsoup4==4.10.0
+ - bokeh==2.4.1
+ - calcos==3.3.11
+ - certifi==2021.10.8
+ - charset-normalizer==2.0.7
+ - costools==1.2.4
+ - crds==11.5.0
+ - cycler==0.11.0
+ - git+https://github.com/spacetelescope/drizzlepac@3.3.1rc6
+ - filelock==3.4.0
+ - fitsblender==0.3.6
+ - fonttools==4.28.1
+ - html5lib==1.1
+ - idna==3.3
+ - imageio==2.11.0
+ - importlib-metadata==4.8.2
+ - importlib-resources==5.4.0
+ - jinja2==3.0.3
+ - jmespath==0.10.0
+ - joblib==1.1.0
+ - jsonschema==3.2.0
+ - keyring==23.2.1
+ - kiwisolver==1.3.2
+ - lxml==4.6.4
+ - markupsafe==2.0.1
+ - matplotlib==3.5.0
+ - mimeparse==0.1.3
+ - networkx==2.6.3
+ - nictools==1.1.5
+ - numpy==1.21.4
+ - packaging==21.3
+ - pandas==1.3.4
+ - parsley==1.3
+ - photutils==1.1.0
+ - pillow==8.4.0
+ - pyerfa==2.0.0.1
+ - pyparsing==3.0.6
+ - pypdf2==1.26.0
+ - pyrsistent==0.18.0
+ - python-dateutil==2.8.2
+ - pytz==2021.3
+ - pyvo==1.1
+ - pywavelets==1.2.0
+ - pyyaml==6.0
+ - requests==2.26.0
+ - scikit-image==0.18.3
+ - scikit-learn==1.0.1
+ - scipy==1.7.2
+ - semantic-version==2.8.5
+ - setuptools-scm==6.3.2
+ - six==1.16.0
+ - soupsieve==2.3.1
+ - spherical-geometry==1.2.20
+ - stistools==1.4.1
+ - 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.1
+ - threadpoolctl==3.0.0
+ - tifffile==2021.11.2
+ - tomli==1.2.2
+ - tornado==6.1
+ - tweakwcs==0.7.3
+ - typing-extensions==4.0.0
+ - urllib3==1.26.7
+ - webencodings==0.5.1
+ - wfc3tools==1.3.5
+ - wfpc2tools==1.0.5
+ - zipp==3.6.0
diff --git a/caldp/drizzlecats/latest-linux.yml b/caldp/drizzlecats/latest-linux.yml
new file mode 120000
index 0000000..0e0cc82
--- /dev/null
+++ b/caldp/drizzlecats/latest-linux.yml
@@ -0,0 +1 @@
+dev/CALDP_drizzlecats_CAL_linux_py38_rc1.yml \ No newline at end of file
diff --git a/caldp/drizzlecats/latest-macos.yml b/caldp/drizzlecats/latest-macos.yml
new file mode 120000
index 0000000..bc921be
--- /dev/null
+++ b/caldp/drizzlecats/latest-macos.yml
@@ -0,0 +1 @@
+dev/CALDP_drizzlecats_CAL_macos_py38_rc1.yml \ No newline at end of file
diff --git a/caldp/drizzlecats/release_notes.md b/caldp/drizzlecats/release_notes.md
new file mode 100644
index 0000000..5ca664c
--- /dev/null
+++ b/caldp/drizzlecats/release_notes.md
@@ -0,0 +1,3 @@
+## 2021/11/18 - CALDP_drizzlecats_CAL_rc1
+### drizzlepac 3.3.1rc6
+
diff --git a/caldp/latest b/caldp/latest
index a3f6ffa..9d8a73a 120000
--- a/caldp/latest
+++ b/caldp/latest
@@ -1 +1 @@
-20210721 \ No newline at end of file
+drizzlecats \ No newline at end of file