aboutsummaryrefslogtreecommitdiff
path: root/caldp/errorcalc
diff options
context:
space:
mode:
authorDeliveryAutomation <automated@stsci.edu>2020-10-12 17:12:35 -0400
committerDeliveryAutomation <automated@stsci.edu>2020-10-12 17:12:35 -0400
commita1a00666ed6b831025084ebe1d09f8eec5274147 (patch)
tree24090356e53e598fca0a21faf40146d102df37a0 /caldp/errorcalc
parent2ce9e12c817ead07cb30364ebbd332a81b23fa9d (diff)
downloadastroconda-releases-testing-a1a00666ed6b831025084ebe1d09f8eec5274147.tar.gz
Automatic commit of CALDP_20201012_CAL_final
Diffstat (limited to 'caldp/errorcalc')
-rw-r--r--caldp/errorcalc/README.md49
-rw-r--r--caldp/errorcalc/dev/CALDP_errorcalc_CAL_linux_py36_rc2.yml108
-rw-r--r--caldp/errorcalc/dev/CALDP_errorcalc_CAL_macos_py36_rc2.yml100
-rw-r--r--caldp/errorcalc/dev/CALDP_errorcalc_COS_linux_py36_rc1.yml107
-rw-r--r--caldp/errorcalc/dev/CALDP_errorcalc_COS_macos_py36_rc1.yml99
l---------caldp/errorcalc/latest-linux.yml1
l---------caldp/errorcalc/latest-macos.yml1
-rw-r--r--caldp/errorcalc/release_notes.md7
8 files changed, 0 insertions, 472 deletions
diff --git a/caldp/errorcalc/README.md b/caldp/errorcalc/README.md
deleted file mode 100644
index 0aa930c..0000000
--- a/caldp/errorcalc/README.md
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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/errorcalc/latest-linux.yml
-$ conda env create -n caldp_errorcalc --file latest-linux.yml
-```
-### Activate the pipeline environment
-
-```
-$ source activate caldp_errorcalc
-```
-
-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/errorcalc/dev/CALDP_errorcalc_CAL_linux_py36_rc2.yml b/caldp/errorcalc/dev/CALDP_errorcalc_CAL_linux_py36_rc2.yml
deleted file mode 100644
index 0ee3a9f..0000000
--- a/caldp/errorcalc/dev/CALDP_errorcalc_CAL_linux_py36_rc2.yml
+++ /dev/null
@@ -1,108 +0,0 @@
-# delivery_name: CALDP_errorcalc_CAL_rc2
-# creation_time: Mon Sep 21 12:38:07 2020
-# conda_version: 4.8.2
-# condabuild_version: 3.20.2
-channels:
-- defaults
-- https://ssb.stsci.edu/astroconda
-- https://ssb.stsci.edu/astroconda-staging
-dependencies:
-- _libgcc_mutex=0.1=main
-- bzip2=1.0.8=h7b6447c_0
-- ca-certificates=2020.7.22=0
-- certifi=2020.6.20=py36_0
-- cfitsio=3.470=1
-- fitsverify=4.18=13
-- hstcal=2.5.0rc1.dev0+ge08676b0=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.2.2=py36_0
-- python=3.6.12=hcff3b4d_2
-- readline=8.0=h7b6447c_0
-- setuptools=49.6.0=py36_0
-- sqlite=3.33.0=h62c20be_0
-- tk=8.6.10=hbc83047_0
-- wheel=0.35.1=py_0
-- xz=5.2.5=h7b6447c_0
-- zlib=1.2.11=h7b6447c_3
-- pip:
- - acstools==3.2.0
- - astropy==4.0.1.post1
- - astroquery==0.4.1
- - beautifulsoup4==4.9.1
- - bokeh==2.2.1
- - git+https://github.com/spacetelescope/calcos@3.3.10-rc1
- - cffi==1.14.2
- - chardet==3.0.4
- - costools==1.2.3
- - crds==7.6.0
- - cryptography==3.1
- - cycler==0.10.0
- - decorator==4.4.2
- - drizzlepac==3.1.8
- - filelock==3.0.12
- - fitsblender==0.3.6
- - html5lib==1.1
- - idna==2.10
- - imageio==2.9.0
- - importlib-metadata==1.7.0
- - jeepney==0.4.3
- - jinja2==2.11.2
- - joblib==0.16.0
- - keyring==21.4.0
- - kiwisolver==1.2.0
- - lxml==4.5.2
- - markupsafe==1.1.1
- - matplotlib==3.3.2
- - networkx==2.5
- - nictools==1.1.5
- - nose==1.3.7
- - numexpr==2.7.1
- - numpy==1.19.2
- - packaging==20.4
- - pandas==1.1.2
- - parsley==1.3
- - photutils==0.7.2
- - pillow==7.2.0
- - pycparser==2.20
- - pyparsing==2.4.7
- - pypdf2==1.26.0
- - pysynphot==1.0.0
- - 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.2
- - scipy==1.5.2
- - secretstorage==3.1.2
- - six==1.15.0
- - soupsieve==2.0.1
- - spherical-geometry==1.2.18
- - stistools==1.4.1
- - stregion==1.1.6
- - stsci-image==2.3.3
- - stsci-imagestats==1.6.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.9.3
- - tornado==6.0.4
- - tweakwcs==0.6.5
- - typing-extensions==3.7.4.3
- - urllib3==1.25.10
- - webencodings==0.5.1
- - wfc3tools==1.3.5
- - wfpc2tools==1.0.5
- - zipp==3.1.0
diff --git a/caldp/errorcalc/dev/CALDP_errorcalc_CAL_macos_py36_rc2.yml b/caldp/errorcalc/dev/CALDP_errorcalc_CAL_macos_py36_rc2.yml
deleted file mode 100644
index 54a5ecd..0000000
--- a/caldp/errorcalc/dev/CALDP_errorcalc_CAL_macos_py36_rc2.yml
+++ /dev/null
@@ -1,100 +0,0 @@
-# delivery_name: CALDP_errorcalc_CAL_rc2
-# creation_time: Fri Sep 25 12:19:00 2020
-# conda_version: 4.8.5
-# condabuild_version: 3.18.11
-channels:
-- defaults
-- https://ssb.stsci.edu/astroconda
-- https://ssb.stsci.edu/astroconda-staging
-dependencies:
-- bzip2=1.0.8=h1de35cc_0
-- ca-certificates=2020.7.22=0
-- certifi=2020.6.20=py36_0
-- cfitsio=3.470=1
-- fitsverify=4.18=13
-- hstcal=2.5.0rc1.dev0+ge08676b0=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.1h=haf1e3a3_0
-- pip=20.2.2=py36_0
-- python=3.6.12=h26836e1_2
-- readline=8.0=h1de35cc_0
-- setuptools=49.6.0=py36_0
-- sqlite=3.33.0=hffcf06c_0
-- tk=8.6.10=hb0a8c7a_0
-- wheel=0.35.1=py_0
-- xz=5.2.5=h1de35cc_0
-- zlib=1.2.11=h1de35cc_3
-- pip:
- - acstools==3.2.0
- - astropy==4.0.1.post1
- - astroquery==0.4.1
- - beautifulsoup4==4.9.1
- - bokeh==2.2.1
- - git+https://github.com/spacetelescope/calcos@3.3.10-rc1
- - chardet==3.0.4
- - costools==1.2.3
- - crds==7.6.0
- - cycler==0.10.0
- - decorator==4.4.2
- - drizzlepac==3.1.8
- - filelock==3.0.12
- - fitsblender==0.3.6
- - html5lib==1.1
- - idna==2.10
- - imageio==2.9.0
- - importlib-metadata==1.7.0
- - jinja2==2.11.2
- - joblib==0.16.0
- - keyring==21.4.0
- - kiwisolver==1.2.0
- - lxml==4.5.2
- - markupsafe==1.1.1
- - matplotlib==3.3.2
- - networkx==2.5
- - nictools==1.1.5
- - nose==1.3.7
- - numexpr==2.7.1
- - numpy==1.19.2
- - packaging==20.4
- - pandas==1.1.2
- - parsley==1.3
- - photutils==0.7.2
- - pillow==7.2.0
- - pyparsing==2.4.7
- - pypdf2==1.26.0
- - pysynphot==1.0.0
- - 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.2
- - scipy==1.5.2
- - six==1.15.0
- - soupsieve==2.0.1
- - spherical-geometry==1.2.18
- - stistools==1.4.1
- - stregion==1.1.6
- - stsci-image==2.3.3
- - stsci-imagestats==1.6.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.9.3
- - tornado==6.0.4
- - tweakwcs==0.6.5
- - typing-extensions==3.7.4.3
- - urllib3==1.25.10
- - webencodings==0.5.1
- - wfc3tools==1.3.5
- - wfpc2tools==1.0.5
- - zipp==3.1.0
diff --git a/caldp/errorcalc/dev/CALDP_errorcalc_COS_linux_py36_rc1.yml b/caldp/errorcalc/dev/CALDP_errorcalc_COS_linux_py36_rc1.yml
deleted file mode 100644
index a752a73..0000000
--- a/caldp/errorcalc/dev/CALDP_errorcalc_COS_linux_py36_rc1.yml
+++ /dev/null
@@ -1,107 +0,0 @@
-# delivery_name: CALDP_errorcalc_COS_rc1
-# creation_time: Wed Sep 16 14:27:47 2020
-# conda_version: 4.8.2
-# condabuild_version: 3.18.11
-channels:
-- defaults
-- https://ssb.stsci.edu/astroconda
-dependencies:
-- _libgcc_mutex=0.1=main
-- bzip2=1.0.8=h7b6447c_0
-- ca-certificates=2020.7.22=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.2.2=py36_0
-- python=3.6.12=hcff3b4d_2
-- readline=8.0=h7b6447c_0
-- setuptools=49.6.0=py36_0
-- sqlite=3.33.0=h62c20be_0
-- tk=8.6.10=hbc83047_0
-- wheel=0.35.1=py_0
-- xz=5.2.5=h7b6447c_0
-- zlib=1.2.11=h7b6447c_3
-- pip:
- - acstools==3.2.0
- - astropy==4.0.1.post1
- - astroquery==0.4.1
- - beautifulsoup4==4.9.1
- - bokeh==2.2.1
- - git+https://github.com/spacetelescope/calcos@3.3.10-rc1
- - cffi==1.14.2
- - chardet==3.0.4
- - costools==1.2.3
- - crds==7.6.0
- - cryptography==3.1
- - cycler==0.10.0
- - decorator==4.4.2
- - drizzlepac==3.1.8
- - filelock==3.0.12
- - fitsblender==0.3.6
- - html5lib==1.1
- - idna==2.10
- - imageio==2.9.0
- - importlib-metadata==1.7.0
- - jeepney==0.4.3
- - jinja2==2.11.2
- - joblib==0.16.0
- - keyring==21.4.0
- - kiwisolver==1.2.0
- - lxml==4.5.2
- - markupsafe==1.1.1
- - matplotlib==3.3.2
- - networkx==2.5
- - nictools==1.1.5
- - nose==1.3.7
- - numexpr==2.7.1
- - numpy==1.19.2
- - packaging==20.4
- - pandas==1.1.2
- - parsley==1.3
- - photutils==0.7.2
- - pillow==7.2.0
- - pycparser==2.20
- - pyparsing==2.4.7
- - pypdf2==1.26.0
- - pysynphot==1.0.0
- - 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.2
- - scipy==1.5.2
- - secretstorage==3.1.2
- - six==1.15.0
- - soupsieve==2.0.1
- - spherical-geometry==1.2.18
- - stistools==1.4.1
- - stregion==1.1.6
- - stsci-image==2.3.3
- - stsci-imagestats==1.6.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.9.3
- - tornado==6.0.4
- - tweakwcs==0.6.5
- - typing-extensions==3.7.4.3
- - urllib3==1.25.10
- - webencodings==0.5.1
- - wfc3tools==1.3.5
- - wfpc2tools==1.0.5
- - zipp==3.1.0
diff --git a/caldp/errorcalc/dev/CALDP_errorcalc_COS_macos_py36_rc1.yml b/caldp/errorcalc/dev/CALDP_errorcalc_COS_macos_py36_rc1.yml
deleted file mode 100644
index 69a6de7..0000000
--- a/caldp/errorcalc/dev/CALDP_errorcalc_COS_macos_py36_rc1.yml
+++ /dev/null
@@ -1,99 +0,0 @@
-# delivery_name: CALDP_errorcalc_COS_rc1
-# creation_time: Wed Sep 16 14:28:27 2020
-# conda_version: 4.8.4
-# condabuild_version: 3.18.11
-channels:
-- defaults
-- https://ssb.stsci.edu/astroconda
-dependencies:
-- bzip2=1.0.8=h1de35cc_0
-- ca-certificates=2020.7.22=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.2.2=py36_0
-- python=3.6.12=h26836e1_2
-- readline=8.0=h1de35cc_0
-- setuptools=49.6.0=py36_0
-- sqlite=3.33.0=hffcf06c_0
-- tk=8.6.10=hb0a8c7a_0
-- wheel=0.35.1=py_0
-- xz=5.2.5=h1de35cc_0
-- zlib=1.2.11=h1de35cc_3
-- pip:
- - acstools==3.2.0
- - astropy==4.0.1.post1
- - astroquery==0.4.1
- - beautifulsoup4==4.9.1
- - bokeh==2.2.1
- - git+https://github.com/spacetelescope/calcos@3.3.10-rc1
- - chardet==3.0.4
- - costools==1.2.3
- - crds==7.6.0
- - cycler==0.10.0
- - decorator==4.4.2
- - drizzlepac==3.1.8
- - filelock==3.0.12
- - fitsblender==0.3.6
- - html5lib==1.1
- - idna==2.10
- - imageio==2.9.0
- - importlib-metadata==1.7.0
- - jinja2==2.11.2
- - joblib==0.16.0
- - keyring==21.4.0
- - kiwisolver==1.2.0
- - lxml==4.5.2
- - markupsafe==1.1.1
- - matplotlib==3.3.2
- - networkx==2.5
- - nictools==1.1.5
- - nose==1.3.7
- - numexpr==2.7.1
- - numpy==1.19.2
- - packaging==20.4
- - pandas==1.1.2
- - parsley==1.3
- - photutils==0.7.2
- - pillow==7.2.0
- - pyparsing==2.4.7
- - pypdf2==1.26.0
- - pysynphot==1.0.0
- - 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.2
- - scipy==1.5.2
- - six==1.15.0
- - soupsieve==2.0.1
- - spherical-geometry==1.2.18
- - stistools==1.4.1
- - stregion==1.1.6
- - stsci-image==2.3.3
- - stsci-imagestats==1.6.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.9.3
- - tornado==6.0.4
- - tweakwcs==0.6.5
- - typing-extensions==3.7.4.3
- - urllib3==1.25.10
- - webencodings==0.5.1
- - wfc3tools==1.3.5
- - wfpc2tools==1.0.5
- - zipp==3.1.0
diff --git a/caldp/errorcalc/latest-linux.yml b/caldp/errorcalc/latest-linux.yml
deleted file mode 120000
index 6fc3ec3..0000000
--- a/caldp/errorcalc/latest-linux.yml
+++ /dev/null
@@ -1 +0,0 @@
-dev/CALDP_errorcalc_CAL_linux_py36_rc2.yml \ No newline at end of file
diff --git a/caldp/errorcalc/latest-macos.yml b/caldp/errorcalc/latest-macos.yml
deleted file mode 120000
index c136f79..0000000
--- a/caldp/errorcalc/latest-macos.yml
+++ /dev/null
@@ -1 +0,0 @@
-dev/CALDP_errorcalc_CAL_macos_py36_rc2.yml \ No newline at end of file
diff --git a/caldp/errorcalc/release_notes.md b/caldp/errorcalc/release_notes.md
deleted file mode 100644
index 027b095..0000000
--- a/caldp/errorcalc/release_notes.md
+++ /dev/null
@@ -1,7 +0,0 @@
-## 2020/9/21 - CALDP_errorcalc_CAL_rc2
-### hstcal 2.5.0rc1
-### calcos 3.3.10-rc1
-
-## 2020/9/16 - CALDP_errorcalc_COS_rc1
-### calcos 3.3.10-rc1
-