aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeliveryAutomation <automated@stsci.edu>2023-01-12 15:08:33 -0500
committerDeliveryAutomation <automated@stsci.edu>2023-01-12 15:08:33 -0500
commit4b8df5780881f3f5605225497567e9210f700d72 (patch)
tree5212ca98a9c12b4709b86a703c0855681ce223fc
parent8c4ae3e8e8a2c7dcfc6809f1ed14f74d09434ee4 (diff)
downloadastroconda-releases-4b8df5780881f3f5605225497567e9210f700d72.tar.gz
Automatic commit of CALDP_drizcosstis_CAL_rc1
-rw-r--r--caldp/drizcosstis/README.md49
-rw-r--r--caldp/drizcosstis/dev/CALDP_drizcosstis_CAL_linux_py39_rc1.yml156
-rw-r--r--caldp/drizcosstis/dev/CALDP_drizcosstis_CAL_macos_py39_rc1.yml144
l---------caldp/drizcosstis/latest-linux.yml1
l---------caldp/drizcosstis/latest-macos.yml1
-rw-r--r--caldp/drizcosstis/release_notes.md6
l---------caldp/latest2
7 files changed, 358 insertions, 1 deletions
diff --git a/caldp/drizcosstis/README.md b/caldp/drizcosstis/README.md
new file mode 100644
index 0000000..65f7ab6
--- /dev/null
+++ b/caldp/drizcosstis/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/drizcosstis/latest-linux.yml
+$ conda env create -n caldp_drizcosstis --file latest-linux.yml
+```
+### Activate the pipeline environment
+
+```
+$ source activate caldp_drizcosstis
+```
+
+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/drizcosstis/dev/CALDP_drizcosstis_CAL_linux_py39_rc1.yml b/caldp/drizcosstis/dev/CALDP_drizcosstis_CAL_linux_py39_rc1.yml
new file mode 100644
index 0000000..43a82c2
--- /dev/null
+++ b/caldp/drizcosstis/dev/CALDP_drizcosstis_CAL_linux_py39_rc1.yml
@@ -0,0 +1,156 @@
+# delivery_name: CALDP_drizcosstis_CAL_rc1
+# creation_time: Thu Jan 12 14:03:57 2023
+# 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.12.7=ha878542_0
+- cfitsio=4.2.0=hd9d235c_0
+- fitsverify=4.20=hf1144bd_4
+- hstcal=2.7.4=ha956e9e_3
+- keyutils=1.6.1=h166bdaf_0
+- krb5=1.20.1=h81ceb04_0
+- ld_impl_linux-64=2.39=hcc3a1bd_1
+- libcurl=7.87.0=hdc1c0ab_0
+- libedit=3.1.20191231=he28a2e2_2
+- libev=4.33=h516909a_1
+- libffi=3.4.2=h7f98852_5
+- libgcc-ng=12.2.0=h65d4601_19
+- libgfortran-ng=12.2.0=h69a702a_19
+- libgfortran5=12.2.0=h337968e_19
+- libgomp=12.2.0=h65d4601_19
+- libnghttp2=1.51.0=hff17c54_0
+- libnsl=2.0.0=h7f98852_0
+- libsqlite=3.40.0=h753d276_0
+- libssh2=1.10.0=hf14f497_3
+- libstdcxx-ng=12.2.0=h46fd767_19
+- libuuid=2.32.1=h7f98852_1000
+- libzlib=1.2.13=h166bdaf_4
+- ncurses=6.3=h27087fc_1
+- openssl=3.0.7=h0b41bf4_1
+- pip=22.3.1=pyhd8ed1ab_0
+- python=3.9.15=hba424b6_0_cpython
+- readline=8.1.2=h0f457ee_0
+- setuptools=65.6.3=pyhd8ed1ab_0
+- tk=8.6.12=h27826a3_0
+- tzdata=2022g=h191b570_0
+- wheel=0.38.4=pyhd8ed1ab_0
+- xz=5.2.6=h166bdaf_0
+- pip:
+ - acstools==3.5.0
+ - alabaster==0.7.12
+ - asdf==2.14.3
+ - asdf-astropy==0.3.0
+ - asdf-coordinates-schemas==0.1.0
+ - asdf-standard==1.0.3
+ - asdf-transform-schemas==0.3.0
+ - asdf-unit-schemas==0.1.0
+ - asdf-wcs-schemas==0.1.1
+ - astropy==5.2.1
+ - astroquery==0.4.6
+ - attrs==22.2.0
+ - babel==2.11.0
+ - beautifulsoup4==4.11.1
+ - blosc2==2.0.0
+ - bokeh==3.0.3
+ - git+https://github.com/spacetelescope/calcos@3.4.4
+ - certifi==2022.12.7
+ - cffi==1.15.1
+ - charset-normalizer==3.0.1
+ - contourpy==1.0.6
+ - git+https://github.com/spacetelescope/costools@1.2.5
+ - crds==11.16.18
+ - cryptography==39.0.0
+ - cycler==0.11.0
+ - cython==0.29.33
+ - docutils==0.19
+ - git+https://github.com/spacetelescope/drizzlepac@3.5.1rc0
+ - et-xmlfile==1.1.0
+ - filelock==3.9.0
+ - fitsblender==0.4.3
+ - fonttools==4.38.0
+ - gwcs==0.18.3
+ - html5lib==1.1
+ - idna==3.4
+ - imageio==2.24.0
+ - imagesize==1.4.1
+ - importlib-metadata==6.0.0
+ - jaraco-classes==3.2.3
+ - jeepney==0.8.0
+ - jinja2==3.1.2
+ - jmespath==1.0.1
+ - joblib==1.2.0
+ - jsonschema==4.17.3
+ - keyring==23.13.1
+ - kiwisolver==1.4.4
+ - lxml==4.9.2
+ - markupsafe==2.0.1
+ - matplotlib==3.6.3
+ - more-itertools==9.0.0
+ - msgpack==1.0.4
+ - networkx==3.0
+ - nictools==1.1.5
+ - numexpr==2.8.4
+ - numpy==1.24.1
+ - numpydoc==1.5.0
+ - openpyxl==3.0.10
+ - packaging==23.0
+ - pandas==1.5.2
+ - parsley==1.3
+ - photutils==1.6.0
+ - pillow==9.4.0
+ - py-cpuinfo==9.0.0
+ - pycparser==2.21
+ - pyerfa==2.0.0.1
+ - pygments==2.14.0
+ - pyparsing==3.0.9
+ - pypdf2==3.0.1
+ - pyrsistent==0.19.3
+ - pysiaf==0.19.1
+ - python-dateutil==2.8.2
+ - pytz==2022.7
+ - pyvo==1.4
+ - pywavelets==1.4.1
+ - pyyaml==6.0
+ - requests==2.28.2
+ - scikit-image==0.19.3
+ - scikit-learn==1.2.0
+ - scipy==1.10.0
+ - secretstorage==3.3.3
+ - semantic-version==2.10.0
+ - six==1.16.0
+ - snowballstemmer==2.2.0
+ - soupsieve==2.3.2.post1
+ - spherical-geometry==1.2.23
+ - sphinx==6.1.3
+ - sphinxcontrib-applehelp==1.0.3
+ - sphinxcontrib-devhelp==1.0.2
+ - sphinxcontrib-htmlhelp==2.0.0
+ - sphinxcontrib-jsmath==1.0.1
+ - sphinxcontrib-qthelp==1.0.3
+ - sphinxcontrib-serializinghtml==1.1.5
+ - git+https://github.com/spacetelescope/stistools@1.4.3
+ - stregion==1.1.7
+ - stsci-image==2.3.5
+ - stsci-imagestats==1.6.3
+ - stsci-skypac==1.0.9
+ - stsci-stimage==0.2.6
+ - stsci-tools==4.0.1
+ - stwcs==1.7.2
+ - tables==3.8.0
+ - threadpoolctl==3.1.0
+ - tifffile==2022.10.10
+ - tornado==6.2
+ - tweakwcs==0.8.1
+ - typing-extensions==4.4.0
+ - urllib3==1.26.14
+ - webencodings==0.5.1
+ - wfc3tools==1.4.0
+ - wfpc2tools==1.0.5
+ - xyzservices==2022.9.0
+ - zipp==3.11.0
diff --git a/caldp/drizcosstis/dev/CALDP_drizcosstis_CAL_macos_py39_rc1.yml b/caldp/drizcosstis/dev/CALDP_drizcosstis_CAL_macos_py39_rc1.yml
new file mode 100644
index 0000000..e972501
--- /dev/null
+++ b/caldp/drizcosstis/dev/CALDP_drizcosstis_CAL_macos_py39_rc1.yml
@@ -0,0 +1,144 @@
+# delivery_name: CALDP_drizcosstis_CAL_rc1
+# creation_time: Thu Jan 12 14:05:55 2023
+# 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.12.7=h033912b_0
+- cfitsio=4.2.0=hd56cc12_0
+- fitsverify=4.20=h2e19f50_4
+- hstcal=2.7.4=hc7faeb7_3
+- krb5=1.20.1=h049b76e_0
+- libcurl=7.87.0=h6df9250_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=11_3_0_h97931a8_27
+- libgfortran5=11.3.0=h082f757_27
+- libnghttp2=1.51.0=he2ab024_0
+- libsqlite=3.40.0=ha978bb4_0
+- libssh2=1.10.0=h47af595_3
+- libzlib=1.2.13=hfd90126_4
+- llvm-openmp=15.0.6=h61d9ccf_0
+- ncurses=6.3=h96cf925_1
+- openssl=3.0.7=hfd90126_1
+- pip=22.3.1=pyhd8ed1ab_0
+- python=3.9.15=h709bd14_0_cpython
+- readline=8.1.2=h3899abd_0
+- setuptools=65.6.3=pyhd8ed1ab_0
+- tk=8.6.12=h5dbffcc_0
+- tzdata=2022g=h191b570_0
+- wheel=0.38.4=pyhd8ed1ab_0
+- xz=5.2.6=h775f41a_0
+- pip:
+ - acstools==3.5.0
+ - alabaster==0.7.12
+ - asdf==2.14.3
+ - asdf-astropy==0.3.0
+ - asdf-coordinates-schemas==0.1.0
+ - asdf-standard==1.0.3
+ - asdf-transform-schemas==0.3.0
+ - asdf-unit-schemas==0.1.0
+ - asdf-wcs-schemas==0.1.1
+ - astropy==5.2.1
+ - astroquery==0.4.6
+ - attrs==22.2.0
+ - babel==2.11.0
+ - beautifulsoup4==4.11.1
+ - blosc2==2.0.0
+ - bokeh==3.0.3
+ - git+https://github.com/spacetelescope/calcos@3.4.4
+ - certifi==2022.12.7
+ - charset-normalizer==3.0.1
+ - contourpy==1.0.6
+ - git+https://github.com/spacetelescope/costools@1.2.5
+ - crds==11.16.18
+ - cycler==0.11.0
+ - cython==0.29.33
+ - docutils==0.19
+ - git+https://github.com/spacetelescope/drizzlepac@3.5.1rc0
+ - et-xmlfile==1.1.0
+ - filelock==3.9.0
+ - fitsblender==0.4.3
+ - fonttools==4.38.0
+ - gwcs==0.18.3
+ - html5lib==1.1
+ - idna==3.4
+ - imageio==2.24.0
+ - imagesize==1.4.1
+ - importlib-metadata==6.0.0
+ - jaraco-classes==3.2.3
+ - jinja2==3.1.2
+ - jmespath==1.0.1
+ - joblib==1.2.0
+ - jsonschema==4.17.3
+ - keyring==23.13.1
+ - kiwisolver==1.4.4
+ - lxml==4.9.2
+ - markupsafe==2.0.1
+ - matplotlib==3.6.3
+ - more-itertools==9.0.0
+ - msgpack==1.0.4
+ - networkx==3.0
+ - nictools==1.1.5
+ - numexpr==2.8.4
+ - numpy==1.24.1
+ - numpydoc==1.5.0
+ - openpyxl==3.0.10
+ - packaging==23.0
+ - pandas==1.5.2
+ - parsley==1.3
+ - photutils==1.6.0
+ - pillow==9.4.0
+ - py-cpuinfo==9.0.0
+ - pyerfa==2.0.0.1
+ - pygments==2.14.0
+ - pyparsing==3.0.9
+ - pypdf2==3.0.1
+ - pyrsistent==0.19.3
+ - pysiaf==0.19.1
+ - python-dateutil==2.8.2
+ - pytz==2022.7
+ - pyvo==1.4
+ - pywavelets==1.4.1
+ - pyyaml==6.0
+ - requests==2.28.2
+ - scikit-image==0.19.3
+ - scikit-learn==1.2.0
+ - scipy==1.10.0
+ - semantic-version==2.10.0
+ - six==1.16.0
+ - snowballstemmer==2.2.0
+ - soupsieve==2.3.2.post1
+ - spherical-geometry==1.2.23
+ - sphinx==6.1.3
+ - sphinxcontrib-applehelp==1.0.3
+ - sphinxcontrib-devhelp==1.0.2
+ - sphinxcontrib-htmlhelp==2.0.0
+ - sphinxcontrib-jsmath==1.0.1
+ - sphinxcontrib-qthelp==1.0.3
+ - sphinxcontrib-serializinghtml==1.1.5
+ - git+https://github.com/spacetelescope/stistools@1.4.3
+ - stregion==1.1.7
+ - stsci-image==2.3.5
+ - stsci-imagestats==1.6.3
+ - stsci-skypac==1.0.9
+ - stsci-stimage==0.2.6
+ - stsci-tools==4.0.1
+ - stwcs==1.7.2
+ - tables==3.8.0
+ - threadpoolctl==3.1.0
+ - tifffile==2022.10.10
+ - tornado==6.2
+ - tweakwcs==0.8.1
+ - typing-extensions==4.4.0
+ - urllib3==1.26.14
+ - webencodings==0.5.1
+ - wfc3tools==1.4.0
+ - wfpc2tools==1.0.5
+ - xyzservices==2022.9.0
+ - zipp==3.11.0
diff --git a/caldp/drizcosstis/latest-linux.yml b/caldp/drizcosstis/latest-linux.yml
new file mode 120000
index 0000000..17dbd87
--- /dev/null
+++ b/caldp/drizcosstis/latest-linux.yml
@@ -0,0 +1 @@
+dev/CALDP_drizcosstis_CAL_linux_py39_rc1.yml \ No newline at end of file
diff --git a/caldp/drizcosstis/latest-macos.yml b/caldp/drizcosstis/latest-macos.yml
new file mode 120000
index 0000000..a42a4b1
--- /dev/null
+++ b/caldp/drizcosstis/latest-macos.yml
@@ -0,0 +1 @@
+dev/CALDP_drizcosstis_CAL_macos_py39_rc1.yml \ No newline at end of file
diff --git a/caldp/drizcosstis/release_notes.md b/caldp/drizcosstis/release_notes.md
new file mode 100644
index 0000000..1316061
--- /dev/null
+++ b/caldp/drizcosstis/release_notes.md
@@ -0,0 +1,6 @@
+## 2023/1/12 - CALDP_drizcosstis_CAL_rc1
+### calcos 3.4.4
+### costools 1.2.5
+### drizzlepac 3.5.1rc0
+### stistools 1.4.3
+
diff --git a/caldp/latest b/caldp/latest
index cea8da8..aa42525 120000
--- a/caldp/latest
+++ b/caldp/latest
@@ -1 +1 @@
-20221010 \ No newline at end of file
+drizcosstis \ No newline at end of file