aboutsummaryrefslogtreecommitdiff
path: root/caldp
diff options
context:
space:
mode:
authorDeliveryAutomation <automated@stsci.edu>2023-09-13 19:39:42 -0400
committerDeliveryAutomation <automated@stsci.edu>2023-09-13 19:39:42 -0400
commitd67901bc6d72c43d151334027f45f3a63a22e46e (patch)
tree7642a96e07940bc17f48f3b6da0e7bfe21b0fefb /caldp
parent298e38e56e2ce5c82a68c6d52149556e9748b0b9 (diff)
downloadastroconda-releases-d67901bc6d72c43d151334027f45f3a63a22e46e.tar.gz
Automatic commit of CALDP_satandtools_CAL_rc1
Diffstat (limited to 'caldp')
l---------caldp/latest2
-rw-r--r--caldp/satandtools/README.md49
-rw-r--r--caldp/satandtools/dev/CALDP_satandtools_CAL_linux_py39_rc1.yml162
-rw-r--r--caldp/satandtools/dev/CALDP_satandtools_CAL_macos_py39_rc1.yml150
l---------caldp/satandtools/latest-linux.yml1
l---------caldp/satandtools/latest-macos.yml1
-rw-r--r--caldp/satandtools/release_notes.md4
7 files changed, 368 insertions, 1 deletions
diff --git a/caldp/latest b/caldp/latest
index b220711..48e7912 120000
--- a/caldp/latest
+++ b/caldp/latest
@@ -1 +1 @@
-20230810 \ No newline at end of file
+satandtools \ No newline at end of file
diff --git a/caldp/satandtools/README.md b/caldp/satandtools/README.md
new file mode 100644
index 0000000..c37449a
--- /dev/null
+++ b/caldp/satandtools/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/satandtools/latest-linux.yml
+$ conda env create -n caldp_satandtools --file latest-linux.yml
+```
+### Activate the pipeline environment
+
+```
+$ source activate caldp_satandtools
+```
+
+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/satandtools/dev/CALDP_satandtools_CAL_linux_py39_rc1.yml b/caldp/satandtools/dev/CALDP_satandtools_CAL_linux_py39_rc1.yml
new file mode 100644
index 0000000..186c819
--- /dev/null
+++ b/caldp/satandtools/dev/CALDP_satandtools_CAL_linux_py39_rc1.yml
@@ -0,0 +1,162 @@
+# delivery_name: CALDP_satandtools_CAL_rc1
+# creation_time: Wed Sep 13 18:24:45 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.19.1=hd590300_0
+- ca-certificates=2023.7.22=hbcca054_0
+- cfitsio=4.3.0=hbdc6101_0
+- fitsverify=4.20=h91a0e82_6
+- hstcal=2.7.5=h52d433a_0
+- keyutils=1.6.1=h166bdaf_0
+- krb5=1.21.2=h659d440_0
+- ld_impl_linux-64=2.40=h41732ed_0
+- libcurl=8.3.0=hca28451_0
+- libedit=3.1.20191231=he28a2e2_2
+- libev=4.33=h516909a_1
+- libffi=3.4.2=h7f98852_5
+- libgcc-ng=13.2.0=h807b86a_0
+- libgfortran-ng=13.2.0=h69a702a_0
+- libgfortran5=13.2.0=ha4646dd_0
+- libgomp=13.2.0=h807b86a_0
+- libnghttp2=1.52.0=h61bc06f_0
+- libnsl=2.0.0=h7f98852_0
+- libsqlite=3.43.0=h2797004_0
+- libssh2=1.11.0=h0841786_0
+- libstdcxx-ng=13.2.0=h7e041cc_0
+- libuuid=2.38.1=h0b41bf4_0
+- libzlib=1.2.13=hd590300_5
+- ncurses=6.4=hcb278e6_0
+- openssl=3.1.2=hd590300_0
+- pip=23.2.1=pyhd8ed1ab_0
+- python=3.9.18=h0755675_0_cpython
+- readline=8.2=h8228510_1
+- setuptools=68.2.2=pyhd8ed1ab_0
+- tk=8.6.12=h27826a3_0
+- wheel=0.41.2=pyhd8ed1ab_0
+- xz=5.2.6=h166bdaf_0
+- zstd=1.5.5=hfc55251_0
+- pip:
+ - acstools==3.6.1
+ - alabaster==0.7.13
+ - asdf==2.15.1
+ - asdf-astropy==0.4.0
+ - asdf-coordinates-schemas==0.2.0
+ - asdf-standard==1.0.3
+ - asdf-transform-schemas==0.3.0
+ - asdf-unit-schemas==0.1.0
+ - asdf-wcs-schemas==0.2.0
+ - astrocut==0.9
+ - astropy==5.3.3
+ - astroquery==0.4.6
+ - attrs==23.1.0
+ - babel==2.12.1
+ - beautifulsoup4==4.12.2
+ - blosc2==2.0.0
+ - bokeh==3.2.2
+ - calcos==3.4.7
+ - certifi==2023.7.22
+ - cffi==1.15.1
+ - charset-normalizer==3.2.0
+ - contourpy==1.1.0
+ - costools==1.2.6
+ - crds==11.17.6
+ - cryptography==41.0.3
+ - cycler==0.11.0
+ - cython==3.0.2
+ - docutils==0.20.1
+ - git+https://github.com/spacetelescope/drizzlepac@3.6.2rc0
+ - et-xmlfile==1.1.0
+ - filelock==3.12.4
+ - fitsblender==0.4.3
+ - fonttools==4.42.1
+ - gwcs==0.18.3
+ - html5lib==1.1
+ - idna==3.4
+ - imageio==2.31.3
+ - imagesize==1.4.1
+ - importlib-metadata==6.8.0
+ - importlib-resources==6.0.1
+ - jaraco-classes==3.3.0
+ - jeepney==0.8.0
+ - jinja2==3.1.2
+ - jmespath==1.0.1
+ - joblib==1.3.2
+ - jsonschema==4.19.0
+ - jsonschema-specifications==2023.7.1
+ - keyring==24.2.0
+ - kiwisolver==1.4.5
+ - lazy-loader==0.3
+ - lxml==4.9.3
+ - markupsafe==2.0.1
+ - matplotlib==3.7.3
+ - more-itertools==10.1.0
+ - msgpack==1.0.5
+ - networkx==3.1
+ - nictools==1.1.5
+ - numexpr==2.8.6
+ - numpy==1.25.2
+ - numpydoc==1.5.0
+ - openpyxl==3.1.2
+ - packaging==23.1
+ - pandas==2.1.0
+ - parsley==1.3
+ - photutils==1.9.0
+ - pillow==10.0.0
+ - py-cpuinfo==9.0.0
+ - pycparser==2.21
+ - pyerfa==2.0.0.3
+ - pygments==2.16.1
+ - pyparsing==3.1.1
+ - pypdf2==3.0.1
+ - pysiaf==0.20.0
+ - python-dateutil==2.8.2
+ - pytz==2023.3.post1
+ - pyvo==1.4.2
+ - pywavelets==1.4.1
+ - pyyaml==6.0.1
+ - referencing==0.30.2
+ - requests==2.31.0
+ - rpds-py==0.10.3
+ - scikit-image==0.21.0
+ - scikit-learn==1.3.0
+ - scipy==1.11.2
+ - secretstorage==3.3.3
+ - semantic-version==2.10.0
+ - six==1.16.0
+ - snowballstemmer==2.2.0
+ - soupsieve==2.5
+ - spherical-geometry==1.2.23
+ - sphinx==7.2.5
+ - sphinxcontrib-applehelp==1.0.7
+ - sphinxcontrib-devhelp==1.0.5
+ - sphinxcontrib-htmlhelp==2.0.4
+ - sphinxcontrib-jsmath==1.0.1
+ - sphinxcontrib-qthelp==1.0.6
+ - sphinxcontrib-serializinghtml==1.1.9
+ - stistools==1.4.4
+ - 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.2.0
+ - tifffile==2023.8.30
+ - tornado==6.3.3
+ - tweakwcs==0.8.3
+ - typing-extensions==4.7.1
+ - tzdata==2023.3
+ - urllib3==2.0.4
+ - webencodings==0.5.1
+ - git+https://github.com/spacetelescope/wfc3tools@1.5.0rc1
+ - wfpc2tools==1.0.5
+ - xyzservices==2023.7.0
+ - zipp==3.16.2
diff --git a/caldp/satandtools/dev/CALDP_satandtools_CAL_macos_py39_rc1.yml b/caldp/satandtools/dev/CALDP_satandtools_CAL_macos_py39_rc1.yml
new file mode 100644
index 0000000..e0cc6df
--- /dev/null
+++ b/caldp/satandtools/dev/CALDP_satandtools_CAL_macos_py39_rc1.yml
@@ -0,0 +1,150 @@
+# delivery_name: CALDP_satandtools_CAL_rc1
+# creation_time: Wed Sep 13 18:18:17 2023
+# conda_version: 4.12.0
+# condabuild_version: 3.18.11
+channels:
+- conda-forge
+dependencies:
+- bzip2=1.0.8=h0d85af4_4
+- c-ares=1.19.1=h0dc2134_0
+- ca-certificates=2023.7.22=h8857fd0_0
+- cfitsio=4.3.0=h66f91ea_0
+- fitsverify=4.20=h8b9252e_6
+- hstcal=2.7.5=h11740e0_0
+- krb5=1.21.2=hb884880_0
+- libcurl=8.3.0=h5f667d7_0
+- libcxx=16.0.6=hd57cbcb_0
+- libedit=3.1.20191231=h0678c8f_2
+- libev=4.33=haf1e3a3_1
+- libffi=3.4.2=h0d85af4_5
+- libgfortran=5.0.0=13_2_0_h97931a8_1
+- libgfortran5=13.2.0=h2873a65_1
+- libnghttp2=1.52.0=he2ab024_0
+- libsqlite=3.43.0=h58db7d2_0
+- libssh2=1.11.0=hd019ec5_0
+- libzlib=1.2.13=h8a1eda9_5
+- llvm-openmp=16.0.6=hff08bdf_0
+- ncurses=6.4=hf0c8a7f_0
+- openssl=3.1.2=h8a1eda9_0
+- pip=23.2.1=pyhd8ed1ab_0
+- python=3.9.18=h07e1443_0_cpython
+- readline=8.2=h9e318b2_1
+- setuptools=68.2.2=pyhd8ed1ab_0
+- tk=8.6.12=h5dbffcc_0
+- wheel=0.41.2=pyhd8ed1ab_0
+- xz=5.2.6=h775f41a_0
+- zstd=1.5.5=h829000d_0
+- pip:
+ - acstools==3.6.1
+ - alabaster==0.7.13
+ - asdf==2.15.1
+ - asdf-astropy==0.4.0
+ - asdf-coordinates-schemas==0.2.0
+ - asdf-standard==1.0.3
+ - asdf-transform-schemas==0.3.0
+ - asdf-unit-schemas==0.1.0
+ - asdf-wcs-schemas==0.2.0
+ - astrocut==0.9
+ - astropy==5.3.3
+ - astroquery==0.4.6
+ - attrs==23.1.0
+ - babel==2.12.1
+ - beautifulsoup4==4.12.2
+ - blosc2==2.0.0
+ - bokeh==3.2.2
+ - calcos==3.4.7
+ - certifi==2023.7.22
+ - charset-normalizer==3.2.0
+ - contourpy==1.1.0
+ - costools==1.2.6
+ - crds==11.17.6
+ - cycler==0.11.0
+ - cython==3.0.2
+ - docutils==0.20.1
+ - git+https://github.com/spacetelescope/drizzlepac@3.6.2rc0
+ - et-xmlfile==1.1.0
+ - filelock==3.12.4
+ - fitsblender==0.4.3
+ - fonttools==4.42.1
+ - gwcs==0.18.3
+ - html5lib==1.1
+ - idna==3.4
+ - imageio==2.31.3
+ - imagesize==1.4.1
+ - importlib-metadata==6.8.0
+ - importlib-resources==6.0.1
+ - jaraco-classes==3.3.0
+ - jinja2==3.1.2
+ - jmespath==1.0.1
+ - joblib==1.3.2
+ - jsonschema==4.19.0
+ - jsonschema-specifications==2023.7.1
+ - keyring==24.2.0
+ - kiwisolver==1.4.5
+ - lazy-loader==0.3
+ - lxml==4.9.3
+ - markupsafe==2.0.1
+ - matplotlib==3.7.3
+ - more-itertools==10.1.0
+ - msgpack==1.0.5
+ - networkx==3.1
+ - nictools==1.1.5
+ - numexpr==2.8.6
+ - numpy==1.25.2
+ - numpydoc==1.5.0
+ - openpyxl==3.1.2
+ - packaging==23.1
+ - pandas==2.1.0
+ - parsley==1.3
+ - photutils==1.9.0
+ - pillow==10.0.0
+ - py-cpuinfo==9.0.0
+ - pyerfa==2.0.0.3
+ - pygments==2.16.1
+ - pyparsing==3.1.1
+ - pypdf2==3.0.1
+ - pysiaf==0.20.0
+ - python-dateutil==2.8.2
+ - pytz==2023.3.post1
+ - pyvo==1.4.2
+ - pywavelets==1.4.1
+ - pyyaml==6.0.1
+ - referencing==0.30.2
+ - requests==2.31.0
+ - rpds-py==0.10.3
+ - scikit-image==0.21.0
+ - scikit-learn==1.3.0
+ - scipy==1.11.2
+ - semantic-version==2.10.0
+ - six==1.16.0
+ - snowballstemmer==2.2.0
+ - soupsieve==2.5
+ - spherical-geometry==1.2.23
+ - sphinx==7.2.5
+ - sphinxcontrib-applehelp==1.0.7
+ - sphinxcontrib-devhelp==1.0.5
+ - sphinxcontrib-htmlhelp==2.0.4
+ - sphinxcontrib-jsmath==1.0.1
+ - sphinxcontrib-qthelp==1.0.6
+ - sphinxcontrib-serializinghtml==1.1.9
+ - stistools==1.4.4
+ - 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.2.0
+ - tifffile==2023.8.30
+ - tornado==6.3.3
+ - tweakwcs==0.8.3
+ - typing-extensions==4.7.1
+ - tzdata==2023.3
+ - urllib3==2.0.4
+ - webencodings==0.5.1
+ - git+https://github.com/spacetelescope/wfc3tools@1.5.0rc1
+ - wfpc2tools==1.0.5
+ - xyzservices==2023.7.0
+ - zipp==3.16.2
diff --git a/caldp/satandtools/latest-linux.yml b/caldp/satandtools/latest-linux.yml
new file mode 120000
index 0000000..d7b2601
--- /dev/null
+++ b/caldp/satandtools/latest-linux.yml
@@ -0,0 +1 @@
+dev/CALDP_satandtools_CAL_linux_py39_rc1.yml \ No newline at end of file
diff --git a/caldp/satandtools/latest-macos.yml b/caldp/satandtools/latest-macos.yml
new file mode 120000
index 0000000..f4409f2
--- /dev/null
+++ b/caldp/satandtools/latest-macos.yml
@@ -0,0 +1 @@
+dev/CALDP_satandtools_CAL_macos_py39_rc1.yml \ No newline at end of file
diff --git a/caldp/satandtools/release_notes.md b/caldp/satandtools/release_notes.md
new file mode 100644
index 0000000..d8719c1
--- /dev/null
+++ b/caldp/satandtools/release_notes.md
@@ -0,0 +1,4 @@
+## 2023/9/13 - CALDP_satandtools_CAL_rc1
+### drizzlepac 3.6.2rc0
+### wfc3tools 1.5.0rc1
+