aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeliveryAutomation <automated@stsci.edu>2020-07-16 10:01:58 -0400
committerDeliveryAutomation <automated@stsci.edu>2020-07-16 10:01:58 -0400
commit141a07db6df733025e5c01c8c4d18e94e3dc21e0 (patch)
tree4c45e26c4c513c5f38776fed14f0b2d86e21a79e
parent56937d4f35274243275fc81f7cc15540a1787503 (diff)
downloadastroconda-releases-141a07db6df733025e5c01c8c4d18e94e3dc21e0.tar.gz
Automatic commit of CALDP_alignment_DRZ_rc1
-rw-r--r--caldp/alignment/README.md49
-rw-r--r--caldp/alignment/dev/CALDP_alignment_DRZ_linux_py36_rc1.yml123
-rw-r--r--caldp/alignment/dev/CALDP_alignment_DRZ_macos_py36_rc1.yml115
l---------caldp/alignment/latest-linux.yml1
l---------caldp/alignment/latest-macos.yml1
-rw-r--r--caldp/alignment/release_notes.md3
6 files changed, 292 insertions, 0 deletions
diff --git a/caldp/alignment/README.md b/caldp/alignment/README.md
new file mode 100644
index 0000000..093c41a
--- /dev/null
+++ b/caldp/alignment/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/alignment/latest-linux.yml
+$ conda env create -n caldp_alignment --file latest-linux.yml
+```
+### Activate the pipeline environment
+
+```
+$ source activate caldp_alignment
+```
+
+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/alignment/dev/CALDP_alignment_DRZ_linux_py36_rc1.yml b/caldp/alignment/dev/CALDP_alignment_DRZ_linux_py36_rc1.yml
new file mode 100644
index 0000000..5859d12
--- /dev/null
+++ b/caldp/alignment/dev/CALDP_alignment_DRZ_linux_py36_rc1.yml
@@ -0,0 +1,123 @@
+# delivery_name: CALDP_alignment_DRZ_rc1
+# creation_time: Thu Jul 16 10:00:55 2020
+# conda_version: 4.8.3
+# condabuild_version: 4.8.3
+channels:
+- defaults
+- https://ssb.stsci.edu/astroconda
+dependencies:
+- _libgcc_mutex=0.1=main
+- bzip2=1.0.8=h7b6447c_0
+- ca-certificates=2020.6.24=0
+- certifi=2020.6.20=py36_0
+- cfitsio=3.470=1
+- fitsverify=4.18=13
+- hstcal=2.4.0=0
+- ld_impl_linux-64=2.33.1=h53a641e_7
+- libedit=3.1.20191231=h14c3975_1
+- libffi=3.3=he6710b0_2
+- libgcc=7.2.0=h69d50b8_2
+- libgcc-ng=9.1.0=hdf63c60_0
+- libgfortran-ng=7.3.0=hdf63c60_0
+- libstdcxx-ng=9.1.0=hdf63c60_0
+- ncurses=6.2=he6710b0_1
+- openssl=1.1.1g=h7b6447c_0
+- pip=20.1.1=py36_1
+- python=3.6.10=h7579374_2
+- readline=8.0=h7b6447c_0
+- setuptools=49.2.0=py36_0
+- sqlite=3.32.3=h62c20be_0
+- tk=8.6.10=hbc83047_0
+- wheel=0.34.2=py36_0
+- xz=5.2.5=h7b6447c_0
+- zlib=1.2.11=h7b6447c_3
+- pip:
+ - acstools==3.2.0
+ - alabaster==0.7.12
+ - astropy==4.0.1.post1
+ - astroquery==0.4.1
+ - babel==2.8.0
+ - beautifulsoup4==4.9.1
+ - bokeh==2.1.1
+ - calcos==3.3.9
+ - cffi==1.14.0
+ - chardet==3.0.4
+ - costools==1.2.3
+ - crds==7.5.0.0
+ - cryptography==2.9.2
+ - cycler==0.10.0
+ - decorator==4.4.2
+ - docutils==0.16
+ - git+https://github.com/spacetelescope/drizzlepac@3.1.8rc7
+ - filelock==3.0.12
+ - fitsblender==0.3.6
+ - html5lib==1.1
+ - idna==2.10
+ - imageio==2.9.0
+ - imagesize==1.2.0
+ - importlib-metadata==1.7.0
+ - jeepney==0.4.3
+ - jinja2==2.11.2
+ - joblib==0.16.0
+ - keyring==21.2.1
+ - kiwisolver==1.2.0
+ - lxml==4.5.2
+ - markupsafe==1.1.1
+ - matplotlib==3.2.2
+ - networkx==2.4
+ - nictools==1.1.5
+ - nose==1.3.7
+ - numexpr==2.7.1
+ - numpy==1.19.0
+ - numpydoc==1.1.0
+ - packaging==20.4
+ - pandas==1.0.5
+ - parsley==1.3
+ - photutils==0.7.2
+ - pillow==7.2.0
+ - pycparser==2.20
+ - pygments==2.6.1
+ - pyparsing==2.4.7
+ - pypdf2==1.26.0
+ - pysynphot==0.9.14
+ - python-dateutil==2.8.1
+ - pytz==2020.1
+ - pywavelets==1.1.1
+ - pyyaml==5.3.1
+ - requests==2.24.0
+ - scikit-image==0.17.2
+ - scikit-learn==0.23.1
+ - scipy==1.5.1
+ - secretstorage==3.1.2
+ - six==1.15.0
+ - snowballstemmer==2.0.0
+ - soupsieve==2.0.1
+ - spherical-geometry==1.2.18
+ - sphinx==3.1.2
+ - sphinx-rtd-theme==0.5.0
+ - sphinxcontrib-applehelp==1.0.2
+ - sphinxcontrib-devhelp==1.0.2
+ - sphinxcontrib-htmlhelp==1.0.3
+ - sphinxcontrib-jsmath==1.0.1
+ - sphinxcontrib-qthelp==1.0.3
+ - sphinxcontrib-serializinghtml==1.1.4
+ - stistools==1.4.0
+ - stregion==1.1.6
+ - stsci-image==2.3.3
+ - stsci-imagestats==1.6.2
+ - stsci-rtd-theme==0.0.2
+ - stsci-skypac==1.0.5
+ - stsci-stimage==0.2.4
+ - stsci-tools==3.6.0
+ - stwcs==1.6.0
+ - tables==3.6.1
+ - threadpoolctl==2.1.0
+ - tifffile==2020.7.4
+ - tornado==6.0.4
+ - tweakwcs==0.6.4
+ - typing-extensions==3.7.4.2
+ - urllib3==1.25.9
+ - webencodings==0.5.1
+ - wfc3tools==1.3.5
+ - wfpc2tools==1.0.5
+ - zipp==3.1.0
diff --git a/caldp/alignment/dev/CALDP_alignment_DRZ_macos_py36_rc1.yml b/caldp/alignment/dev/CALDP_alignment_DRZ_macos_py36_rc1.yml
new file mode 100644
index 0000000..ab97ed1
--- /dev/null
+++ b/caldp/alignment/dev/CALDP_alignment_DRZ_macos_py36_rc1.yml
@@ -0,0 +1,115 @@
+# delivery_name: CALDP_alignment_DRZ_rc1
+# creation_time: Thu Jul 16 10:01:42 2020
+# conda_version: 4.8.3
+# condabuild_version: 4.8.3
+channels:
+- defaults
+- https://ssb.stsci.edu/astroconda
+dependencies:
+- bzip2=1.0.8=h1de35cc_0
+- ca-certificates=2020.6.24=0
+- certifi=2020.6.20=py36_0
+- cfitsio=3.470=1
+- fitsverify=4.18=13
+- hstcal=2.4.0=0
+- libcxx=10.0.0=1
+- libedit=3.1.20191231=h1de35cc_1
+- libffi=3.3=hb1e8313_2
+- libgcc=4.8.5=hdbeacc1_10
+- libgfortran=3.0.1=h93005f0_2
+- ncurses=6.2=h0a44026_1
+- openssl=1.1.1g=h1de35cc_0
+- pip=20.1.1=py36_1
+- python=3.6.10=hf48f09d_2
+- readline=8.0=h1de35cc_0
+- setuptools=49.2.0=py36_0
+- sqlite=3.32.3=hffcf06c_0
+- tk=8.6.10=hb0a8c7a_0
+- wheel=0.34.2=py36_0
+- xz=5.2.5=h1de35cc_0
+- zlib=1.2.11=h1de35cc_3
+- pip:
+ - acstools==3.2.0
+ - alabaster==0.7.12
+ - astropy==4.0.1.post1
+ - astroquery==0.4.1
+ - babel==2.8.0
+ - beautifulsoup4==4.9.1
+ - bokeh==2.1.1
+ - calcos==3.3.9
+ - chardet==3.0.4
+ - costools==1.2.3
+ - crds==7.5.0.0
+ - cycler==0.10.0
+ - decorator==4.4.2
+ - docutils==0.16
+ - git+https://github.com/spacetelescope/drizzlepac@3.1.8rc7
+ - filelock==3.0.12
+ - fitsblender==0.3.6
+ - html5lib==1.1
+ - idna==2.10
+ - imageio==2.9.0
+ - imagesize==1.2.0
+ - importlib-metadata==1.7.0
+ - jinja2==2.11.2
+ - joblib==0.16.0
+ - keyring==21.2.1
+ - kiwisolver==1.2.0
+ - lxml==4.5.2
+ - markupsafe==1.1.1
+ - matplotlib==3.2.2
+ - networkx==2.4
+ - nictools==1.1.5
+ - nose==1.3.7
+ - numexpr==2.7.1
+ - numpy==1.19.0
+ - numpydoc==1.1.0
+ - packaging==20.4
+ - pandas==1.0.5
+ - parsley==1.3
+ - photutils==0.7.2
+ - pillow==7.2.0
+ - pygments==2.6.1
+ - pyparsing==2.4.7
+ - pypdf2==1.26.0
+ - pysynphot==0.9.14
+ - python-dateutil==2.8.1
+ - pytz==2020.1
+ - pywavelets==1.1.1
+ - pyyaml==5.3.1
+ - requests==2.24.0
+ - scikit-image==0.17.2
+ - scikit-learn==0.23.1
+ - scipy==1.5.1
+ - six==1.15.0
+ - snowballstemmer==2.0.0
+ - soupsieve==2.0.1
+ - spherical-geometry==1.2.18
+ - sphinx==3.1.2
+ - sphinx-rtd-theme==0.5.0
+ - sphinxcontrib-applehelp==1.0.2
+ - sphinxcontrib-devhelp==1.0.2
+ - sphinxcontrib-htmlhelp==1.0.3
+ - sphinxcontrib-jsmath==1.0.1
+ - sphinxcontrib-qthelp==1.0.3
+ - sphinxcontrib-serializinghtml==1.1.4
+ - stistools==1.4.0
+ - stregion==1.1.6
+ - stsci-image==2.3.3
+ - stsci-imagestats==1.6.2
+ - stsci-rtd-theme==0.0.2
+ - stsci-skypac==1.0.5
+ - stsci-stimage==0.2.4
+ - stsci-tools==3.6.0
+ - stwcs==1.6.0
+ - tables==3.6.1
+ - threadpoolctl==2.1.0
+ - tifffile==2020.7.4
+ - tornado==6.0.4
+ - tweakwcs==0.6.4
+ - typing-extensions==3.7.4.2
+ - urllib3==1.25.9
+ - webencodings==0.5.1
+ - wfc3tools==1.3.5
+ - wfpc2tools==1.0.5
+ - zipp==3.1.0
diff --git a/caldp/alignment/latest-linux.yml b/caldp/alignment/latest-linux.yml
new file mode 120000
index 0000000..8aae9df
--- /dev/null
+++ b/caldp/alignment/latest-linux.yml
@@ -0,0 +1 @@
+dev/CALDP_alignment_DRZ_linux_py36_rc1.yml \ No newline at end of file
diff --git a/caldp/alignment/latest-macos.yml b/caldp/alignment/latest-macos.yml
new file mode 120000
index 0000000..7f5b925
--- /dev/null
+++ b/caldp/alignment/latest-macos.yml
@@ -0,0 +1 @@
+dev/CALDP_alignment_DRZ_macos_py36_rc1.yml \ No newline at end of file
diff --git a/caldp/alignment/release_notes.md b/caldp/alignment/release_notes.md
new file mode 100644
index 0000000..19cdbe8
--- /dev/null
+++ b/caldp/alignment/release_notes.md
@@ -0,0 +1,3 @@
+## 2020/7/16 - CALDP_alignment_DRZ_rc1
+### drizzlepac 3.1.8rc7
+