diff options
Diffstat (limited to 'caldp')
133 files changed, 11530 insertions, 0 deletions
diff --git a/caldp/20200323/README.md b/caldp/20200323/README.md new file mode 100644 index 0000000..705979a --- /dev/null +++ b/caldp/20200323/README.md @@ -0,0 +1,63 @@ +NOTE: This release continues in using some recently introduced minor changes in installation +procedures. Please see below for details. + +# Installing + +Currently, conda is required to manage installation of the enviornment. A fresh +installation of Anaconda3 or Miniconda3 is 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 now taken directly from PyPI or development repositories as +needed, so conda's ability to install hybrid conda/pip environments from a YAML +specification 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/20200323/latest-linux.yml +$ conda env create -n caldp_20200323 --file latest-linux.yml +``` + + +### Activate the pipeline environment + +``` +$ source activate caldp_20200323 +``` + +Each new delivery iteration of the calibration environment will 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.continuum.io/miniconda/Miniconda3-4.7.12-Linux-x86_64.sh +$ bash Miniconda3-4.7.12-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/20200323/caldp_20200323_cos_linux_py36_final.yml b/caldp/20200323/caldp_20200323_cos_linux_py36_final.yml new file mode 100644 index 0000000..bd03f8a --- /dev/null +++ b/caldp/20200323/caldp_20200323_cos_linux_py36_final.yml @@ -0,0 +1,105 @@ +channels: +- https://ssb.stsci.edu/astroconda +- defaults +dependencies: +- _libgcc_mutex=0.1=main +- ca-certificates=2020.1.1=0 +- certifi=2019.11.28=py36_1 +- cfitsio=3.470=0 +- fitsverify=4.18=12 +- hstcal=2.3.1=5 +- ld_impl_linux-64=2.33.1=h53a641e_7 +- libedit=3.1.20181209=hc058e9b_0 +- libffi=3.2.1=hd88cf55_4 +- libgcc=7.2.0=h69d50b8_2 +- libgcc-ng=9.1.0=hdf63c60_0 +- libstdcxx-ng=9.1.0=hdf63c60_0 +- ncurses=6.2=he6710b0_0 +- openssl=1.1.1e=h7b6447c_0 +- pip=20.0.2=py36_1 +- python=3.6.10=h0371630_0 +- readline=7.0=h7b6447c_5 +- setuptools=46.1.1=py36_0 +- sqlite=3.31.1=h7b6447c_0 +- tk=8.6.8=hbc83047_0 +- wheel=0.34.2=py36_0 +- xz=5.2.4=h14c3975_4 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.0.0 + - alabaster==0.7.12 + - astropy==4.0 + - astroquery==0.4 + - babel==2.8.0 + - beautifulsoup4==4.8.2 + - calcos==3.3.9 + - cffi==1.14.0 + - chardet==3.0.4 + - costools==1.2.3 + - crds==7.4.1.3 + - cryptography==2.8 + - cycler==0.10.0 + - decorator==4.4.2 + - docutils==0.16 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.0.1 + - idna==2.9 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.5.0 + - jeepney==0.4.3 + - jinja2==2.11.1 + - keyring==21.2.0 + - kiwisolver==1.1.0 + - lxml==4.5.0 + - markupsafe==1.1.1 + - matplotlib==3.2.1 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.18.2 + - numpydoc==0.9.2 + - packaging==20.3 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.0.0 + - pycparser==2.20 + - pygments==2.6.1 + - pyparsing==2.4.6 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2019.3 + - pywavelets==1.1.1 + - requests==2.23.0 + - scikit-image==0.16.2 + - scipy==1.4.1 + - secretstorage==3.1.2 + - six==1.14.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0 + - spherical-geometry==1.2.18 + - sphinx==2.4.4 + - sphinx-rtd-theme==0.4.3 + - 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.3.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.4 + - stsci-stimage==0.2.4 + - stsci-tools==3.6.0 + - stwcs==1.5.3 + - tweakwcs==0.6.1 + - urllib3==1.25.8 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200323/caldp_20200323_cos_osx_py36_final.yml b/caldp/20200323/caldp_20200323_cos_osx_py36_final.yml new file mode 100644 index 0000000..d4472e3 --- /dev/null +++ b/caldp/20200323/caldp_20200323_cos_osx_py36_final.yml @@ -0,0 +1,99 @@ +channels: +- https://ssb.stsci.edu/astroconda +- defaults +dependencies: +- ca-certificates=2020.1.1=0 +- certifi=2019.11.28=py36_1 +- cfitsio=3.470=0 +- fitsverify=4.18=12 +- hstcal=2.3.1=5 +- libcxx=4.0.1=hcfea43d_1 +- libcxxabi=4.0.1=hcfea43d_1 +- libedit=3.1.20181209=hb402a30_0 +- libffi=3.2.1=h475c297_4 +- libgcc=4.8.5=hdbeacc1_10 +- libgfortran=3.0.1=h93005f0_2 +- ncurses=6.2=h0a44026_0 +- openssl=1.1.1e=h1de35cc_0 +- pip=20.0.2=py36_1 +- python=3.6.10=h359304d_0 +- readline=7.0=h1de35cc_5 +- setuptools=46.1.1=py36_0 +- sqlite=3.31.1=ha441bb4_0 +- tk=8.6.8=ha441bb4_0 +- wheel=0.34.2=py36_0 +- xz=5.2.4=h1de35cc_4 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.0.0 + - alabaster==0.7.12 + - astropy==4.0 + - astroquery==0.4 + - babel==2.8.0 + - beautifulsoup4==4.8.2 + - calcos==3.3.9 + - chardet==3.0.4 + - costools==1.2.3 + - crds==7.4.1.3 + - cycler==0.10.0 + - decorator==4.4.2 + - docutils==0.16 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.0.1 + - idna==2.9 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.5.0 + - jinja2==2.11.1 + - keyring==21.2.0 + - kiwisolver==1.1.0 + - lxml==4.5.0 + - markupsafe==1.1.1 + - matplotlib==3.2.1 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.18.2 + - numpydoc==0.9.2 + - packaging==20.3 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.0.0 + - pygments==2.6.1 + - pyparsing==2.4.6 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2019.3 + - pywavelets==1.1.1 + - requests==2.23.0 + - scikit-image==0.16.2 + - scipy==1.4.1 + - six==1.14.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0 + - spherical-geometry==1.2.18 + - sphinx==2.4.4 + - sphinx-rtd-theme==0.4.3 + - 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.3.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.4 + - stsci-stimage==0.2.4 + - stsci-tools==3.6.0 + - stwcs==1.5.3 + - tweakwcs==0.6.1 + - urllib3==1.25.8 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200323/dev/caldp_20200323_cos_linux_py36_rc1.yml b/caldp/20200323/dev/caldp_20200323_cos_linux_py36_rc1.yml new file mode 100644 index 0000000..a215f09 --- /dev/null +++ b/caldp/20200323/dev/caldp_20200323_cos_linux_py36_rc1.yml @@ -0,0 +1,105 @@ +channels: +- https://ssb.stsci.edu/astroconda +- defaults +dependencies: +- _libgcc_mutex=0.1=main +- ca-certificates=2020.1.1=0 +- certifi=2019.11.28=py36_1 +- cfitsio=3.470=0 +- fitsverify=4.18=12 +- hstcal=2.3.1=5 +- ld_impl_linux-64=2.33.1=h53a641e_7 +- libedit=3.1.20181209=hc058e9b_0 +- libffi=3.2.1=hd88cf55_4 +- libgcc=7.2.0=h69d50b8_2 +- libgcc-ng=9.1.0=hdf63c60_0 +- libstdcxx-ng=9.1.0=hdf63c60_0 +- ncurses=6.2=he6710b0_0 +- openssl=1.1.1e=h7b6447c_0 +- pip=20.0.2=py36_1 +- python=3.6.10=h0371630_0 +- readline=7.0=h7b6447c_5 +- setuptools=46.1.1=py36_0 +- sqlite=3.31.1=h7b6447c_0 +- tk=8.6.8=hbc83047_0 +- wheel=0.34.2=py36_0 +- xz=5.2.4=h14c3975_4 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.0.0 + - alabaster==0.7.12 + - astropy==4.0 + - astroquery==0.4 + - babel==2.8.0 + - beautifulsoup4==4.8.2 + - git+https://github.com/spacetelescope/calcos@3.3.9-rc1 + - cffi==1.14.0 + - chardet==3.0.4 + - costools==1.2.3 + - crds==7.4.1.3 + - cryptography==2.8 + - cycler==0.10.0 + - decorator==4.4.2 + - docutils==0.16 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.0.1 + - idna==2.9 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.5.0 + - jeepney==0.4.3 + - jinja2==2.11.1 + - keyring==21.2.0 + - kiwisolver==1.1.0 + - lxml==4.5.0 + - markupsafe==1.1.1 + - matplotlib==3.2.1 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.18.2 + - numpydoc==0.9.2 + - packaging==20.3 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.0.0 + - pycparser==2.20 + - pygments==2.6.1 + - pyparsing==2.4.6 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2019.3 + - pywavelets==1.1.1 + - requests==2.23.0 + - scikit-image==0.16.2 + - scipy==1.4.1 + - secretstorage==3.1.2 + - six==1.14.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0 + - spherical-geometry==1.2.18 + - sphinx==2.4.4 + - sphinx-rtd-theme==0.4.3 + - 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.3.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.4 + - stsci-stimage==0.2.4 + - stsci-tools==3.6.0 + - stwcs==1.5.3 + - tweakwcs==0.6.1 + - urllib3==1.25.8 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200323/dev/caldp_20200323_cos_osx_py36_rc1.yml b/caldp/20200323/dev/caldp_20200323_cos_osx_py36_rc1.yml new file mode 100644 index 0000000..af795cb --- /dev/null +++ b/caldp/20200323/dev/caldp_20200323_cos_osx_py36_rc1.yml @@ -0,0 +1,99 @@ +channels: +- https://ssb.stsci.edu/astroconda +- defaults +dependencies: +- ca-certificates=2020.1.1=0 +- certifi=2019.11.28=py36_1 +- cfitsio=3.470=0 +- fitsverify=4.18=12 +- hstcal=2.3.1=5 +- libcxx=4.0.1=hcfea43d_1 +- libcxxabi=4.0.1=hcfea43d_1 +- libedit=3.1.20181209=hb402a30_0 +- libffi=3.2.1=h475c297_4 +- libgcc=4.8.5=hdbeacc1_10 +- libgfortran=3.0.1=h93005f0_2 +- ncurses=6.2=h0a44026_0 +- openssl=1.1.1e=h1de35cc_0 +- pip=20.0.2=py36_1 +- python=3.6.10=h359304d_0 +- readline=7.0=h1de35cc_5 +- setuptools=46.1.1=py36_0 +- sqlite=3.31.1=ha441bb4_0 +- tk=8.6.8=ha441bb4_0 +- wheel=0.34.2=py36_0 +- xz=5.2.4=h1de35cc_4 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.0.0 + - alabaster==0.7.12 + - astropy==4.0 + - astroquery==0.4 + - babel==2.8.0 + - beautifulsoup4==4.8.2 + - git+https://github.com/spacetelescope/calcos@3.3.9-rc1 + - chardet==3.0.4 + - costools==1.2.3 + - crds==7.4.1.3 + - cycler==0.10.0 + - decorator==4.4.2 + - docutils==0.16 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.0.1 + - idna==2.9 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.5.0 + - jinja2==2.11.1 + - keyring==21.2.0 + - kiwisolver==1.1.0 + - lxml==4.5.0 + - markupsafe==1.1.1 + - matplotlib==3.2.1 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.18.2 + - numpydoc==0.9.2 + - packaging==20.3 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.0.0 + - pygments==2.6.1 + - pyparsing==2.4.6 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2019.3 + - pywavelets==1.1.1 + - requests==2.23.0 + - scikit-image==0.16.2 + - scipy==1.4.1 + - six==1.14.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0 + - spherical-geometry==1.2.18 + - sphinx==2.4.4 + - sphinx-rtd-theme==0.4.3 + - 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.3.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.4 + - stsci-stimage==0.2.4 + - stsci-tools==3.6.0 + - stwcs==1.5.3 + - tweakwcs==0.6.1 + - urllib3==1.25.8 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200323/latest-linux.yml b/caldp/20200323/latest-linux.yml new file mode 100644 index 0000000..bd03f8a --- /dev/null +++ b/caldp/20200323/latest-linux.yml @@ -0,0 +1,105 @@ +channels: +- https://ssb.stsci.edu/astroconda +- defaults +dependencies: +- _libgcc_mutex=0.1=main +- ca-certificates=2020.1.1=0 +- certifi=2019.11.28=py36_1 +- cfitsio=3.470=0 +- fitsverify=4.18=12 +- hstcal=2.3.1=5 +- ld_impl_linux-64=2.33.1=h53a641e_7 +- libedit=3.1.20181209=hc058e9b_0 +- libffi=3.2.1=hd88cf55_4 +- libgcc=7.2.0=h69d50b8_2 +- libgcc-ng=9.1.0=hdf63c60_0 +- libstdcxx-ng=9.1.0=hdf63c60_0 +- ncurses=6.2=he6710b0_0 +- openssl=1.1.1e=h7b6447c_0 +- pip=20.0.2=py36_1 +- python=3.6.10=h0371630_0 +- readline=7.0=h7b6447c_5 +- setuptools=46.1.1=py36_0 +- sqlite=3.31.1=h7b6447c_0 +- tk=8.6.8=hbc83047_0 +- wheel=0.34.2=py36_0 +- xz=5.2.4=h14c3975_4 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.0.0 + - alabaster==0.7.12 + - astropy==4.0 + - astroquery==0.4 + - babel==2.8.0 + - beautifulsoup4==4.8.2 + - calcos==3.3.9 + - cffi==1.14.0 + - chardet==3.0.4 + - costools==1.2.3 + - crds==7.4.1.3 + - cryptography==2.8 + - cycler==0.10.0 + - decorator==4.4.2 + - docutils==0.16 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.0.1 + - idna==2.9 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.5.0 + - jeepney==0.4.3 + - jinja2==2.11.1 + - keyring==21.2.0 + - kiwisolver==1.1.0 + - lxml==4.5.0 + - markupsafe==1.1.1 + - matplotlib==3.2.1 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.18.2 + - numpydoc==0.9.2 + - packaging==20.3 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.0.0 + - pycparser==2.20 + - pygments==2.6.1 + - pyparsing==2.4.6 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2019.3 + - pywavelets==1.1.1 + - requests==2.23.0 + - scikit-image==0.16.2 + - scipy==1.4.1 + - secretstorage==3.1.2 + - six==1.14.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0 + - spherical-geometry==1.2.18 + - sphinx==2.4.4 + - sphinx-rtd-theme==0.4.3 + - 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.3.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.4 + - stsci-stimage==0.2.4 + - stsci-tools==3.6.0 + - stwcs==1.5.3 + - tweakwcs==0.6.1 + - urllib3==1.25.8 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200323/latest-osx.yml b/caldp/20200323/latest-osx.yml new file mode 100644 index 0000000..d4472e3 --- /dev/null +++ b/caldp/20200323/latest-osx.yml @@ -0,0 +1,99 @@ +channels: +- https://ssb.stsci.edu/astroconda +- defaults +dependencies: +- ca-certificates=2020.1.1=0 +- certifi=2019.11.28=py36_1 +- cfitsio=3.470=0 +- fitsverify=4.18=12 +- hstcal=2.3.1=5 +- libcxx=4.0.1=hcfea43d_1 +- libcxxabi=4.0.1=hcfea43d_1 +- libedit=3.1.20181209=hb402a30_0 +- libffi=3.2.1=h475c297_4 +- libgcc=4.8.5=hdbeacc1_10 +- libgfortran=3.0.1=h93005f0_2 +- ncurses=6.2=h0a44026_0 +- openssl=1.1.1e=h1de35cc_0 +- pip=20.0.2=py36_1 +- python=3.6.10=h359304d_0 +- readline=7.0=h1de35cc_5 +- setuptools=46.1.1=py36_0 +- sqlite=3.31.1=ha441bb4_0 +- tk=8.6.8=ha441bb4_0 +- wheel=0.34.2=py36_0 +- xz=5.2.4=h1de35cc_4 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.0.0 + - alabaster==0.7.12 + - astropy==4.0 + - astroquery==0.4 + - babel==2.8.0 + - beautifulsoup4==4.8.2 + - calcos==3.3.9 + - chardet==3.0.4 + - costools==1.2.3 + - crds==7.4.1.3 + - cycler==0.10.0 + - decorator==4.4.2 + - docutils==0.16 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.0.1 + - idna==2.9 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.5.0 + - jinja2==2.11.1 + - keyring==21.2.0 + - kiwisolver==1.1.0 + - lxml==4.5.0 + - markupsafe==1.1.1 + - matplotlib==3.2.1 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.18.2 + - numpydoc==0.9.2 + - packaging==20.3 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.0.0 + - pygments==2.6.1 + - pyparsing==2.4.6 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2019.3 + - pywavelets==1.1.1 + - requests==2.23.0 + - scikit-image==0.16.2 + - scipy==1.4.1 + - six==1.14.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0 + - spherical-geometry==1.2.18 + - sphinx==2.4.4 + - sphinx-rtd-theme==0.4.3 + - 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.3.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.4 + - stsci-stimage==0.2.4 + - stsci-tools==3.6.0 + - stwcs==1.5.3 + - tweakwcs==0.6.1 + - urllib3==1.25.8 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200323/release_notes.md b/caldp/20200323/release_notes.md new file mode 100644 index 0000000..97d2d95 --- /dev/null +++ b/caldp/20200323/release_notes.md @@ -0,0 +1,4 @@ +# Release Notes + +* 2020/03/23 - Initial iteration +* 2020/04/01 - Final diff --git a/caldp/20200323/software_updates.md b/caldp/20200323/software_updates.md new file mode 100644 index 0000000..8335234 --- /dev/null +++ b/caldp/20200323/software_updates.md @@ -0,0 +1,3 @@ +# calcos version 3.3.9 + +This version of CALCOS is to be used with CRDS context 0771. diff --git a/caldp/20200421/CALDP_20200421_ACS_linux_py36_final.yml b/caldp/20200421/CALDP_20200421_ACS_linux_py36_final.yml new file mode 100644 index 0000000..4ab9d03 --- /dev/null +++ b/caldp/20200421/CALDP_20200421_ACS_linux_py36_final.yml @@ -0,0 +1,107 @@ +channels: +- https://ssb.stsci.edu/astroconda +- defaults +dependencies: +- _libgcc_mutex=0.1=main +- bzip2=1.0.8=h7b6447c_0 +- ca-certificates=2020.1.1=0 +- certifi=2020.4.5.1=py36_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.3.2_0 +- ld_impl_linux-64=2.33.1=h53a641e_7 +- libedit=3.1.20181209=hc058e9b_0 +- libffi=3.2.1=hd88cf55_4 +- 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_0 +- openssl=1.1.1f=h7b6447c_0 +- pip=20.0.2=py36_1 +- python=3.6.10=hcf32534_1 +- readline=8.0=h7b6447c_0 +- setuptools=46.1.3=py36_0 +- sqlite=3.31.1=h7b6447c_0 +- tk=8.6.8=hbc83047_0 +- wheel=0.34.2=py36_0 +- xz=5.2.4=h14c3975_4 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.1.0 + - alabaster==0.7.12 + - astropy==4.0.1.post1 + - astroquery==0.4 + - babel==2.8.0 + - beautifulsoup4==4.9.0 + - calcos==3.3.9 + - cffi==1.14.0 + - chardet==3.0.4 + - costools==1.2.3 + - crds==7.4.1.3 + - cryptography==2.9 + - cycler==0.10.0 + - decorator==4.4.2 + - docutils==0.16 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.0.1 + - idna==2.9 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.6.0 + - jeepney==0.4.3 + - jinja2==2.11.1 + - keyring==21.2.0 + - kiwisolver==1.2.0 + - lxml==4.5.0 + - markupsafe==1.1.1 + - matplotlib==3.2.1 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.18.2 + - numpydoc==0.9.2 + - packaging==20.3 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.1.1 + - pycparser==2.20 + - pygments==2.6.1 + - pyparsing==2.4.7 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2019.3 + - pywavelets==1.1.1 + - requests==2.23.0 + - scikit-image==0.16.2 + - scipy==1.4.1 + - secretstorage==3.1.2 + - six==1.14.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0 + - spherical-geometry==1.2.18 + - sphinx==3.0.0 + - sphinx-rtd-theme==0.4.3 + - 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.3.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.4 + - stsci-stimage==0.2.4 + - stsci-tools==3.6.0 + - stwcs==1.5.3 + - tweakwcs==0.6.1 + - urllib3==1.25.8 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200421/CALDP_20200421_ACS_macos_py36_final.yml b/caldp/20200421/CALDP_20200421_ACS_macos_py36_final.yml new file mode 100644 index 0000000..d69aba2 --- /dev/null +++ b/caldp/20200421/CALDP_20200421_ACS_macos_py36_final.yml @@ -0,0 +1,100 @@ +channels: +- https://ssb.stsci.edu/astroconda +- defaults +dependencies: +- bzip2=1.0.8=h1de35cc_0 +- ca-certificates=2020.1.1=0 +- certifi=2020.4.5.1=py36_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.3.2_0 +- libcxx=4.0.1=hcfea43d_1 +- libcxxabi=4.0.1=hcfea43d_1 +- libedit=3.1.20181209=hb402a30_0 +- libffi=3.2.1=h475c297_4 +- libgcc=4.8.5=hdbeacc1_10 +- libgfortran=3.0.1=h93005f0_2 +- ncurses=6.2=h0a44026_0 +- openssl=1.1.1f=h1de35cc_0 +- pip=20.0.2=py36_1 +- python=3.6.10=hc70fcce_1 +- readline=8.0=h1de35cc_0 +- setuptools=46.1.3=py36_0 +- sqlite=3.31.1=ha441bb4_0 +- tk=8.6.8=ha441bb4_0 +- wheel=0.34.2=py36_0 +- xz=5.2.4=h1de35cc_4 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.1.0 + - alabaster==0.7.12 + - astropy==4.0.1.post1 + - astroquery==0.4 + - babel==2.8.0 + - beautifulsoup4==4.9.0 + - calcos==3.3.9 + - chardet==3.0.4 + - costools==1.2.3 + - crds==7.4.1.3 + - cycler==0.10.0 + - decorator==4.4.2 + - docutils==0.16 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.0.1 + - idna==2.9 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.6.0 + - jinja2==2.11.1 + - keyring==21.2.0 + - kiwisolver==1.2.0 + - lxml==4.5.0 + - markupsafe==1.1.1 + - matplotlib==3.2.1 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.18.2 + - numpydoc==0.9.2 + - packaging==20.3 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.1.1 + - pygments==2.6.1 + - pyparsing==2.4.7 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2019.3 + - pywavelets==1.1.1 + - requests==2.23.0 + - scikit-image==0.16.2 + - scipy==1.4.1 + - six==1.14.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0 + - spherical-geometry==1.2.18 + - sphinx==3.0.0 + - sphinx-rtd-theme==0.4.3 + - 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.3.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.4 + - stsci-stimage==0.2.4 + - stsci-tools==3.6.0 + - stwcs==1.5.3 + - tweakwcs==0.6.1 + - urllib3==1.25.8 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200421/README.md b/caldp/20200421/README.md new file mode 100644 index 0000000..e38a20b --- /dev/null +++ b/caldp/20200421/README.md @@ -0,0 +1,62 @@ +During testing, the codename of this environment delivery was 'darktime'. + +# Installing + +Currently, conda is required to manage installation of the enviornment. A fresh +installation of Anaconda3 or Miniconda3 is 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 now taken directly from PyPI or development repositories as +needed, so conda's ability to install hybrid conda/pip environments from a YAML +specification 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/20200421/latest-linux.yml +$ conda env create -n caldp_20200421 --file latest-linux.yml +``` + + +### Activate the pipeline environment + +``` +$ source activate caldp_20200421 +``` + +Each new delivery iteration of the calibration environment will 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/20200421/dev/CALDP_darktime_ACS_linux_py36_rc1.yml b/caldp/20200421/dev/CALDP_darktime_ACS_linux_py36_rc1.yml new file mode 100644 index 0000000..c6b2536 --- /dev/null +++ b/caldp/20200421/dev/CALDP_darktime_ACS_linux_py36_rc1.yml @@ -0,0 +1,108 @@ +channels: +- https://ssb.stsci.edu/astroconda-staging +- https://ssb.stsci.edu/astroconda +- defaults +dependencies: +- _libgcc_mutex=0.1=main +- bzip2=1.0.8=h7b6447c_0 +- ca-certificates=2020.1.1=0 +- certifi=2020.4.5.1=py36_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.3.2rc1.dev0+ga822901f=5 +- ld_impl_linux-64=2.33.1=h53a641e_7 +- libedit=3.1.20181209=hc058e9b_0 +- libffi=3.2.1=hd88cf55_4 +- 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_0 +- openssl=1.1.1f=h7b6447c_0 +- pip=20.0.2=py36_1 +- python=3.6.10=hcf32534_1 +- readline=8.0=h7b6447c_0 +- setuptools=46.1.3=py36_0 +- sqlite=3.31.1=h7b6447c_0 +- tk=8.6.8=hbc83047_0 +- wheel=0.34.2=py36_0 +- xz=5.2.4=h14c3975_4 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.1.0 + - alabaster==0.7.12 + - astropy==4.0.1.post1 + - astroquery==0.4 + - babel==2.8.0 + - beautifulsoup4==4.9.0 + - calcos==3.3.9 + - cffi==1.14.0 + - chardet==3.0.4 + - costools==1.2.3 + - crds==7.4.1.3 + - cryptography==2.9 + - cycler==0.10.0 + - decorator==4.4.2 + - docutils==0.16 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.0.1 + - idna==2.9 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.6.0 + - jeepney==0.4.3 + - jinja2==2.11.1 + - keyring==21.2.0 + - kiwisolver==1.2.0 + - lxml==4.5.0 + - markupsafe==1.1.1 + - matplotlib==3.2.1 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.18.2 + - numpydoc==0.9.2 + - packaging==20.3 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.1.1 + - pycparser==2.20 + - pygments==2.6.1 + - pyparsing==2.4.7 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2019.3 + - pywavelets==1.1.1 + - requests==2.23.0 + - scikit-image==0.16.2 + - scipy==1.4.1 + - secretstorage==3.1.2 + - six==1.14.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0 + - spherical-geometry==1.2.18 + - sphinx==3.0.0 + - sphinx-rtd-theme==0.4.3 + - 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.3.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.4 + - stsci-stimage==0.2.4 + - stsci-tools==3.6.0 + - stwcs==1.5.3 + - tweakwcs==0.6.1 + - urllib3==1.25.8 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200421/dev/CALDP_darktime_ACS_macos_py36_rc1.yml b/caldp/20200421/dev/CALDP_darktime_ACS_macos_py36_rc1.yml new file mode 100644 index 0000000..d5ab132 --- /dev/null +++ b/caldp/20200421/dev/CALDP_darktime_ACS_macos_py36_rc1.yml @@ -0,0 +1,101 @@ +channels: +- https://ssb.stsci.edu/astroconda-staging +- https://ssb.stsci.edu/astroconda +- defaults +dependencies: +- bzip2=1.0.8=h1de35cc_0 +- ca-certificates=2020.1.1=0 +- certifi=2020.4.5.1=py36_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.3.2rc1.dev0+ga822901f=5 +- libcxx=4.0.1=hcfea43d_1 +- libcxxabi=4.0.1=hcfea43d_1 +- libedit=3.1.20181209=hb402a30_0 +- libffi=3.2.1=h475c297_4 +- libgcc=4.8.5=hdbeacc1_10 +- libgfortran=3.0.1=h93005f0_2 +- ncurses=6.2=h0a44026_0 +- openssl=1.1.1f=h1de35cc_0 +- pip=20.0.2=py36_1 +- python=3.6.10=hc70fcce_1 +- readline=8.0=h1de35cc_0 +- setuptools=46.1.3=py36_0 +- sqlite=3.31.1=ha441bb4_0 +- tk=8.6.8=ha441bb4_0 +- wheel=0.34.2=py36_0 +- xz=5.2.4=h1de35cc_4 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.1.0 + - alabaster==0.7.12 + - astropy==4.0.1.post1 + - astroquery==0.4 + - babel==2.8.0 + - beautifulsoup4==4.9.0 + - calcos==3.3.9 + - chardet==3.0.4 + - costools==1.2.3 + - crds==7.4.1.3 + - cycler==0.10.0 + - decorator==4.4.2 + - docutils==0.16 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.0.1 + - idna==2.9 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.6.0 + - jinja2==2.11.1 + - keyring==21.2.0 + - kiwisolver==1.2.0 + - lxml==4.5.0 + - markupsafe==1.1.1 + - matplotlib==3.2.1 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.18.2 + - numpydoc==0.9.2 + - packaging==20.3 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.1.1 + - pygments==2.6.1 + - pyparsing==2.4.7 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2019.3 + - pywavelets==1.1.1 + - requests==2.23.0 + - scikit-image==0.16.2 + - scipy==1.4.1 + - six==1.14.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0 + - spherical-geometry==1.2.18 + - sphinx==3.0.0 + - sphinx-rtd-theme==0.4.3 + - 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.3.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.4 + - stsci-stimage==0.2.4 + - stsci-tools==3.6.0 + - stwcs==1.5.3 + - tweakwcs==0.6.1 + - urllib3==1.25.8 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200421/latest-linux.yml b/caldp/20200421/latest-linux.yml new file mode 100644 index 0000000..4ab9d03 --- /dev/null +++ b/caldp/20200421/latest-linux.yml @@ -0,0 +1,107 @@ +channels: +- https://ssb.stsci.edu/astroconda +- defaults +dependencies: +- _libgcc_mutex=0.1=main +- bzip2=1.0.8=h7b6447c_0 +- ca-certificates=2020.1.1=0 +- certifi=2020.4.5.1=py36_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.3.2_0 +- ld_impl_linux-64=2.33.1=h53a641e_7 +- libedit=3.1.20181209=hc058e9b_0 +- libffi=3.2.1=hd88cf55_4 +- 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_0 +- openssl=1.1.1f=h7b6447c_0 +- pip=20.0.2=py36_1 +- python=3.6.10=hcf32534_1 +- readline=8.0=h7b6447c_0 +- setuptools=46.1.3=py36_0 +- sqlite=3.31.1=h7b6447c_0 +- tk=8.6.8=hbc83047_0 +- wheel=0.34.2=py36_0 +- xz=5.2.4=h14c3975_4 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.1.0 + - alabaster==0.7.12 + - astropy==4.0.1.post1 + - astroquery==0.4 + - babel==2.8.0 + - beautifulsoup4==4.9.0 + - calcos==3.3.9 + - cffi==1.14.0 + - chardet==3.0.4 + - costools==1.2.3 + - crds==7.4.1.3 + - cryptography==2.9 + - cycler==0.10.0 + - decorator==4.4.2 + - docutils==0.16 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.0.1 + - idna==2.9 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.6.0 + - jeepney==0.4.3 + - jinja2==2.11.1 + - keyring==21.2.0 + - kiwisolver==1.2.0 + - lxml==4.5.0 + - markupsafe==1.1.1 + - matplotlib==3.2.1 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.18.2 + - numpydoc==0.9.2 + - packaging==20.3 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.1.1 + - pycparser==2.20 + - pygments==2.6.1 + - pyparsing==2.4.7 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2019.3 + - pywavelets==1.1.1 + - requests==2.23.0 + - scikit-image==0.16.2 + - scipy==1.4.1 + - secretstorage==3.1.2 + - six==1.14.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0 + - spherical-geometry==1.2.18 + - sphinx==3.0.0 + - sphinx-rtd-theme==0.4.3 + - 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.3.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.4 + - stsci-stimage==0.2.4 + - stsci-tools==3.6.0 + - stwcs==1.5.3 + - tweakwcs==0.6.1 + - urllib3==1.25.8 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200421/latest-macos.yml b/caldp/20200421/latest-macos.yml new file mode 100644 index 0000000..d69aba2 --- /dev/null +++ b/caldp/20200421/latest-macos.yml @@ -0,0 +1,100 @@ +channels: +- https://ssb.stsci.edu/astroconda +- defaults +dependencies: +- bzip2=1.0.8=h1de35cc_0 +- ca-certificates=2020.1.1=0 +- certifi=2020.4.5.1=py36_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.3.2_0 +- libcxx=4.0.1=hcfea43d_1 +- libcxxabi=4.0.1=hcfea43d_1 +- libedit=3.1.20181209=hb402a30_0 +- libffi=3.2.1=h475c297_4 +- libgcc=4.8.5=hdbeacc1_10 +- libgfortran=3.0.1=h93005f0_2 +- ncurses=6.2=h0a44026_0 +- openssl=1.1.1f=h1de35cc_0 +- pip=20.0.2=py36_1 +- python=3.6.10=hc70fcce_1 +- readline=8.0=h1de35cc_0 +- setuptools=46.1.3=py36_0 +- sqlite=3.31.1=ha441bb4_0 +- tk=8.6.8=ha441bb4_0 +- wheel=0.34.2=py36_0 +- xz=5.2.4=h1de35cc_4 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.1.0 + - alabaster==0.7.12 + - astropy==4.0.1.post1 + - astroquery==0.4 + - babel==2.8.0 + - beautifulsoup4==4.9.0 + - calcos==3.3.9 + - chardet==3.0.4 + - costools==1.2.3 + - crds==7.4.1.3 + - cycler==0.10.0 + - decorator==4.4.2 + - docutils==0.16 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.0.1 + - idna==2.9 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.6.0 + - jinja2==2.11.1 + - keyring==21.2.0 + - kiwisolver==1.2.0 + - lxml==4.5.0 + - markupsafe==1.1.1 + - matplotlib==3.2.1 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.18.2 + - numpydoc==0.9.2 + - packaging==20.3 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.1.1 + - pygments==2.6.1 + - pyparsing==2.4.7 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2019.3 + - pywavelets==1.1.1 + - requests==2.23.0 + - scikit-image==0.16.2 + - scipy==1.4.1 + - six==1.14.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0 + - spherical-geometry==1.2.18 + - sphinx==3.0.0 + - sphinx-rtd-theme==0.4.3 + - 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.3.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.4 + - stsci-stimage==0.2.4 + - stsci-tools==3.6.0 + - stwcs==1.5.3 + - tweakwcs==0.6.1 + - urllib3==1.25.8 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200421/latest-osx.yml b/caldp/20200421/latest-osx.yml new file mode 100644 index 0000000..d69aba2 --- /dev/null +++ b/caldp/20200421/latest-osx.yml @@ -0,0 +1,100 @@ +channels: +- https://ssb.stsci.edu/astroconda +- defaults +dependencies: +- bzip2=1.0.8=h1de35cc_0 +- ca-certificates=2020.1.1=0 +- certifi=2020.4.5.1=py36_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.3.2_0 +- libcxx=4.0.1=hcfea43d_1 +- libcxxabi=4.0.1=hcfea43d_1 +- libedit=3.1.20181209=hb402a30_0 +- libffi=3.2.1=h475c297_4 +- libgcc=4.8.5=hdbeacc1_10 +- libgfortran=3.0.1=h93005f0_2 +- ncurses=6.2=h0a44026_0 +- openssl=1.1.1f=h1de35cc_0 +- pip=20.0.2=py36_1 +- python=3.6.10=hc70fcce_1 +- readline=8.0=h1de35cc_0 +- setuptools=46.1.3=py36_0 +- sqlite=3.31.1=ha441bb4_0 +- tk=8.6.8=ha441bb4_0 +- wheel=0.34.2=py36_0 +- xz=5.2.4=h1de35cc_4 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.1.0 + - alabaster==0.7.12 + - astropy==4.0.1.post1 + - astroquery==0.4 + - babel==2.8.0 + - beautifulsoup4==4.9.0 + - calcos==3.3.9 + - chardet==3.0.4 + - costools==1.2.3 + - crds==7.4.1.3 + - cycler==0.10.0 + - decorator==4.4.2 + - docutils==0.16 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.0.1 + - idna==2.9 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.6.0 + - jinja2==2.11.1 + - keyring==21.2.0 + - kiwisolver==1.2.0 + - lxml==4.5.0 + - markupsafe==1.1.1 + - matplotlib==3.2.1 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.18.2 + - numpydoc==0.9.2 + - packaging==20.3 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.1.1 + - pygments==2.6.1 + - pyparsing==2.4.7 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2019.3 + - pywavelets==1.1.1 + - requests==2.23.0 + - scikit-image==0.16.2 + - scipy==1.4.1 + - six==1.14.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0 + - spherical-geometry==1.2.18 + - sphinx==3.0.0 + - sphinx-rtd-theme==0.4.3 + - 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.3.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.4 + - stsci-stimage==0.2.4 + - stsci-tools==3.6.0 + - stwcs==1.5.3 + - tweakwcs==0.6.1 + - urllib3==1.25.8 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200421/release_notes.md b/caldp/20200421/release_notes.md new file mode 100644 index 0000000..01fcf49 --- /dev/null +++ b/caldp/20200421/release_notes.md @@ -0,0 +1,4 @@ +# Release Notes + +* 2020/04/21 - Final +* 2020/04/06 - Initial iteration diff --git a/caldp/20200421/software_updates.md b/caldp/20200421/software_updates.md new file mode 100644 index 0000000..52fab36 --- /dev/null +++ b/caldp/20200421/software_updates.md @@ -0,0 +1,17 @@ +# HSTCAL Version 2.3.2 + +The following updates, specified in separate sections for each instrument, have been included with this release. This release is presented as [HSTDP-2020.6.2 milestones]. + +## HSTCAL package updates + +## ACS + +- CALACS updated to Version 10.2.2 + +- In the DARKCORR step of CALACS, the value of the DARKTIME keyword is used to account for time that dark current accumulates. It has been determined that depending upon the type of WFC observation (i.e., full frame or subarray, post-flash or no post-flash) there is an additional correction needed. The additional correction values need to be read from updated CCDTAB reference files, and correspondingly, the DARKCORR algorithm has been updated to accommodate new logic for applying the correction. +Issue #326/PR #467. + + +- [x] Affects old data +- [x] Users should re-retrieve affected datasets from the archive +- [x] Updated reference files delivered by science team diff --git a/caldp/20200611/CALDP_20200611_CAL_linux_py36_final.yml b/caldp/20200611/CALDP_20200611_CAL_linux_py36_final.yml new file mode 100644 index 0000000..ccb1d79 --- /dev/null +++ b/caldp/20200611/CALDP_20200611_CAL_linux_py36_final.yml @@ -0,0 +1,113 @@ +# delivery_name: CALDP_20200611_CAL_final +# creation_time: Thu Jun 11 21:47:22 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.1.1=0 +- certifi=2020.4.5.1=py36_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.3.3=0 +- ld_impl_linux-64=2.33.1=h53a641e_7 +- libedit=3.1.20181209=hc058e9b_0 +- libffi=3.3=he6710b0_1 +- 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.0.2=py36_3 +- python=3.6.10=h7579374_2 +- readline=8.0=h7b6447c_0 +- setuptools=46.4.0=py36_0 +- sqlite=3.31.1=h62c20be_1 +- tk=8.6.8=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 + - babel==2.8.0 + - beautifulsoup4==4.9.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 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.0.1 + - idna==2.9 + - imagecodecs==2020.2.18 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.6.0 + - jeepney==0.4.3 + - jinja2==2.11.2 + - keyring==21.2.1 + - kiwisolver==1.2.0 + - lxml==4.5.1 + - markupsafe==1.1.1 + - matplotlib==3.2.1 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.18.4 + - numpydoc==0.9.2 + - packaging==20.4 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.1.2 + - pycparser==2.20 + - pygments==2.6.1 + - pyparsing==2.4.7 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2020.1 + - pywavelets==1.1.1 + - requests==2.23.0 + - scikit-image==0.17.2 + - scipy==1.4.1 + - secretstorage==3.1.2 + - six==1.15.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.18 + - sphinx==3.0.3 + - sphinx-rtd-theme==0.4.3 + - 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.3.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.5.3 + - tifffile==2020.5.11 + - tweakwcs==0.6.4 + - urllib3==1.25.9 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200611/CALDP_20200611_CAL_macos_py36_final.yml b/caldp/20200611/CALDP_20200611_CAL_macos_py36_final.yml new file mode 100644 index 0000000..2568acc --- /dev/null +++ b/caldp/20200611/CALDP_20200611_CAL_macos_py36_final.yml @@ -0,0 +1,105 @@ +# delivery_name: CALDP_20200611_CAL_final +# creation_time: Thu Jun 11 21:47:55 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.1.1=0 +- certifi=2020.4.5.1=py36_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.3.3=0 +- libcxx=10.0.0=1 +- libedit=3.1.20181209=hb402a30_0 +- libffi=3.3=h0a44026_1 +- 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.0.2=py36_3 +- python=3.6.10=hf48f09d_2 +- readline=8.0=h1de35cc_0 +- setuptools=46.4.0=py36_0 +- sqlite=3.31.1=h5c1f38d_1 +- tk=8.6.8=ha441bb4_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 + - babel==2.8.0 + - beautifulsoup4==4.9.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 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.0.1 + - idna==2.9 + - imagecodecs==2020.2.18 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.6.0 + - jinja2==2.11.2 + - keyring==21.2.1 + - kiwisolver==1.2.0 + - lxml==4.5.1 + - markupsafe==1.1.1 + - matplotlib==3.2.1 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.18.4 + - numpydoc==0.9.2 + - packaging==20.4 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.1.2 + - pygments==2.6.1 + - pyparsing==2.4.7 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2020.1 + - pywavelets==1.1.1 + - requests==2.23.0 + - scikit-image==0.17.2 + - scipy==1.4.1 + - six==1.15.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.18 + - sphinx==3.0.3 + - sphinx-rtd-theme==0.4.3 + - 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.3.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.5.3 + - tifffile==2020.5.11 + - tweakwcs==0.6.4 + - urllib3==1.25.9 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200611/README.md b/caldp/20200611/README.md new file mode 100644 index 0000000..0d00d66 --- /dev/null +++ b/caldp/20200611/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/20200611/latest-linux.yml +$ conda env create -n caldp_20200611 --file latest-linux.yml +``` +### Activate the pipeline environment + +``` +$ source activate caldp_20200611 +``` + +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/20200611/dev/CALDP_atodsat_CAL_linux_py36_rc1.yml b/caldp/20200611/dev/CALDP_atodsat_CAL_linux_py36_rc1.yml new file mode 100644 index 0000000..4629c91 --- /dev/null +++ b/caldp/20200611/dev/CALDP_atodsat_CAL_linux_py36_rc1.yml @@ -0,0 +1,111 @@ +# delivery_name: CALDP_atodsat_CAL_rc1 +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.1.1=0 +- certifi=2020.4.5.1=py36_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.3.3rc1.dev0+gbdad2661=0 +- ld_impl_linux-64=2.33.1=h53a641e_7 +- libedit=3.1.20181209=hc058e9b_0 +- libffi=3.3=he6710b0_1 +- 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.0.2=py36_3 +- python=3.6.10=h7579374_2 +- readline=8.0=h7b6447c_0 +- setuptools=46.4.0=py36_0 +- sqlite=3.31.1=h62c20be_1 +- tk=8.6.8=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 + - babel==2.8.0 + - beautifulsoup4==4.9.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 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.0.1 + - idna==2.9 + - imagecodecs==2020.2.18 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.6.0 + - jeepney==0.4.3 + - jinja2==2.11.2 + - keyring==21.2.1 + - kiwisolver==1.2.0 + - lxml==4.5.1 + - markupsafe==1.1.1 + - matplotlib==3.2.1 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.18.4 + - numpydoc==0.9.2 + - packaging==20.4 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.1.2 + - pycparser==2.20 + - pygments==2.6.1 + - pyparsing==2.4.7 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2020.1 + - pywavelets==1.1.1 + - requests==2.23.0 + - scikit-image==0.17.2 + - scipy==1.4.1 + - secretstorage==3.1.2 + - six==1.15.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.18 + - sphinx==3.0.3 + - sphinx-rtd-theme==0.4.3 + - 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.3.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.5.3 + - tifffile==2020.5.11 + - tweakwcs==0.6.4 + - urllib3==1.25.9 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200611/dev/CALDP_atodsat_CAL_macos_py36_rc1.yml b/caldp/20200611/dev/CALDP_atodsat_CAL_macos_py36_rc1.yml new file mode 100644 index 0000000..e8b7e73 --- /dev/null +++ b/caldp/20200611/dev/CALDP_atodsat_CAL_macos_py36_rc1.yml @@ -0,0 +1,103 @@ +# delivery_name: CALDP_atodsat_CAL_rc1 +channels: +- defaults +- https://ssb.stsci.edu/astroconda +- https://ssb.stsci.edu/astroconda-staging +dependencies: +- bzip2=1.0.8=h1de35cc_0 +- ca-certificates=2020.1.1=0 +- certifi=2020.4.5.1=py36_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.3.3rc1.dev0+gbdad2661=0 +- libcxx=10.0.0=1 +- libedit=3.1.20181209=hb402a30_0 +- libffi=3.3=h0a44026_1 +- 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.0.2=py36_3 +- python=3.6.10=hf48f09d_2 +- readline=8.0=h1de35cc_0 +- setuptools=46.4.0=py36_0 +- sqlite=3.31.1=h5c1f38d_1 +- tk=8.6.8=ha441bb4_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 + - babel==2.8.0 + - beautifulsoup4==4.9.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 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.0.1 + - idna==2.9 + - imagecodecs==2020.2.18 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.6.0 + - jinja2==2.11.2 + - keyring==21.2.1 + - kiwisolver==1.2.0 + - lxml==4.5.1 + - markupsafe==1.1.1 + - matplotlib==3.2.1 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.18.4 + - numpydoc==0.9.2 + - packaging==20.4 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.1.2 + - pygments==2.6.1 + - pyparsing==2.4.7 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2020.1 + - pywavelets==1.1.1 + - requests==2.23.0 + - scikit-image==0.17.2 + - scipy==1.4.1 + - six==1.15.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.18 + - sphinx==3.0.3 + - sphinx-rtd-theme==0.4.3 + - 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.3.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.5.3 + - tifffile==2020.5.11 + - tweakwcs==0.6.4 + - urllib3==1.25.9 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200611/latest-linux.yml b/caldp/20200611/latest-linux.yml new file mode 100644 index 0000000..ccb1d79 --- /dev/null +++ b/caldp/20200611/latest-linux.yml @@ -0,0 +1,113 @@ +# delivery_name: CALDP_20200611_CAL_final +# creation_time: Thu Jun 11 21:47:22 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.1.1=0 +- certifi=2020.4.5.1=py36_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.3.3=0 +- ld_impl_linux-64=2.33.1=h53a641e_7 +- libedit=3.1.20181209=hc058e9b_0 +- libffi=3.3=he6710b0_1 +- 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.0.2=py36_3 +- python=3.6.10=h7579374_2 +- readline=8.0=h7b6447c_0 +- setuptools=46.4.0=py36_0 +- sqlite=3.31.1=h62c20be_1 +- tk=8.6.8=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 + - babel==2.8.0 + - beautifulsoup4==4.9.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 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.0.1 + - idna==2.9 + - imagecodecs==2020.2.18 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.6.0 + - jeepney==0.4.3 + - jinja2==2.11.2 + - keyring==21.2.1 + - kiwisolver==1.2.0 + - lxml==4.5.1 + - markupsafe==1.1.1 + - matplotlib==3.2.1 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.18.4 + - numpydoc==0.9.2 + - packaging==20.4 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.1.2 + - pycparser==2.20 + - pygments==2.6.1 + - pyparsing==2.4.7 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2020.1 + - pywavelets==1.1.1 + - requests==2.23.0 + - scikit-image==0.17.2 + - scipy==1.4.1 + - secretstorage==3.1.2 + - six==1.15.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.18 + - sphinx==3.0.3 + - sphinx-rtd-theme==0.4.3 + - 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.3.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.5.3 + - tifffile==2020.5.11 + - tweakwcs==0.6.4 + - urllib3==1.25.9 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200611/latest-macos.yml b/caldp/20200611/latest-macos.yml new file mode 100644 index 0000000..2568acc --- /dev/null +++ b/caldp/20200611/latest-macos.yml @@ -0,0 +1,105 @@ +# delivery_name: CALDP_20200611_CAL_final +# creation_time: Thu Jun 11 21:47:55 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.1.1=0 +- certifi=2020.4.5.1=py36_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.3.3=0 +- libcxx=10.0.0=1 +- libedit=3.1.20181209=hb402a30_0 +- libffi=3.3=h0a44026_1 +- 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.0.2=py36_3 +- python=3.6.10=hf48f09d_2 +- readline=8.0=h1de35cc_0 +- setuptools=46.4.0=py36_0 +- sqlite=3.31.1=h5c1f38d_1 +- tk=8.6.8=ha441bb4_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 + - babel==2.8.0 + - beautifulsoup4==4.9.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 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.0.1 + - idna==2.9 + - imagecodecs==2020.2.18 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.6.0 + - jinja2==2.11.2 + - keyring==21.2.1 + - kiwisolver==1.2.0 + - lxml==4.5.1 + - markupsafe==1.1.1 + - matplotlib==3.2.1 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.18.4 + - numpydoc==0.9.2 + - packaging==20.4 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.1.2 + - pygments==2.6.1 + - pyparsing==2.4.7 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2020.1 + - pywavelets==1.1.1 + - requests==2.23.0 + - scikit-image==0.17.2 + - scipy==1.4.1 + - six==1.15.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.18 + - sphinx==3.0.3 + - sphinx-rtd-theme==0.4.3 + - 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.3.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.5.3 + - tifffile==2020.5.11 + - tweakwcs==0.6.4 + - urllib3==1.25.9 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200611/release_notes.md b/caldp/20200611/release_notes.md new file mode 100644 index 0000000..69264f7 --- /dev/null +++ b/caldp/20200611/release_notes.md @@ -0,0 +1,4 @@ +## 2020/6/11 - CALDP_20200611_CAL_final + +## 2020/5/22 - CALDP_atodsat_CAL_rc1 +### hstcal 2.3.3rc1 diff --git a/caldp/20200708/CALDP_20200708_CAL_linux_py36_final.yml b/caldp/20200708/CALDP_20200708_CAL_linux_py36_final.yml new file mode 100644 index 0000000..cf5a86d --- /dev/null +++ b/caldp/20200708/CALDP_20200708_CAL_linux_py36_final.yml @@ -0,0 +1,112 @@ +# delivery_name: CALDP_20200708_CAL_final +# creation_time: Wed Jul 8 14:39:25 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=h7b6447c_0 +- libffi=3.3=he6710b0_1 +- 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=47.3.1=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 + - 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 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.9 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.6.1 + - jeepney==0.4.3 + - jinja2==2.11.2 + - keyring==21.2.1 + - kiwisolver==1.2.0 + - lxml==4.5.1 + - markupsafe==1.1.1 + - matplotlib==3.2.2 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.19.0 + - numpydoc==1.0.0 + - packaging==20.4 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.1.2 + - pycparser==2.20 + - pygments==2.6.1 + - pyparsing==2.4.7 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2020.1 + - pywavelets==1.1.1 + - requests==2.24.0 + - scikit-image==0.17.2 + - scipy==1.5.0 + - secretstorage==3.1.2 + - six==1.15.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.18 + - sphinx==3.1.1 + - 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.3.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.5.3 + - tifffile==2020.6.3 + - tweakwcs==0.6.4 + - urllib3==1.25.9 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200708/CALDP_20200708_CAL_macos_py36_final.yml b/caldp/20200708/CALDP_20200708_CAL_macos_py36_final.yml new file mode 100644 index 0000000..0491801 --- /dev/null +++ b/caldp/20200708/CALDP_20200708_CAL_macos_py36_final.yml @@ -0,0 +1,104 @@ +# delivery_name: CALDP_20200708_CAL_final +# creation_time: Wed Jul 8 14:39:54 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=haf1e3a3_0 +- libffi=3.3=h0a44026_1 +- 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=47.3.1=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 + - 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 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.9 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.6.1 + - jinja2==2.11.2 + - keyring==21.2.1 + - kiwisolver==1.2.0 + - lxml==4.5.1 + - markupsafe==1.1.1 + - matplotlib==3.2.2 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.19.0 + - numpydoc==1.0.0 + - packaging==20.4 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.1.2 + - pygments==2.6.1 + - pyparsing==2.4.7 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2020.1 + - pywavelets==1.1.1 + - requests==2.24.0 + - scikit-image==0.17.2 + - scipy==1.5.0 + - six==1.15.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.18 + - sphinx==3.1.1 + - 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.3.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.5.3 + - tifffile==2020.6.3 + - tweakwcs==0.6.4 + - urllib3==1.25.9 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200708/README.md b/caldp/20200708/README.md new file mode 100644 index 0000000..11fdae5 --- /dev/null +++ b/caldp/20200708/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/20200708/latest-linux.yml +$ conda env create -n caldp_20200708 --file latest-linux.yml +``` +### Activate the pipeline environment + +``` +$ source activate caldp_20200708 +``` + +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/20200708/dev/CALDP_copyleft_CAL_linux_py36_rc1.yml b/caldp/20200708/dev/CALDP_copyleft_CAL_linux_py36_rc1.yml new file mode 100644 index 0000000..0a01261 --- /dev/null +++ b/caldp/20200708/dev/CALDP_copyleft_CAL_linux_py36_rc1.yml @@ -0,0 +1,113 @@ +# delivery_name: CALDP_copyleft_CAL_rc1 +# creation_time: Fri Jun 26 09:25:20 2020 +# conda_version: 4.8.3 +# condabuild_version: 4.8.3 +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.1.1=0 +- certifi=2020.6.20=py36_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.4.0rc1.dev0+g9bcc9850=0 +- ld_impl_linux-64=2.33.1=h53a641e_7 +- libedit=3.1.20191231=h7b6447c_0 +- libffi=3.3=he6710b0_1 +- 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=47.3.1=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 + - 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 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.9 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.6.1 + - jeepney==0.4.3 + - jinja2==2.11.2 + - keyring==21.2.1 + - kiwisolver==1.2.0 + - lxml==4.5.1 + - markupsafe==1.1.1 + - matplotlib==3.2.2 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.19.0 + - numpydoc==1.0.0 + - packaging==20.4 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.1.2 + - pycparser==2.20 + - pygments==2.6.1 + - pyparsing==2.4.7 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2020.1 + - pywavelets==1.1.1 + - requests==2.24.0 + - scikit-image==0.17.2 + - scipy==1.5.0 + - secretstorage==3.1.2 + - six==1.15.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.18 + - sphinx==3.1.1 + - 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.3.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.5.3 + - tifffile==2020.6.3 + - tweakwcs==0.6.4 + - urllib3==1.25.9 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200708/dev/CALDP_copyleft_CAL_linux_py36_rc2.yml b/caldp/20200708/dev/CALDP_copyleft_CAL_linux_py36_rc2.yml new file mode 100644 index 0000000..d89f923 --- /dev/null +++ b/caldp/20200708/dev/CALDP_copyleft_CAL_linux_py36_rc2.yml @@ -0,0 +1,113 @@ +# delivery_name: CALDP_copyleft_CAL_rc2 +# creation_time: Tue Jul 7 16:39:00 2020 +# conda_version: 4.8.3 +# condabuild_version: 4.8.3 +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.6.24=0 +- certifi=2020.6.20=py36_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.4.0rc2.dev0+gd2ef87be=0 +- ld_impl_linux-64=2.33.1=h53a641e_7 +- libedit=3.1.20191231=h7b6447c_0 +- libffi=3.3=he6710b0_1 +- 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=47.3.1=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 + - 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 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.9 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.6.1 + - jeepney==0.4.3 + - jinja2==2.11.2 + - keyring==21.2.1 + - kiwisolver==1.2.0 + - lxml==4.5.1 + - markupsafe==1.1.1 + - matplotlib==3.2.2 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.19.0 + - numpydoc==1.0.0 + - packaging==20.4 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.1.2 + - pycparser==2.20 + - pygments==2.6.1 + - pyparsing==2.4.7 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2020.1 + - pywavelets==1.1.1 + - requests==2.24.0 + - scikit-image==0.17.2 + - scipy==1.5.0 + - secretstorage==3.1.2 + - six==1.15.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.18 + - sphinx==3.1.1 + - 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.3.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.5.3 + - tifffile==2020.6.3 + - tweakwcs==0.6.4 + - urllib3==1.25.9 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200708/dev/CALDP_copyleft_CAL_macos_py36_rc1.yml b/caldp/20200708/dev/CALDP_copyleft_CAL_macos_py36_rc1.yml new file mode 100644 index 0000000..59cff22 --- /dev/null +++ b/caldp/20200708/dev/CALDP_copyleft_CAL_macos_py36_rc1.yml @@ -0,0 +1,105 @@ +# delivery_name: CALDP_copyleft_CAL_rc1 +# creation_time: Fri Jun 26 09:25:52 2020 +# conda_version: 4.8.3 +# condabuild_version: 4.8.3 +channels: +- defaults +- https://ssb.stsci.edu/astroconda +- https://ssb.stsci.edu/astroconda-staging +dependencies: +- bzip2=1.0.8=h1de35cc_0 +- ca-certificates=2020.1.1=0 +- certifi=2020.6.20=py36_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.4.0rc1.dev0+g9bcc9850=0 +- libcxx=10.0.0=1 +- libedit=3.1.20191231=haf1e3a3_0 +- libffi=3.3=h0a44026_1 +- 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=47.3.1=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 + - 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 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.9 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.6.1 + - jinja2==2.11.2 + - keyring==21.2.1 + - kiwisolver==1.2.0 + - lxml==4.5.1 + - markupsafe==1.1.1 + - matplotlib==3.2.2 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.19.0 + - numpydoc==1.0.0 + - packaging==20.4 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.1.2 + - pygments==2.6.1 + - pyparsing==2.4.7 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2020.1 + - pywavelets==1.1.1 + - requests==2.24.0 + - scikit-image==0.17.2 + - scipy==1.5.0 + - six==1.15.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.18 + - sphinx==3.1.1 + - 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.3.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.5.3 + - tifffile==2020.6.3 + - tweakwcs==0.6.4 + - urllib3==1.25.9 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200708/dev/CALDP_copyleft_CAL_macos_py36_rc2.yml b/caldp/20200708/dev/CALDP_copyleft_CAL_macos_py36_rc2.yml new file mode 100644 index 0000000..d4a20b5 --- /dev/null +++ b/caldp/20200708/dev/CALDP_copyleft_CAL_macos_py36_rc2.yml @@ -0,0 +1,105 @@ +# delivery_name: CALDP_copyleft_CAL_rc2 +# creation_time: Tue Jul 7 16:39:34 2020 +# conda_version: 4.8.3 +# condabuild_version: 4.8.3 +channels: +- defaults +- https://ssb.stsci.edu/astroconda +- https://ssb.stsci.edu/astroconda-staging +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.0rc2.dev0+gd2ef87be=0 +- libcxx=10.0.0=1 +- libedit=3.1.20191231=haf1e3a3_0 +- libffi=3.3=h0a44026_1 +- 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=47.3.1=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 + - 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 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.9 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.6.1 + - jinja2==2.11.2 + - keyring==21.2.1 + - kiwisolver==1.2.0 + - lxml==4.5.1 + - markupsafe==1.1.1 + - matplotlib==3.2.2 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.19.0 + - numpydoc==1.0.0 + - packaging==20.4 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.1.2 + - pygments==2.6.1 + - pyparsing==2.4.7 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2020.1 + - pywavelets==1.1.1 + - requests==2.24.0 + - scikit-image==0.17.2 + - scipy==1.5.0 + - six==1.15.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.18 + - sphinx==3.1.1 + - 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.3.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.5.3 + - tifffile==2020.6.3 + - tweakwcs==0.6.4 + - urllib3==1.25.9 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200708/latest-linux.yml b/caldp/20200708/latest-linux.yml new file mode 100644 index 0000000..cf5a86d --- /dev/null +++ b/caldp/20200708/latest-linux.yml @@ -0,0 +1,112 @@ +# delivery_name: CALDP_20200708_CAL_final +# creation_time: Wed Jul 8 14:39:25 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=h7b6447c_0 +- libffi=3.3=he6710b0_1 +- 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=47.3.1=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 + - 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 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.9 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.6.1 + - jeepney==0.4.3 + - jinja2==2.11.2 + - keyring==21.2.1 + - kiwisolver==1.2.0 + - lxml==4.5.1 + - markupsafe==1.1.1 + - matplotlib==3.2.2 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.19.0 + - numpydoc==1.0.0 + - packaging==20.4 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.1.2 + - pycparser==2.20 + - pygments==2.6.1 + - pyparsing==2.4.7 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2020.1 + - pywavelets==1.1.1 + - requests==2.24.0 + - scikit-image==0.17.2 + - scipy==1.5.0 + - secretstorage==3.1.2 + - six==1.15.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.18 + - sphinx==3.1.1 + - 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.3.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.5.3 + - tifffile==2020.6.3 + - tweakwcs==0.6.4 + - urllib3==1.25.9 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200708/latest-macos.yml b/caldp/20200708/latest-macos.yml new file mode 100644 index 0000000..0491801 --- /dev/null +++ b/caldp/20200708/latest-macos.yml @@ -0,0 +1,104 @@ +# delivery_name: CALDP_20200708_CAL_final +# creation_time: Wed Jul 8 14:39:54 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=haf1e3a3_0 +- libffi=3.3=h0a44026_1 +- 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=47.3.1=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 + - 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 + - drizzlepac==3.1.6 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.9 + - imageio==2.8.0 + - imagesize==1.2.0 + - importlib-metadata==1.6.1 + - jinja2==2.11.2 + - keyring==21.2.1 + - kiwisolver==1.2.0 + - lxml==4.5.1 + - markupsafe==1.1.1 + - matplotlib==3.2.2 + - networkx==2.4 + - nictools==1.1.5 + - nose==1.3.7 + - numpy==1.19.0 + - numpydoc==1.0.0 + - packaging==20.4 + - parsley==1.3 + - photutils==0.7.2 + - pillow==7.1.2 + - pygments==2.6.1 + - pyparsing==2.4.7 + - pysynphot==0.9.14 + - python-dateutil==2.8.1 + - pytz==2020.1 + - pywavelets==1.1.1 + - requests==2.24.0 + - scikit-image==0.17.2 + - scipy==1.5.0 + - six==1.15.0 + - snowballstemmer==2.0.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.18 + - sphinx==3.1.1 + - 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.3.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.5.3 + - tifffile==2020.6.3 + - tweakwcs==0.6.4 + - urllib3==1.25.9 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.1.0 diff --git a/caldp/20200708/release_notes.md b/caldp/20200708/release_notes.md new file mode 100644 index 0000000..8682842 --- /dev/null +++ b/caldp/20200708/release_notes.md @@ -0,0 +1,8 @@ +## 2020/7/8 - CALDP_20200708_CAL_final + +## 2020/7/7 - CALDP_copyleft_CAL_rc2 +### hstcal 2.4.0rc2 + +## 2020/6/26 - CALDP_copyleft_CAL_rc1 +### hstcal 2.4.0rc1 + diff --git a/caldp/20200812/CALDP_20200812_DRZ_linux_py36_final.yml b/caldp/20200812/CALDP_20200812_DRZ_linux_py36_final.yml new file mode 100644 index 0000000..4bb2f10 --- /dev/null +++ b/caldp/20200812/CALDP_20200812_DRZ_linux_py36_final.yml @@ -0,0 +1,123 @@ +# delivery_name: CALDP_20200812_DRZ_final +# creation_time: Wed Aug 12 11:04:02 2020 +# conda_version: 4.8.2 +# condabuild_version: 4.8.2 +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 + - drizzlepac==3.1.8 + - 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/20200812/CALDP_20200812_DRZ_macos_py36_final.yml b/caldp/20200812/CALDP_20200812_DRZ_macos_py36_final.yml new file mode 100644 index 0000000..e572709 --- /dev/null +++ b/caldp/20200812/CALDP_20200812_DRZ_macos_py36_final.yml @@ -0,0 +1,115 @@ +# delivery_name: CALDP_20200812_DRZ_final +# creation_time: Wed Aug 12 11:04:15 2020 +# conda_version: 4.8.4 +# condabuild_version: 4.8.4 +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 + - drizzlepac==3.1.8 + - 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/20200812/README.md b/caldp/20200812/README.md new file mode 100644 index 0000000..70548c8 --- /dev/null +++ b/caldp/20200812/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/20200812/latest-linux.yml +$ conda env create -n caldp_20200812 --file latest-linux.yml +``` +### Activate the pipeline environment + +``` +$ source activate caldp_20200812 +``` + +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/20200812/dev/CALDP_alignment_DRZ_linux_py36_rc1.yml b/caldp/20200812/dev/CALDP_alignment_DRZ_linux_py36_rc1.yml new file mode 100644 index 0000000..5859d12 --- /dev/null +++ b/caldp/20200812/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/20200812/dev/CALDP_alignment_DRZ_linux_py36_rc2.yml b/caldp/20200812/dev/CALDP_alignment_DRZ_linux_py36_rc2.yml new file mode 100644 index 0000000..c5ec287 --- /dev/null +++ b/caldp/20200812/dev/CALDP_alignment_DRZ_linux_py36_rc2.yml @@ -0,0 +1,123 @@ +# delivery_name: CALDP_alignment_DRZ_rc2 +# creation_time: Tue Jul 28 13:41:16 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.8rc9 + - 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/20200812/dev/CALDP_alignment_DRZ_macos_py36_rc1.yml b/caldp/20200812/dev/CALDP_alignment_DRZ_macos_py36_rc1.yml new file mode 100644 index 0000000..ab97ed1 --- /dev/null +++ b/caldp/20200812/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/20200812/dev/CALDP_alignment_DRZ_macos_py36_rc2.yml b/caldp/20200812/dev/CALDP_alignment_DRZ_macos_py36_rc2.yml new file mode 100644 index 0000000..5b73b79 --- /dev/null +++ b/caldp/20200812/dev/CALDP_alignment_DRZ_macos_py36_rc2.yml @@ -0,0 +1,115 @@ +# delivery_name: CALDP_alignment_DRZ_rc2 +# creation_time: Tue Jul 28 13:42:06 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.8rc9 + - 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/20200812/latest-linux.yml b/caldp/20200812/latest-linux.yml new file mode 100644 index 0000000..4bb2f10 --- /dev/null +++ b/caldp/20200812/latest-linux.yml @@ -0,0 +1,123 @@ +# delivery_name: CALDP_20200812_DRZ_final +# creation_time: Wed Aug 12 11:04:02 2020 +# conda_version: 4.8.2 +# condabuild_version: 4.8.2 +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 + - drizzlepac==3.1.8 + - 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/20200812/latest-macos.yml b/caldp/20200812/latest-macos.yml new file mode 100644 index 0000000..e572709 --- /dev/null +++ b/caldp/20200812/latest-macos.yml @@ -0,0 +1,115 @@ +# delivery_name: CALDP_20200812_DRZ_final +# creation_time: Wed Aug 12 11:04:15 2020 +# conda_version: 4.8.4 +# condabuild_version: 4.8.4 +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 + - drizzlepac==3.1.8 + - 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/20200812/release_notes.md b/caldp/20200812/release_notes.md new file mode 100644 index 0000000..d37af66 --- /dev/null +++ b/caldp/20200812/release_notes.md @@ -0,0 +1,8 @@ +## 2020/8/12 - CALDP_20200812_DRZ_final + +## 2020/7/28 - CALDP_alignment_DRZ_rc2 +### drizzlepac 3.1.8rc9 + +## 2020/7/16 - CALDP_alignment_DRZ_rc1 +### drizzlepac 3.1.8rc7 + diff --git a/caldp/20201012/CALDP_20201012_CAL_linux_py36_final.yml b/caldp/20201012/CALDP_20201012_CAL_linux_py36_final.yml new file mode 100644 index 0000000..5a5697a --- /dev/null +++ b/caldp/20201012/CALDP_20201012_CAL_linux_py36_final.yml @@ -0,0 +1,107 @@ +# delivery_name: CALDP_20201012_CAL_final +# creation_time: Mon Oct 12 17:09:00 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.5.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.1h=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 + - calcos==3.3.10 + - 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/20201012/CALDP_20201012_CAL_macos_py36_final.yml b/caldp/20201012/CALDP_20201012_CAL_macos_py36_final.yml new file mode 100644 index 0000000..f09a434 --- /dev/null +++ b/caldp/20201012/CALDP_20201012_CAL_macos_py36_final.yml @@ -0,0 +1,99 @@ +# delivery_name: CALDP_20201012_CAL_final +# creation_time: Mon Oct 12 17:09:09 2020 +# conda_version: 4.8.5 +# 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.5.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.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 + - calcos==3.3.10 + - 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/20201012/README.md b/caldp/20201012/README.md new file mode 100644 index 0000000..9ad4d23 --- /dev/null +++ b/caldp/20201012/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/20201012/latest-linux.yml +$ conda env create -n caldp_20201012 --file latest-linux.yml +``` +### Activate the pipeline environment + +``` +$ source activate caldp_20201012 +``` + +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/20201012/dev/CALDP_errorcalc_CAL_linux_py36_rc2.yml b/caldp/20201012/dev/CALDP_errorcalc_CAL_linux_py36_rc2.yml new file mode 100644 index 0000000..0ee3a9f --- /dev/null +++ b/caldp/20201012/dev/CALDP_errorcalc_CAL_linux_py36_rc2.yml @@ -0,0 +1,108 @@ +# 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/20201012/dev/CALDP_errorcalc_CAL_macos_py36_rc2.yml b/caldp/20201012/dev/CALDP_errorcalc_CAL_macos_py36_rc2.yml new file mode 100644 index 0000000..54a5ecd --- /dev/null +++ b/caldp/20201012/dev/CALDP_errorcalc_CAL_macos_py36_rc2.yml @@ -0,0 +1,100 @@ +# 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/20201012/dev/CALDP_errorcalc_COS_linux_py36_rc1.yml b/caldp/20201012/dev/CALDP_errorcalc_COS_linux_py36_rc1.yml new file mode 100644 index 0000000..a752a73 --- /dev/null +++ b/caldp/20201012/dev/CALDP_errorcalc_COS_linux_py36_rc1.yml @@ -0,0 +1,107 @@ +# 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/20201012/dev/CALDP_errorcalc_COS_macos_py36_rc1.yml b/caldp/20201012/dev/CALDP_errorcalc_COS_macos_py36_rc1.yml new file mode 100644 index 0000000..69a6de7 --- /dev/null +++ b/caldp/20201012/dev/CALDP_errorcalc_COS_macos_py36_rc1.yml @@ -0,0 +1,99 @@ +# 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/20201012/latest-linux.yml b/caldp/20201012/latest-linux.yml new file mode 100644 index 0000000..5a5697a --- /dev/null +++ b/caldp/20201012/latest-linux.yml @@ -0,0 +1,107 @@ +# delivery_name: CALDP_20201012_CAL_final +# creation_time: Mon Oct 12 17:09:00 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.5.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.1h=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 + - calcos==3.3.10 + - 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/20201012/latest-macos.yml b/caldp/20201012/latest-macos.yml new file mode 100644 index 0000000..f09a434 --- /dev/null +++ b/caldp/20201012/latest-macos.yml @@ -0,0 +1,99 @@ +# delivery_name: CALDP_20201012_CAL_final +# creation_time: Mon Oct 12 17:09:09 2020 +# conda_version: 4.8.5 +# 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.5.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.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 + - calcos==3.3.10 + - 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/20201012/release_notes.md b/caldp/20201012/release_notes.md new file mode 100644 index 0000000..0a2f3ee --- /dev/null +++ b/caldp/20201012/release_notes.md @@ -0,0 +1,9 @@ +## 2020/10/12 - CALDP_20201012_CAL_final + +## 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 + diff --git a/caldp/20201208/CALDP_20201208_DRZ_linux_py36_final.yml b/caldp/20201208/CALDP_20201208_DRZ_linux_py36_final.yml new file mode 100644 index 0000000..c03aa75 --- /dev/null +++ b/caldp/20201208/CALDP_20201208_DRZ_linux_py36_final.yml @@ -0,0 +1,105 @@ +# delivery_name: CALDP_20201208_DRZ_final +# creation_time: Tue Dec 8 16:21:54 2020 +# conda_version: 4.9.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.10.14=0 +- certifi=2020.6.20=pyhd3eb1b0_3 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.5.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.1h=h7b6447c_0 +- pip=20.2.4=py36_0 +- python=3.6.12=hcff3b4d_2 +- readline=8.0=h7b6447c_0 +- setuptools=50.3.0=py36hb0f4dca_1 +- 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.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.2.3 + - calcos==3.3.10 + - cffi==1.14.3 + - chardet==3.0.4 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.2.1 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.0 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==2.0.0 + - jeepney==0.4.3 + - jinja2==2.11.2 + - joblib==0.17.0 + - keyring==21.4.0 + - kiwisolver==1.3.1 + - lxml==4.6.1 + - markupsafe==1.1.1 + - matplotlib==3.3.2 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.1 + - numpy==1.19.3 + - packaging==20.4 + - pandas==1.1.4 + - parsley==1.3 + - photutils==1.0.1 + - pillow==8.0.1 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2020.4 + - 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.3 + - secretstorage==3.1.2 + - six==1.15.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.19 + - 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.1 + - tweakwcs==0.6.5 + - typing-extensions==3.7.4.3 + - urllib3==1.25.11 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.0 diff --git a/caldp/20201208/CALDP_20201208_DRZ_macos_py36_final.yml b/caldp/20201208/CALDP_20201208_DRZ_macos_py36_final.yml new file mode 100644 index 0000000..0bfd339 --- /dev/null +++ b/caldp/20201208/CALDP_20201208_DRZ_macos_py36_final.yml @@ -0,0 +1,97 @@ +# delivery_name: CALDP_20201208_DRZ_final +# creation_time: Tue Dec 8 16:22:44 2020 +# conda_version: 4.9.2 +# condabuild_version: 3.18.11 +channels: +- defaults +- https://ssb.stsci.edu/astroconda +dependencies: +- bzip2=1.0.8=h1de35cc_0 +- ca-certificates=2020.10.14=0 +- certifi=2020.6.20=pyhd3eb1b0_3 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.5.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.1h=haf1e3a3_0 +- pip=20.2.4=py36_0 +- python=3.6.12=h26836e1_2 +- readline=8.0=h1de35cc_0 +- setuptools=50.3.0=py36h0dc7051_1 +- 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.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.2.3 + - calcos==3.3.10 + - chardet==3.0.4 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.0 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==2.0.0 + - jinja2==2.11.2 + - joblib==0.17.0 + - keyring==21.4.0 + - kiwisolver==1.3.1 + - lxml==4.6.1 + - markupsafe==1.1.1 + - matplotlib==3.3.2 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.1 + - numpy==1.19.3 + - packaging==20.4 + - pandas==1.1.4 + - parsley==1.3 + - photutils==1.0.1 + - pillow==8.0.1 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2020.4 + - 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.3 + - six==1.15.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.19 + - 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.1 + - tweakwcs==0.6.5 + - typing-extensions==3.7.4.3 + - urllib3==1.25.11 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.0 diff --git a/caldp/20201208/README.md b/caldp/20201208/README.md new file mode 100644 index 0000000..9353dff --- /dev/null +++ b/caldp/20201208/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/20201208/latest-linux.yml +$ conda env create -n caldp_20201208 --file latest-linux.yml +``` +### Activate the pipeline environment + +``` +$ source activate caldp_20201208 +``` + +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/20201208/dev/CALDP_initialSVM_DRZ_linux_py36_rc1.yml b/caldp/20201208/dev/CALDP_initialSVM_DRZ_linux_py36_rc1.yml new file mode 100644 index 0000000..121ef3a --- /dev/null +++ b/caldp/20201208/dev/CALDP_initialSVM_DRZ_linux_py36_rc1.yml @@ -0,0 +1,105 @@ +# delivery_name: CALDP_initialSVM_DRZ_rc1 +# creation_time: Mon Nov 2 10:50:12 2020 +# conda_version: 4.9.1 +# 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.10.14=0 +- certifi=2020.6.20=pyhd3eb1b0_3 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.5.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.1h=h7b6447c_0 +- pip=20.2.4=py36_0 +- python=3.6.12=hcff3b4d_2 +- readline=8.0=h7b6447c_0 +- setuptools=50.3.0=py36hb0f4dca_1 +- 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.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.2.3 + - calcos==3.3.10 + - cffi==1.14.3 + - chardet==3.0.4 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.2.1 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.0rc1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==2.0.0 + - jeepney==0.4.3 + - jinja2==2.11.2 + - joblib==0.17.0 + - keyring==21.4.0 + - kiwisolver==1.3.1 + - lxml==4.6.1 + - markupsafe==1.1.1 + - matplotlib==3.3.2 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.1 + - numpy==1.19.3 + - packaging==20.4 + - pandas==1.1.4 + - parsley==1.3 + - photutils==1.0.1 + - pillow==8.0.1 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2020.4 + - 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.3 + - secretstorage==3.1.2 + - six==1.15.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.19 + - 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.1 + - tweakwcs==0.6.5 + - typing-extensions==3.7.4.3 + - urllib3==1.25.11 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.0 diff --git a/caldp/20201208/dev/CALDP_initialSVM_DRZ_linux_py36_rc2.yml b/caldp/20201208/dev/CALDP_initialSVM_DRZ_linux_py36_rc2.yml new file mode 100644 index 0000000..cd57930 --- /dev/null +++ b/caldp/20201208/dev/CALDP_initialSVM_DRZ_linux_py36_rc2.yml @@ -0,0 +1,105 @@ +# delivery_name: CALDP_initialSVM_DRZ_rc2 +# creation_time: Thu Nov 12 12:06:39 2020 +# conda_version: 4.9.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.10.14=0 +- certifi=2020.6.20=pyhd3eb1b0_3 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.5.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.1h=h7b6447c_0 +- pip=20.2.4=py36_0 +- python=3.6.12=hcff3b4d_2 +- readline=8.0=h7b6447c_0 +- setuptools=50.3.0=py36hb0f4dca_1 +- 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.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.2.3 + - calcos==3.3.10 + - cffi==1.14.3 + - chardet==3.0.4 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.2.1 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.0rc2 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==2.0.0 + - jeepney==0.4.3 + - jinja2==2.11.2 + - joblib==0.17.0 + - keyring==21.4.0 + - kiwisolver==1.3.1 + - lxml==4.6.1 + - markupsafe==1.1.1 + - matplotlib==3.3.2 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.1 + - numpy==1.19.3 + - packaging==20.4 + - pandas==1.1.4 + - parsley==1.3 + - photutils==1.0.1 + - pillow==8.0.1 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2020.4 + - 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.3 + - secretstorage==3.1.2 + - six==1.15.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.19 + - 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.1 + - tweakwcs==0.6.5 + - typing-extensions==3.7.4.3 + - urllib3==1.25.11 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.0 diff --git a/caldp/20201208/dev/CALDP_initialSVM_DRZ_linux_py36_rc3.yml b/caldp/20201208/dev/CALDP_initialSVM_DRZ_linux_py36_rc3.yml new file mode 100644 index 0000000..b645bb2 --- /dev/null +++ b/caldp/20201208/dev/CALDP_initialSVM_DRZ_linux_py36_rc3.yml @@ -0,0 +1,105 @@ +# delivery_name: CALDP_initialSVM_DRZ_rc3 +# creation_time: Tue Nov 17 15:22:31 2020 +# conda_version: 4.9.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.10.14=0 +- certifi=2020.6.20=pyhd3eb1b0_3 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.5.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.1h=h7b6447c_0 +- pip=20.2.4=py36_0 +- python=3.6.12=hcff3b4d_2 +- readline=8.0=h7b6447c_0 +- setuptools=50.3.0=py36hb0f4dca_1 +- 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.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.2.3 + - calcos==3.3.10 + - cffi==1.14.3 + - chardet==3.0.4 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.2.1 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.0rc3 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==2.0.0 + - jeepney==0.4.3 + - jinja2==2.11.2 + - joblib==0.17.0 + - keyring==21.4.0 + - kiwisolver==1.3.1 + - lxml==4.6.1 + - markupsafe==1.1.1 + - matplotlib==3.3.2 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.1 + - numpy==1.19.3 + - packaging==20.4 + - pandas==1.1.4 + - parsley==1.3 + - photutils==1.0.1 + - pillow==8.0.1 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2020.4 + - 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.3 + - secretstorage==3.1.2 + - six==1.15.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.19 + - 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.1 + - tweakwcs==0.6.5 + - typing-extensions==3.7.4.3 + - urllib3==1.25.11 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.0 diff --git a/caldp/20201208/dev/CALDP_initialSVM_DRZ_linux_py36_rc4.yml b/caldp/20201208/dev/CALDP_initialSVM_DRZ_linux_py36_rc4.yml new file mode 100644 index 0000000..008c040 --- /dev/null +++ b/caldp/20201208/dev/CALDP_initialSVM_DRZ_linux_py36_rc4.yml @@ -0,0 +1,105 @@ +# delivery_name: CALDP_initialSVM_DRZ_rc4 +# creation_time: Wed Dec 2 13:43:20 2020 +# conda_version: 4.9.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.10.14=0 +- certifi=2020.6.20=pyhd3eb1b0_3 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.5.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.1h=h7b6447c_0 +- pip=20.2.4=py36_0 +- python=3.6.12=hcff3b4d_2 +- readline=8.0=h7b6447c_0 +- setuptools=50.3.0=py36hb0f4dca_1 +- 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.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.2.3 + - calcos==3.3.10 + - cffi==1.14.3 + - chardet==3.0.4 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.2.1 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.0rc4 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==2.0.0 + - jeepney==0.4.3 + - jinja2==2.11.2 + - joblib==0.17.0 + - keyring==21.4.0 + - kiwisolver==1.3.1 + - lxml==4.6.1 + - markupsafe==1.1.1 + - matplotlib==3.3.2 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.1 + - numpy==1.19.3 + - packaging==20.4 + - pandas==1.1.4 + - parsley==1.3 + - photutils==1.0.1 + - pillow==8.0.1 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2020.4 + - 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.3 + - secretstorage==3.1.2 + - six==1.15.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.19 + - 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.1 + - tweakwcs==0.6.5 + - typing-extensions==3.7.4.3 + - urllib3==1.25.11 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.0 diff --git a/caldp/20201208/dev/CALDP_initialSVM_DRZ_linux_py36_rc5.yml b/caldp/20201208/dev/CALDP_initialSVM_DRZ_linux_py36_rc5.yml new file mode 100644 index 0000000..00aca0c --- /dev/null +++ b/caldp/20201208/dev/CALDP_initialSVM_DRZ_linux_py36_rc5.yml @@ -0,0 +1,105 @@ +# delivery_name: CALDP_initialSVM_DRZ_rc5 +# creation_time: Thu Dec 3 14:13:58 2020 +# conda_version: 4.9.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.10.14=0 +- certifi=2020.6.20=pyhd3eb1b0_3 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.5.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.1h=h7b6447c_0 +- pip=20.2.4=py36_0 +- python=3.6.12=hcff3b4d_2 +- readline=8.0=h7b6447c_0 +- setuptools=50.3.0=py36hb0f4dca_1 +- 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.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.2.3 + - calcos==3.3.10 + - cffi==1.14.3 + - chardet==3.0.4 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.2.1 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.0rc5 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==2.0.0 + - jeepney==0.4.3 + - jinja2==2.11.2 + - joblib==0.17.0 + - keyring==21.4.0 + - kiwisolver==1.3.1 + - lxml==4.6.1 + - markupsafe==1.1.1 + - matplotlib==3.3.2 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.1 + - numpy==1.19.3 + - packaging==20.4 + - pandas==1.1.4 + - parsley==1.3 + - photutils==1.0.1 + - pillow==8.0.1 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2020.4 + - 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.3 + - secretstorage==3.1.2 + - six==1.15.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.19 + - 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.1 + - tweakwcs==0.6.5 + - typing-extensions==3.7.4.3 + - urllib3==1.25.11 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.0 diff --git a/caldp/20201208/dev/CALDP_initialSVM_DRZ_macos_py36_rc1.yml b/caldp/20201208/dev/CALDP_initialSVM_DRZ_macos_py36_rc1.yml new file mode 100644 index 0000000..90ab24d --- /dev/null +++ b/caldp/20201208/dev/CALDP_initialSVM_DRZ_macos_py36_rc1.yml @@ -0,0 +1,97 @@ +# delivery_name: CALDP_initialSVM_DRZ_rc1 +# creation_time: Mon Nov 2 10:46:29 2020 +# conda_version: 4.9.1 +# condabuild_version: 3.18.11 +channels: +- defaults +- https://ssb.stsci.edu/astroconda +dependencies: +- bzip2=1.0.8=h1de35cc_0 +- ca-certificates=2020.10.14=0 +- certifi=2020.6.20=pyhd3eb1b0_3 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.5.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.1h=haf1e3a3_0 +- pip=20.2.4=py36_0 +- python=3.6.12=h26836e1_2 +- readline=8.0=h1de35cc_0 +- setuptools=50.3.0=py36h0dc7051_1 +- 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.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.2.3 + - calcos==3.3.10 + - chardet==3.0.4 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.0rc1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==2.0.0 + - jinja2==2.11.2 + - joblib==0.17.0 + - keyring==21.4.0 + - kiwisolver==1.3.1 + - lxml==4.6.1 + - markupsafe==1.1.1 + - matplotlib==3.3.2 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.1 + - numpy==1.19.3 + - packaging==20.4 + - pandas==1.1.4 + - parsley==1.3 + - photutils==1.0.1 + - pillow==8.0.1 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2020.4 + - 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.3 + - six==1.15.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.19 + - 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.1 + - tweakwcs==0.6.5 + - typing-extensions==3.7.4.3 + - urllib3==1.25.11 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.0 diff --git a/caldp/20201208/dev/CALDP_initialSVM_DRZ_macos_py36_rc2.yml b/caldp/20201208/dev/CALDP_initialSVM_DRZ_macos_py36_rc2.yml new file mode 100644 index 0000000..c54a67e --- /dev/null +++ b/caldp/20201208/dev/CALDP_initialSVM_DRZ_macos_py36_rc2.yml @@ -0,0 +1,97 @@ +# delivery_name: CALDP_initialSVM_DRZ_rc2 +# creation_time: Thu Nov 12 12:07:08 2020 +# conda_version: 4.9.2 +# condabuild_version: 3.18.11 +channels: +- defaults +- https://ssb.stsci.edu/astroconda +dependencies: +- bzip2=1.0.8=h1de35cc_0 +- ca-certificates=2020.10.14=0 +- certifi=2020.6.20=pyhd3eb1b0_3 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.5.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.1h=haf1e3a3_0 +- pip=20.2.4=py36_0 +- python=3.6.12=h26836e1_2 +- readline=8.0=h1de35cc_0 +- setuptools=50.3.0=py36h0dc7051_1 +- 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.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.2.3 + - calcos==3.3.10 + - chardet==3.0.4 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.0rc2 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==2.0.0 + - jinja2==2.11.2 + - joblib==0.17.0 + - keyring==21.4.0 + - kiwisolver==1.3.1 + - lxml==4.6.1 + - markupsafe==1.1.1 + - matplotlib==3.3.2 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.1 + - numpy==1.19.3 + - packaging==20.4 + - pandas==1.1.4 + - parsley==1.3 + - photutils==1.0.1 + - pillow==8.0.1 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2020.4 + - 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.3 + - six==1.15.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.19 + - 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.1 + - tweakwcs==0.6.5 + - typing-extensions==3.7.4.3 + - urllib3==1.25.11 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.0 diff --git a/caldp/20201208/dev/CALDP_initialSVM_DRZ_macos_py36_rc3.yml b/caldp/20201208/dev/CALDP_initialSVM_DRZ_macos_py36_rc3.yml new file mode 100644 index 0000000..31dc04c --- /dev/null +++ b/caldp/20201208/dev/CALDP_initialSVM_DRZ_macos_py36_rc3.yml @@ -0,0 +1,97 @@ +# delivery_name: CALDP_initialSVM_DRZ_rc3 +# creation_time: Tue Nov 17 15:22:57 2020 +# conda_version: 4.9.2 +# condabuild_version: 3.18.11 +channels: +- defaults +- https://ssb.stsci.edu/astroconda +dependencies: +- bzip2=1.0.8=h1de35cc_0 +- ca-certificates=2020.10.14=0 +- certifi=2020.6.20=pyhd3eb1b0_3 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.5.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.1h=haf1e3a3_0 +- pip=20.2.4=py36_0 +- python=3.6.12=h26836e1_2 +- readline=8.0=h1de35cc_0 +- setuptools=50.3.0=py36h0dc7051_1 +- 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.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.2.3 + - calcos==3.3.10 + - chardet==3.0.4 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.0rc3 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==2.0.0 + - jinja2==2.11.2 + - joblib==0.17.0 + - keyring==21.4.0 + - kiwisolver==1.3.1 + - lxml==4.6.1 + - markupsafe==1.1.1 + - matplotlib==3.3.2 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.1 + - numpy==1.19.3 + - packaging==20.4 + - pandas==1.1.4 + - parsley==1.3 + - photutils==1.0.1 + - pillow==8.0.1 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2020.4 + - 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.3 + - six==1.15.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.19 + - 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.1 + - tweakwcs==0.6.5 + - typing-extensions==3.7.4.3 + - urllib3==1.25.11 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.0 diff --git a/caldp/20201208/dev/CALDP_initialSVM_DRZ_macos_py36_rc4.yml b/caldp/20201208/dev/CALDP_initialSVM_DRZ_macos_py36_rc4.yml new file mode 100644 index 0000000..7330011 --- /dev/null +++ b/caldp/20201208/dev/CALDP_initialSVM_DRZ_macos_py36_rc4.yml @@ -0,0 +1,97 @@ +# delivery_name: CALDP_initialSVM_DRZ_rc4 +# creation_time: Wed Dec 2 13:44:26 2020 +# conda_version: 4.9.2 +# condabuild_version: 3.18.11 +channels: +- defaults +- https://ssb.stsci.edu/astroconda +dependencies: +- bzip2=1.0.8=h1de35cc_0 +- ca-certificates=2020.10.14=0 +- certifi=2020.6.20=pyhd3eb1b0_3 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.5.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.1h=haf1e3a3_0 +- pip=20.2.4=py36_0 +- python=3.6.12=h26836e1_2 +- readline=8.0=h1de35cc_0 +- setuptools=50.3.0=py36h0dc7051_1 +- 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.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.2.3 + - calcos==3.3.10 + - chardet==3.0.4 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.0rc4 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==2.0.0 + - jinja2==2.11.2 + - joblib==0.17.0 + - keyring==21.4.0 + - kiwisolver==1.3.1 + - lxml==4.6.1 + - markupsafe==1.1.1 + - matplotlib==3.3.2 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.1 + - numpy==1.19.3 + - packaging==20.4 + - pandas==1.1.4 + - parsley==1.3 + - photutils==1.0.1 + - pillow==8.0.1 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2020.4 + - 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.3 + - six==1.15.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.19 + - 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.1 + - tweakwcs==0.6.5 + - typing-extensions==3.7.4.3 + - urllib3==1.25.11 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.0 diff --git a/caldp/20201208/dev/CALDP_initialSVM_DRZ_macos_py36_rc5.yml b/caldp/20201208/dev/CALDP_initialSVM_DRZ_macos_py36_rc5.yml new file mode 100644 index 0000000..609b85e --- /dev/null +++ b/caldp/20201208/dev/CALDP_initialSVM_DRZ_macos_py36_rc5.yml @@ -0,0 +1,97 @@ +# delivery_name: CALDP_initialSVM_DRZ_rc5 +# creation_time: Thu Dec 3 14:14:51 2020 +# conda_version: 4.9.2 +# condabuild_version: 3.18.11 +channels: +- defaults +- https://ssb.stsci.edu/astroconda +dependencies: +- bzip2=1.0.8=h1de35cc_0 +- ca-certificates=2020.10.14=0 +- certifi=2020.6.20=pyhd3eb1b0_3 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.5.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.1h=haf1e3a3_0 +- pip=20.2.4=py36_0 +- python=3.6.12=h26836e1_2 +- readline=8.0=h1de35cc_0 +- setuptools=50.3.0=py36h0dc7051_1 +- 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.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.2.3 + - calcos==3.3.10 + - chardet==3.0.4 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.0rc5 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==2.0.0 + - jinja2==2.11.2 + - joblib==0.17.0 + - keyring==21.4.0 + - kiwisolver==1.3.1 + - lxml==4.6.1 + - markupsafe==1.1.1 + - matplotlib==3.3.2 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.1 + - numpy==1.19.3 + - packaging==20.4 + - pandas==1.1.4 + - parsley==1.3 + - photutils==1.0.1 + - pillow==8.0.1 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2020.4 + - 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.3 + - six==1.15.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.19 + - 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.1 + - tweakwcs==0.6.5 + - typing-extensions==3.7.4.3 + - urllib3==1.25.11 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.0 diff --git a/caldp/20201208/latest-linux.yml b/caldp/20201208/latest-linux.yml new file mode 100644 index 0000000..c03aa75 --- /dev/null +++ b/caldp/20201208/latest-linux.yml @@ -0,0 +1,105 @@ +# delivery_name: CALDP_20201208_DRZ_final +# creation_time: Tue Dec 8 16:21:54 2020 +# conda_version: 4.9.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.10.14=0 +- certifi=2020.6.20=pyhd3eb1b0_3 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.5.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.1h=h7b6447c_0 +- pip=20.2.4=py36_0 +- python=3.6.12=hcff3b4d_2 +- readline=8.0=h7b6447c_0 +- setuptools=50.3.0=py36hb0f4dca_1 +- 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.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.2.3 + - calcos==3.3.10 + - cffi==1.14.3 + - chardet==3.0.4 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.2.1 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.0 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==2.0.0 + - jeepney==0.4.3 + - jinja2==2.11.2 + - joblib==0.17.0 + - keyring==21.4.0 + - kiwisolver==1.3.1 + - lxml==4.6.1 + - markupsafe==1.1.1 + - matplotlib==3.3.2 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.1 + - numpy==1.19.3 + - packaging==20.4 + - pandas==1.1.4 + - parsley==1.3 + - photutils==1.0.1 + - pillow==8.0.1 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2020.4 + - 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.3 + - secretstorage==3.1.2 + - six==1.15.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.19 + - 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.1 + - tweakwcs==0.6.5 + - typing-extensions==3.7.4.3 + - urllib3==1.25.11 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.0 diff --git a/caldp/20201208/latest-macos.yml b/caldp/20201208/latest-macos.yml new file mode 100644 index 0000000..0bfd339 --- /dev/null +++ b/caldp/20201208/latest-macos.yml @@ -0,0 +1,97 @@ +# delivery_name: CALDP_20201208_DRZ_final +# creation_time: Tue Dec 8 16:22:44 2020 +# conda_version: 4.9.2 +# condabuild_version: 3.18.11 +channels: +- defaults +- https://ssb.stsci.edu/astroconda +dependencies: +- bzip2=1.0.8=h1de35cc_0 +- ca-certificates=2020.10.14=0 +- certifi=2020.6.20=pyhd3eb1b0_3 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.5.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.1h=haf1e3a3_0 +- pip=20.2.4=py36_0 +- python=3.6.12=h26836e1_2 +- readline=8.0=h1de35cc_0 +- setuptools=50.3.0=py36h0dc7051_1 +- 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.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.2.3 + - calcos==3.3.10 + - chardet==3.0.4 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.0 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==2.0.0 + - jinja2==2.11.2 + - joblib==0.17.0 + - keyring==21.4.0 + - kiwisolver==1.3.1 + - lxml==4.6.1 + - markupsafe==1.1.1 + - matplotlib==3.3.2 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.1 + - numpy==1.19.3 + - packaging==20.4 + - pandas==1.1.4 + - parsley==1.3 + - photutils==1.0.1 + - pillow==8.0.1 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2020.4 + - 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.3 + - six==1.15.0 + - soupsieve==2.0.1 + - spherical-geometry==1.2.19 + - 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.1 + - tweakwcs==0.6.5 + - typing-extensions==3.7.4.3 + - urllib3==1.25.11 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.0 diff --git a/caldp/20201208/release_notes.md b/caldp/20201208/release_notes.md new file mode 100644 index 0000000..ee648cf --- /dev/null +++ b/caldp/20201208/release_notes.md @@ -0,0 +1,17 @@ +## 2020/12/8 - CALDP_20201208_DRZ_final + +## 2020/12/3 - CALDP_initialSVM_DRZ_rc5 +### drizzlepac 3.2.0rc5 + +## 2020/12/2 - CALDP_initialSVM_DRZ_rc4 +### drizzlepac 3.2.0rc4 + +## 2020/11/17 - CALDP_initialSVM_DRZ_rc3 +### drizzlepac 3.2.0rc3 + +## 2020/11/12 - CALDP_initialSVM_DRZ_rc2 +### drizzlepac 3.2.0rc2 + +## 2020/11/2 - CALDP_initialSVM_DRZ_rc1 +### drizzlepac 3.2.0rc1 + diff --git a/caldp/20210323/CALDP_20210323_CAL_linux_py36_final.yml b/caldp/20210323/CALDP_20210323_CAL_linux_py36_final.yml new file mode 100644 index 0000000..4acce4d --- /dev/null +++ b/caldp/20210323/CALDP_20210323_CAL_linux_py36_final.yml @@ -0,0 +1,106 @@ +# delivery_name: CALDP_20210323_CAL_final +# creation_time: Tue Mar 23 18:50:48 2021 +# conda_version: 4.9.2 +# condabuild_version: 3.18.11 +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=2021.1.19=h06a4308_0 +- certifi=2020.12.5=py36h06a4308_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.6.0.dev0+gce2514a6=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.1i=h27cfd23_0 +- pip=20.3.3=py36h06a4308_0 +- python=3.6.12=hcff3b4d_2 +- readline=8.1=h27cfd23_0 +- setuptools=52.0.0=py36h06a4308_0 +- sqlite=3.33.0=h62c20be_0 +- tk=8.6.10=hbc83047_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h7b6447c_0 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.2.3 + - calcos==3.3.10 + - cffi==1.14.5 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.4.5 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==3.4.0 + - jeepney==0.6.0 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==22.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.2 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.2 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.1.0 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.1 + - scipy==1.5.4 + - secretstorage==3.3.1 + - six==1.15.0 + - soupsieve==2.2 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.0 + - typing-extensions==3.7.4.3 + - urllib3==1.26.3 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.0 diff --git a/caldp/20210323/CALDP_20210323_CAL_macos_py36_final.yml b/caldp/20210323/CALDP_20210323_CAL_macos_py36_final.yml new file mode 100644 index 0000000..9c23f75 --- /dev/null +++ b/caldp/20210323/CALDP_20210323_CAL_macos_py36_final.yml @@ -0,0 +1,98 @@ +# delivery_name: CALDP_20210323_CAL_final +# creation_time: Tue Mar 23 18:51:21 2021 +# conda_version: 4.9.2 +# 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=2021.1.19=hecd8cb5_0 +- certifi=2020.12.5=py36hecd8cb5_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.6.0.dev0+gce2514a6=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.1i=h9ed2024_0 +- pip=20.3.3=py36hecd8cb5_0 +- python=3.6.12=h26836e1_2 +- readline=8.1=h9ed2024_0 +- setuptools=52.0.0=py36hecd8cb5_0 +- sqlite=3.33.0=hffcf06c_0 +- tk=8.6.10=hb0a8c7a_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h1de35cc_0 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.2.3 + - calcos==3.3.10 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==3.4.0 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==22.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.2 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.2 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.1.0 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.1 + - scipy==1.5.4 + - six==1.15.0 + - soupsieve==2.2 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.0 + - typing-extensions==3.7.4.3 + - urllib3==1.26.3 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.0 diff --git a/caldp/20210323/README.md b/caldp/20210323/README.md new file mode 100644 index 0000000..9f6c847 --- /dev/null +++ b/caldp/20210323/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/20210323/latest-linux.yml +$ conda env create -n caldp_20210323 --file latest-linux.yml +``` +### Activate the pipeline environment + +``` +$ source activate caldp_20210323 +``` + +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/20210323/dev/CALDP_satmapplus_CAL_linux_py36_rc1.yml b/caldp/20210323/dev/CALDP_satmapplus_CAL_linux_py36_rc1.yml new file mode 100644 index 0000000..02e9223 --- /dev/null +++ b/caldp/20210323/dev/CALDP_satmapplus_CAL_linux_py36_rc1.yml @@ -0,0 +1,106 @@ +# delivery_name: CALDP_satmapplus_CAL_rc1 +# creation_time: Tue Feb 16 10:20:36 2021 +# conda_version: 4.9.2 +# condabuild_version: 3.18.11 +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=2021.1.19=h06a4308_0 +- certifi=2020.12.5=py36h06a4308_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.6.0rc3.dev0+gce2514a6=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.1i=h27cfd23_0 +- pip=20.3.3=py36h06a4308_0 +- python=3.6.12=hcff3b4d_2 +- readline=8.1=h27cfd23_0 +- setuptools=52.0.0=py36h06a4308_0 +- sqlite=3.33.0=h62c20be_0 +- tk=8.6.10=hbc83047_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h7b6447c_0 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.2.3 + - calcos==3.3.10 + - cffi==1.14.5 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.4.5 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==3.4.0 + - jeepney==0.6.0 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==22.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.2 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.2 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.1.0 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.1 + - scipy==1.5.4 + - secretstorage==3.3.1 + - six==1.15.0 + - soupsieve==2.2 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.0 + - typing-extensions==3.7.4.3 + - urllib3==1.26.3 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.0 diff --git a/caldp/20210323/dev/CALDP_satmapplus_CAL_macos_py36_rc1.yml b/caldp/20210323/dev/CALDP_satmapplus_CAL_macos_py36_rc1.yml new file mode 100644 index 0000000..eff9ffe --- /dev/null +++ b/caldp/20210323/dev/CALDP_satmapplus_CAL_macos_py36_rc1.yml @@ -0,0 +1,98 @@ +# delivery_name: CALDP_satmapplus_CAL_rc1 +# creation_time: Tue Feb 16 10:19:51 2021 +# conda_version: 4.9.2 +# 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=2021.1.19=hecd8cb5_0 +- certifi=2020.12.5=py36hecd8cb5_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.6.0rc3.dev0+gce2514a6=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.1i=h9ed2024_0 +- pip=20.3.3=py36hecd8cb5_0 +- python=3.6.12=h26836e1_2 +- readline=8.1=h9ed2024_0 +- setuptools=52.0.0=py36hecd8cb5_0 +- sqlite=3.33.0=hffcf06c_0 +- tk=8.6.10=hb0a8c7a_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h1de35cc_0 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.2.3 + - calcos==3.3.10 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==3.4.0 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==22.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.2 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.2 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.1.0 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.1 + - scipy==1.5.4 + - six==1.15.0 + - soupsieve==2.2 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.0 + - typing-extensions==3.7.4.3 + - urllib3==1.26.3 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.0 diff --git a/caldp/20210323/latest-linux.yml b/caldp/20210323/latest-linux.yml new file mode 100644 index 0000000..4acce4d --- /dev/null +++ b/caldp/20210323/latest-linux.yml @@ -0,0 +1,106 @@ +# delivery_name: CALDP_20210323_CAL_final +# creation_time: Tue Mar 23 18:50:48 2021 +# conda_version: 4.9.2 +# condabuild_version: 3.18.11 +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=2021.1.19=h06a4308_0 +- certifi=2020.12.5=py36h06a4308_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.6.0.dev0+gce2514a6=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.1i=h27cfd23_0 +- pip=20.3.3=py36h06a4308_0 +- python=3.6.12=hcff3b4d_2 +- readline=8.1=h27cfd23_0 +- setuptools=52.0.0=py36h06a4308_0 +- sqlite=3.33.0=h62c20be_0 +- tk=8.6.10=hbc83047_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h7b6447c_0 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.2.3 + - calcos==3.3.10 + - cffi==1.14.5 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.4.5 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==3.4.0 + - jeepney==0.6.0 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==22.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.2 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.2 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.1.0 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.1 + - scipy==1.5.4 + - secretstorage==3.3.1 + - six==1.15.0 + - soupsieve==2.2 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.0 + - typing-extensions==3.7.4.3 + - urllib3==1.26.3 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.0 diff --git a/caldp/20210323/latest-macos.yml b/caldp/20210323/latest-macos.yml new file mode 100644 index 0000000..9c23f75 --- /dev/null +++ b/caldp/20210323/latest-macos.yml @@ -0,0 +1,98 @@ +# delivery_name: CALDP_20210323_CAL_final +# creation_time: Tue Mar 23 18:51:21 2021 +# conda_version: 4.9.2 +# 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=2021.1.19=hecd8cb5_0 +- certifi=2020.12.5=py36hecd8cb5_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.6.0.dev0+gce2514a6=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.1i=h9ed2024_0 +- pip=20.3.3=py36hecd8cb5_0 +- python=3.6.12=h26836e1_2 +- readline=8.1=h9ed2024_0 +- setuptools=52.0.0=py36hecd8cb5_0 +- sqlite=3.33.0=hffcf06c_0 +- tk=8.6.10=hb0a8c7a_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h1de35cc_0 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.2.3 + - calcos==3.3.10 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==3.4.0 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==22.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.2 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.2 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.1.0 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.1 + - scipy==1.5.4 + - six==1.15.0 + - soupsieve==2.2 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.0 + - typing-extensions==3.7.4.3 + - urllib3==1.26.3 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.0 diff --git a/caldp/20210323/release_notes.md b/caldp/20210323/release_notes.md new file mode 100644 index 0000000..f9de8ac --- /dev/null +++ b/caldp/20210323/release_notes.md @@ -0,0 +1,7 @@ +## 2021/3/23 - CALDP_20210323_CAL_final +### hstcal 2.6.0 + +## 2021/2/16 - CALDP_satmapplus_CAL_rc1 +### hstcal 2.6.0rc3 +### drizzlepac 3.2.1 + diff --git a/caldp/20210415/CALDP_20210415_CAL_linux_py36_final.yml b/caldp/20210415/CALDP_20210415_CAL_linux_py36_final.yml new file mode 100644 index 0000000..d6a0ff9 --- /dev/null +++ b/caldp/20210415/CALDP_20210415_CAL_linux_py36_final.yml @@ -0,0 +1,105 @@ +# delivery_name: CALDP_20210415_CAL_final +# creation_time: Thu Apr 15 15:08:54 2021 +# conda_version: 4.10.1 +# condabuild_version: 3.18.11 +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=2021.1.19=h06a4308_1 +- certifi=2020.12.5=py36h06a4308_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.0.dev0+ge0f20b78=0 +- ld_impl_linux-64=2.33.1=h53a641e_7 +- 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.1j=h27cfd23_0 +- pip=21.0.1=py36h06a4308_0 +- python=3.6.13=hdb3f193_0 +- readline=8.1=h27cfd23_0 +- setuptools=52.0.0=py36h06a4308_0 +- sqlite=3.35.2=hdfb4753_0 +- tk=8.6.10=hbc83047_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h7b6447c_0 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.3.0 + - calcos==3.3.10 + - cffi==1.14.5 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.4.6 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==3.7.3 + - jeepney==0.6.0 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==23.0.0 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.1.2 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.1 + - scipy==1.5.4 + - secretstorage==3.3.1 + - six==1.15.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.1 + - typing-extensions==3.7.4.3 + - urllib3==1.26.4 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.1 diff --git a/caldp/20210415/CALDP_20210415_CAL_macos_py36_final.yml b/caldp/20210415/CALDP_20210415_CAL_macos_py36_final.yml new file mode 100644 index 0000000..5eee4bd --- /dev/null +++ b/caldp/20210415/CALDP_20210415_CAL_macos_py36_final.yml @@ -0,0 +1,97 @@ +# delivery_name: CALDP_20210415_CAL_final +# creation_time: Thu Apr 15 15:09:53 2021 +# conda_version: 4.10.1 +# 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=2021.1.19=hecd8cb5_1 +- certifi=2020.12.5=py36hecd8cb5_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.0.dev0+ge0f20b78=0 +- libcxx=10.0.0=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.1j=h9ed2024_0 +- pip=21.0.1=py36hecd8cb5_0 +- python=3.6.13=h88f2d9e_0 +- readline=8.1=h9ed2024_0 +- setuptools=52.0.0=py36hecd8cb5_0 +- sqlite=3.35.2=hce871da_0 +- tk=8.6.10=hb0a8c7a_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h1de35cc_0 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.3.0 + - calcos==3.3.10 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==3.7.3 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==23.0.0 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.1.2 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.1 + - scipy==1.5.4 + - six==1.15.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.1 + - typing-extensions==3.7.4.3 + - urllib3==1.26.4 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.1 diff --git a/caldp/20210415/README.md b/caldp/20210415/README.md new file mode 100644 index 0000000..06440ae --- /dev/null +++ b/caldp/20210415/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/20210415/latest-linux.yml +$ conda env create -n caldp_20210415 --file latest-linux.yml +``` +### Activate the pipeline environment + +``` +$ source activate caldp_20210415 +``` + +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/20210415/dev/CALDP_cte_CAL_linux_py36_rc1.yml b/caldp/20210415/dev/CALDP_cte_CAL_linux_py36_rc1.yml new file mode 100644 index 0000000..04ec12f --- /dev/null +++ b/caldp/20210415/dev/CALDP_cte_CAL_linux_py36_rc1.yml @@ -0,0 +1,105 @@ +# delivery_name: CALDP_cte_CAL_rc1 +# creation_time: Wed Mar 24 17:42:31 2021 +# conda_version: 4.9.2 +# condabuild_version: 3.18.11 +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=2021.1.19=h06a4308_1 +- certifi=2020.12.5=py36h06a4308_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.0rc1.dev0+g82c7c541=0 +- ld_impl_linux-64=2.33.1=h53a641e_7 +- 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.1j=h27cfd23_0 +- pip=21.0.1=py36h06a4308_0 +- python=3.6.13=hdb3f193_0 +- readline=8.1=h27cfd23_0 +- setuptools=52.0.0=py36h06a4308_0 +- sqlite=3.35.2=hdfb4753_0 +- tk=8.6.10=hbc83047_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h7b6447c_0 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.3.0 + - calcos==3.3.10 + - cffi==1.14.5 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.4.6 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==3.7.3 + - jeepney==0.6.0 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==23.0.0 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.1.2 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.1 + - scipy==1.5.4 + - secretstorage==3.3.1 + - six==1.15.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.1 + - typing-extensions==3.7.4.3 + - urllib3==1.26.4 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.1 diff --git a/caldp/20210415/dev/CALDP_cte_CAL_linux_py36_rc2.yml b/caldp/20210415/dev/CALDP_cte_CAL_linux_py36_rc2.yml new file mode 100644 index 0000000..37ee594 --- /dev/null +++ b/caldp/20210415/dev/CALDP_cte_CAL_linux_py36_rc2.yml @@ -0,0 +1,105 @@ +# delivery_name: CALDP_cte_CAL_rc2 +# creation_time: Thu Apr 8 21:50:53 2021 +# conda_version: 4.10.0 +# condabuild_version: 3.18.11 +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=2021.1.19=h06a4308_1 +- certifi=2020.12.5=py36h06a4308_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.0rc2.dev0+ga5a7d359=0 +- ld_impl_linux-64=2.33.1=h53a641e_7 +- 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.1j=h27cfd23_0 +- pip=21.0.1=py36h06a4308_0 +- python=3.6.13=hdb3f193_0 +- readline=8.1=h27cfd23_0 +- setuptools=52.0.0=py36h06a4308_0 +- sqlite=3.35.2=hdfb4753_0 +- tk=8.6.10=hbc83047_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h7b6447c_0 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.3.0 + - calcos==3.3.10 + - cffi==1.14.5 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.4.6 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==3.7.3 + - jeepney==0.6.0 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==23.0.0 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.1.2 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.1 + - scipy==1.5.4 + - secretstorage==3.3.1 + - six==1.15.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.19 + - 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 + - git+https://github.com/spacetelescope/stwcs@1.6.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - git+https://github.com/spacetelescope/tweakwcs@0.7.1 + - typing-extensions==3.7.4.3 + - urllib3==1.26.4 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.1 diff --git a/caldp/20210415/dev/CALDP_cte_CAL_linux_py36_rc3.yml b/caldp/20210415/dev/CALDP_cte_CAL_linux_py36_rc3.yml new file mode 100644 index 0000000..427faf5 --- /dev/null +++ b/caldp/20210415/dev/CALDP_cte_CAL_linux_py36_rc3.yml @@ -0,0 +1,105 @@ +# delivery_name: CALDP_cte_CAL_rc3 +# creation_time: Fri Apr 9 11:21:43 2021 +# conda_version: 4.10.0 +# condabuild_version: 3.18.11 +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=2021.1.19=h06a4308_1 +- certifi=2020.12.5=py36h06a4308_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.0rc3.dev0+ge0f20b78=0 +- ld_impl_linux-64=2.33.1=h53a641e_7 +- 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.1j=h27cfd23_0 +- pip=21.0.1=py36h06a4308_0 +- python=3.6.13=hdb3f193_0 +- readline=8.1=h27cfd23_0 +- setuptools=52.0.0=py36h06a4308_0 +- sqlite=3.35.2=hdfb4753_0 +- tk=8.6.10=hbc83047_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h7b6447c_0 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.3.0 + - calcos==3.3.10 + - cffi==1.14.5 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.4.6 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==3.7.3 + - jeepney==0.6.0 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==23.0.0 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.1.2 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.1 + - scipy==1.5.4 + - secretstorage==3.3.1 + - six==1.15.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.19 + - 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 + - git+https://github.com/spacetelescope/stwcs@1.6.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - git+https://github.com/spacetelescope/tweakwcs@0.7.1 + - typing-extensions==3.7.4.3 + - urllib3==1.26.4 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.1 diff --git a/caldp/20210415/dev/CALDP_cte_CAL_macos_py36_rc1.yml b/caldp/20210415/dev/CALDP_cte_CAL_macos_py36_rc1.yml new file mode 100644 index 0000000..ba52251 --- /dev/null +++ b/caldp/20210415/dev/CALDP_cte_CAL_macos_py36_rc1.yml @@ -0,0 +1,97 @@ +# delivery_name: CALDP_cte_CAL_rc1 +# creation_time: Wed Mar 24 17:43:34 2021 +# conda_version: 4.9.2 +# 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=2021.1.19=hecd8cb5_1 +- certifi=2020.12.5=py36hecd8cb5_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.0rc1.dev0+g82c7c541=0 +- libcxx=10.0.0=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.1j=h9ed2024_0 +- pip=21.0.1=py36hecd8cb5_0 +- python=3.6.13=h88f2d9e_0 +- readline=8.1=h9ed2024_0 +- setuptools=52.0.0=py36hecd8cb5_0 +- sqlite=3.35.2=hce871da_0 +- tk=8.6.10=hb0a8c7a_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h1de35cc_0 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.3.0 + - calcos==3.3.10 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==3.7.3 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==23.0.0 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.1.2 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.1 + - scipy==1.5.4 + - six==1.15.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.1 + - typing-extensions==3.7.4.3 + - urllib3==1.26.4 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.1 diff --git a/caldp/20210415/dev/CALDP_cte_CAL_macos_py36_rc2.yml b/caldp/20210415/dev/CALDP_cte_CAL_macos_py36_rc2.yml new file mode 100644 index 0000000..3f36666 --- /dev/null +++ b/caldp/20210415/dev/CALDP_cte_CAL_macos_py36_rc2.yml @@ -0,0 +1,97 @@ +# delivery_name: CALDP_cte_CAL_rc2 +# creation_time: Thu Apr 8 21:51:49 2021 +# conda_version: 4.10.0 +# 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=2021.1.19=hecd8cb5_1 +- certifi=2020.12.5=py36hecd8cb5_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.0rc2.dev0+ga5a7d359=0 +- libcxx=10.0.0=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.1j=h9ed2024_0 +- pip=21.0.1=py36hecd8cb5_0 +- python=3.6.13=h88f2d9e_0 +- readline=8.1=h9ed2024_0 +- setuptools=52.0.0=py36hecd8cb5_0 +- sqlite=3.35.2=hce871da_0 +- tk=8.6.10=hb0a8c7a_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h1de35cc_0 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.3.0 + - calcos==3.3.10 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==3.7.3 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==23.0.0 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.1.2 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.1 + - scipy==1.5.4 + - six==1.15.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.19 + - 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 + - git+https://github.com/spacetelescope/stwcs@1.6.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - git+https://github.com/spacetelescope/tweakwcs@0.7.1 + - typing-extensions==3.7.4.3 + - urllib3==1.26.4 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.1 diff --git a/caldp/20210415/dev/CALDP_cte_CAL_macos_py36_rc3.yml b/caldp/20210415/dev/CALDP_cte_CAL_macos_py36_rc3.yml new file mode 100644 index 0000000..1261739 --- /dev/null +++ b/caldp/20210415/dev/CALDP_cte_CAL_macos_py36_rc3.yml @@ -0,0 +1,97 @@ +# delivery_name: CALDP_cte_CAL_rc3 +# creation_time: Fri Apr 9 11:18:36 2021 +# conda_version: 4.10.0 +# 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=2021.1.19=hecd8cb5_1 +- certifi=2020.12.5=py36hecd8cb5_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.0rc3.dev0+ge0f20b78=0 +- libcxx=10.0.0=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.1j=h9ed2024_0 +- pip=21.0.1=py36hecd8cb5_0 +- python=3.6.13=h88f2d9e_0 +- readline=8.1=h9ed2024_0 +- setuptools=52.0.0=py36hecd8cb5_0 +- sqlite=3.35.2=hce871da_0 +- tk=8.6.10=hb0a8c7a_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h1de35cc_0 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.3.0 + - calcos==3.3.10 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==3.7.3 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==23.0.0 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.1.2 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.1 + - scipy==1.5.4 + - six==1.15.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.19 + - 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 + - git+https://github.com/spacetelescope/stwcs@1.6.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - git+https://github.com/spacetelescope/tweakwcs@0.7.1 + - typing-extensions==3.7.4.3 + - urllib3==1.26.4 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.1 diff --git a/caldp/20210415/latest-linux.yml b/caldp/20210415/latest-linux.yml new file mode 100644 index 0000000..d6a0ff9 --- /dev/null +++ b/caldp/20210415/latest-linux.yml @@ -0,0 +1,105 @@ +# delivery_name: CALDP_20210415_CAL_final +# creation_time: Thu Apr 15 15:08:54 2021 +# conda_version: 4.10.1 +# condabuild_version: 3.18.11 +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=2021.1.19=h06a4308_1 +- certifi=2020.12.5=py36h06a4308_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.0.dev0+ge0f20b78=0 +- ld_impl_linux-64=2.33.1=h53a641e_7 +- 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.1j=h27cfd23_0 +- pip=21.0.1=py36h06a4308_0 +- python=3.6.13=hdb3f193_0 +- readline=8.1=h27cfd23_0 +- setuptools=52.0.0=py36h06a4308_0 +- sqlite=3.35.2=hdfb4753_0 +- tk=8.6.10=hbc83047_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h7b6447c_0 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.3.0 + - calcos==3.3.10 + - cffi==1.14.5 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.4.6 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==3.7.3 + - jeepney==0.6.0 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==23.0.0 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.1.2 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.1 + - scipy==1.5.4 + - secretstorage==3.3.1 + - six==1.15.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.1 + - typing-extensions==3.7.4.3 + - urllib3==1.26.4 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.1 diff --git a/caldp/20210415/latest-macos.yml b/caldp/20210415/latest-macos.yml new file mode 100644 index 0000000..5eee4bd --- /dev/null +++ b/caldp/20210415/latest-macos.yml @@ -0,0 +1,97 @@ +# delivery_name: CALDP_20210415_CAL_final +# creation_time: Thu Apr 15 15:09:53 2021 +# conda_version: 4.10.1 +# 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=2021.1.19=hecd8cb5_1 +- certifi=2020.12.5=py36hecd8cb5_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.0.dev0+ge0f20b78=0 +- libcxx=10.0.0=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.1j=h9ed2024_0 +- pip=21.0.1=py36hecd8cb5_0 +- python=3.6.13=h88f2d9e_0 +- readline=8.1=h9ed2024_0 +- setuptools=52.0.0=py36hecd8cb5_0 +- sqlite=3.35.2=hce871da_0 +- tk=8.6.10=hb0a8c7a_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h1de35cc_0 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.3.0 + - calcos==3.3.10 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==3.7.3 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==23.0.0 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.1.2 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.1 + - scipy==1.5.4 + - six==1.15.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.1 + - typing-extensions==3.7.4.3 + - urllib3==1.26.4 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.1 diff --git a/caldp/20210415/release_notes.md b/caldp/20210415/release_notes.md new file mode 100644 index 0000000..4f62424 --- /dev/null +++ b/caldp/20210415/release_notes.md @@ -0,0 +1,19 @@ +## 2021/4/15 - CALDP_20210415_CAL_final +### hstcal 2.7.0 + +## 2021/4/9 - CALDP_cte_CAL_rc3 +### hstcal 2.7.0rc3 +### drizzlepac 3.2.1 +### stwcs 1.6.1 +### tweakwcs 0.7.1 + +## 2021/4/9 - CALDP_cte_CAL_rc2 +### hstcal 2.7.0rc2 +### drizzlepac 3.2.1 +### stwcs 1.6.1 +### tweakwcs 0.7.1 + +## 2021/3/24 - CALDP_cte_CAL_rc1 +### hstcal 2.7.0rc1 +### drizzlepac 3.2.1 + diff --git a/caldp/20210505/CALDP_20210505_CAL_linux_py36_final.yml b/caldp/20210505/CALDP_20210505_CAL_linux_py36_final.yml new file mode 100644 index 0000000..2f2f327 --- /dev/null +++ b/caldp/20210505/CALDP_20210505_CAL_linux_py36_final.yml @@ -0,0 +1,105 @@ +# delivery_name: CALDP_20210505_CAL_final +# creation_time: Wed May 5 10:09:03 2021 +# conda_version: 4.10.1 +# condabuild_version: 3.18.11 +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=2021.4.13=h06a4308_1 +- certifi=2020.12.5=py36h06a4308_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.1.dev0+ga1d9cd3f=0 +- ld_impl_linux-64=2.33.1=h53a641e_7 +- 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.1k=h27cfd23_0 +- pip=21.0.1=py36h06a4308_0 +- python=3.6.13=hdb3f193_0 +- readline=8.1=h27cfd23_0 +- setuptools=52.0.0=py36h06a4308_0 +- sqlite=3.35.4=hdfb4753_0 +- tk=8.6.10=hbc83047_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h7b6447c_0 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.3.1 + - calcos==3.3.10 + - cffi==1.14.5 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.4.7 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==4.0.1 + - jeepney==0.6.0 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.2.0 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - secretstorage==3.3.1 + - six==1.15.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.1 + - typing-extensions==3.10.0.0 + - urllib3==1.26.4 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.1 diff --git a/caldp/20210505/CALDP_20210505_CAL_macos_py36_final.yml b/caldp/20210505/CALDP_20210505_CAL_macos_py36_final.yml new file mode 100644 index 0000000..ffddd4d --- /dev/null +++ b/caldp/20210505/CALDP_20210505_CAL_macos_py36_final.yml @@ -0,0 +1,97 @@ +# delivery_name: CALDP_20210505_CAL_final +# creation_time: Wed May 5 10:09:39 2021 +# conda_version: 4.10.1 +# 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=2021.4.13=hecd8cb5_1 +- certifi=2020.12.5=py36hecd8cb5_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.1.dev0+ga1d9cd3f=0 +- libcxx=10.0.0=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.1k=h9ed2024_0 +- pip=21.0.1=py36hecd8cb5_0 +- python=3.6.13=h88f2d9e_0 +- readline=8.1=h9ed2024_0 +- setuptools=52.0.0=py36hecd8cb5_0 +- sqlite=3.35.4=hce871da_0 +- tk=8.6.10=hb0a8c7a_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h1de35cc_0 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.3.1 + - calcos==3.3.10 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==4.0.1 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.2.0 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - six==1.15.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.1 + - typing-extensions==3.10.0.0 + - urllib3==1.26.4 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.1 diff --git a/caldp/20210505/README.md b/caldp/20210505/README.md new file mode 100644 index 0000000..83c2dce --- /dev/null +++ b/caldp/20210505/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/20210505/latest-linux.yml +$ conda env create -n caldp_20210505 --file latest-linux.yml +``` +### Activate the pipeline environment + +``` +$ source activate caldp_20210505 +``` + +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/20210505/dev/CALDP_twobugs_CAL_linux_py36_rc1.yml b/caldp/20210505/dev/CALDP_twobugs_CAL_linux_py36_rc1.yml new file mode 100644 index 0000000..f50f600 --- /dev/null +++ b/caldp/20210505/dev/CALDP_twobugs_CAL_linux_py36_rc1.yml @@ -0,0 +1,105 @@ +# delivery_name: CALDP_twobugs_CAL_rc1 +# creation_time: Tue May 4 13:26:59 2021 +# conda_version: 4.10.1 +# condabuild_version: 3.18.11 +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=2021.4.13=h06a4308_1 +- certifi=2020.12.5=py36h06a4308_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.1.dev0+ga1d9cd3f=0 +- ld_impl_linux-64=2.33.1=h53a641e_7 +- 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.1k=h27cfd23_0 +- pip=21.0.1=py36h06a4308_0 +- python=3.6.13=hdb3f193_0 +- readline=8.1=h27cfd23_0 +- setuptools=52.0.0=py36h06a4308_0 +- sqlite=3.35.4=hdfb4753_0 +- tk=8.6.10=hbc83047_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h7b6447c_0 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.3.1 + - calcos==3.3.10 + - cffi==1.14.5 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.4.7 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==4.0.1 + - jeepney==0.6.0 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.2.0 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - secretstorage==3.3.1 + - six==1.15.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.1 + - typing-extensions==3.10.0.0 + - urllib3==1.26.4 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.1 diff --git a/caldp/20210505/dev/CALDP_twobugs_CAL_macos_py36_rc1.yml b/caldp/20210505/dev/CALDP_twobugs_CAL_macos_py36_rc1.yml new file mode 100644 index 0000000..8efc578 --- /dev/null +++ b/caldp/20210505/dev/CALDP_twobugs_CAL_macos_py36_rc1.yml @@ -0,0 +1,97 @@ +# delivery_name: CALDP_twobugs_CAL_rc1 +# creation_time: Tue May 4 13:28:26 2021 +# conda_version: 4.10.1 +# 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=2021.4.13=hecd8cb5_1 +- certifi=2020.12.5=py36hecd8cb5_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.1.dev0+ga1d9cd3f=0 +- libcxx=10.0.0=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.1k=h9ed2024_0 +- pip=21.0.1=py36hecd8cb5_0 +- python=3.6.13=h88f2d9e_0 +- readline=8.1=h9ed2024_0 +- setuptools=52.0.0=py36hecd8cb5_0 +- sqlite=3.35.4=hce871da_0 +- tk=8.6.10=hb0a8c7a_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h1de35cc_0 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.3.1 + - calcos==3.3.10 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==4.0.1 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.2.0 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - six==1.15.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.1 + - typing-extensions==3.10.0.0 + - urllib3==1.26.4 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.1 diff --git a/caldp/20210505/latest-linux.yml b/caldp/20210505/latest-linux.yml new file mode 100644 index 0000000..2f2f327 --- /dev/null +++ b/caldp/20210505/latest-linux.yml @@ -0,0 +1,105 @@ +# delivery_name: CALDP_20210505_CAL_final +# creation_time: Wed May 5 10:09:03 2021 +# conda_version: 4.10.1 +# condabuild_version: 3.18.11 +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=2021.4.13=h06a4308_1 +- certifi=2020.12.5=py36h06a4308_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.1.dev0+ga1d9cd3f=0 +- ld_impl_linux-64=2.33.1=h53a641e_7 +- 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.1k=h27cfd23_0 +- pip=21.0.1=py36h06a4308_0 +- python=3.6.13=hdb3f193_0 +- readline=8.1=h27cfd23_0 +- setuptools=52.0.0=py36h06a4308_0 +- sqlite=3.35.4=hdfb4753_0 +- tk=8.6.10=hbc83047_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h7b6447c_0 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.3.1 + - calcos==3.3.10 + - cffi==1.14.5 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.4.7 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==4.0.1 + - jeepney==0.6.0 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.2.0 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - secretstorage==3.3.1 + - six==1.15.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.1 + - typing-extensions==3.10.0.0 + - urllib3==1.26.4 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.1 diff --git a/caldp/20210505/latest-macos.yml b/caldp/20210505/latest-macos.yml new file mode 100644 index 0000000..ffddd4d --- /dev/null +++ b/caldp/20210505/latest-macos.yml @@ -0,0 +1,97 @@ +# delivery_name: CALDP_20210505_CAL_final +# creation_time: Wed May 5 10:09:39 2021 +# conda_version: 4.10.1 +# 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=2021.4.13=hecd8cb5_1 +- certifi=2020.12.5=py36hecd8cb5_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.1.dev0+ga1d9cd3f=0 +- libcxx=10.0.0=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.1k=h9ed2024_0 +- pip=21.0.1=py36hecd8cb5_0 +- python=3.6.13=h88f2d9e_0 +- readline=8.1=h9ed2024_0 +- setuptools=52.0.0=py36hecd8cb5_0 +- sqlite=3.35.4=hce871da_0 +- tk=8.6.10=hb0a8c7a_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h1de35cc_0 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.3.1 + - calcos==3.3.10 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==4.0.1 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.2.0 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - six==1.15.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.1 + - typing-extensions==3.10.0.0 + - urllib3==1.26.4 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.1 diff --git a/caldp/20210505/release_notes.md b/caldp/20210505/release_notes.md new file mode 100644 index 0000000..f2999b7 --- /dev/null +++ b/caldp/20210505/release_notes.md @@ -0,0 +1,7 @@ +## 2021/5/5 - CALDP_20210505_CAL_final +### hstcal 2.7.1 + +## 2021/5/4 - CALDP_twobugs_CAL_rc1 +### hstcal 2.7.1 +### drizzlepac 3.2.1 + diff --git a/caldp/20210715/CALDP_20210715_CAL_linux_py36_final.yml b/caldp/20210715/CALDP_20210715_CAL_linux_py36_final.yml new file mode 100644 index 0000000..3e5e7b0 --- /dev/null +++ b/caldp/20210715/CALDP_20210715_CAL_linux_py36_final.yml @@ -0,0 +1,84 @@ +# delivery_name: CALDP_20210715_CAL_final +# creation_time: Thu Jul 15 10:09:03 2021 +# conda_version: 4.10.1 +# condabuild_version: 3.18.11 +channels: +- defaults +- https://ssb.stsci.edu/astroconda +- https://ssb.stsci.edu/astroconda-staging +dependencies: +- python=3.6.13=hdb3f193_0 +- hstcal=2.7.2.dev0+gd395b8b8=0 +- pip=21.1.3=py36hecd8cb5_0 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.3.1 + - calcos==3.3.10 + - cffi==1.14.5 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.4.7 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==4.0.1 + - jeepney==0.6.0 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.2.0 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - secretstorage==3.3.1 + - six==1.15.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.2 + - typing-extensions==3.10.0.0 + - urllib3==1.26.4 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.1 diff --git a/caldp/20210715/CALDP_20210715_CAL_macos_py36_final.yml b/caldp/20210715/CALDP_20210715_CAL_macos_py36_final.yml new file mode 100644 index 0000000..67aefc7 --- /dev/null +++ b/caldp/20210715/CALDP_20210715_CAL_macos_py36_final.yml @@ -0,0 +1,79 @@ +# delivery_name: CALDP_20210715_CAL_final +# creation_time: Thu Jul 15 10:09:03 2021 +# conda_version: 4.10.1 +# condabuild_version: 3.18.11 +channels: +- defaults +- https://ssb.stsci.edu/astroconda +- https://ssb.stsci.edu/astroconda-staging +dependencies: +- python=3.6.13=h88f2d9e_0 +- hstcal=2.7.2.dev0+gd395b8b8=0 +- pip=21.1.3=py36hecd8cb5_0 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.3.1 + - calcos==3.3.10 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==4.0.1 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.2.0 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - six==1.15.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.2 + - typing-extensions==3.10.0.0 + - urllib3==1.26.4 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.1 diff --git a/caldp/20210715/README.md b/caldp/20210715/README.md new file mode 100644 index 0000000..83c2dce --- /dev/null +++ b/caldp/20210715/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/20210505/latest-linux.yml +$ conda env create -n caldp_20210505 --file latest-linux.yml +``` +### Activate the pipeline environment + +``` +$ source activate caldp_20210505 +``` + +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/20210715/dev/CALDP_twobugs_CAL_linux_py36_rc1.yml b/caldp/20210715/dev/CALDP_twobugs_CAL_linux_py36_rc1.yml new file mode 100644 index 0000000..f50f600 --- /dev/null +++ b/caldp/20210715/dev/CALDP_twobugs_CAL_linux_py36_rc1.yml @@ -0,0 +1,105 @@ +# delivery_name: CALDP_twobugs_CAL_rc1 +# creation_time: Tue May 4 13:26:59 2021 +# conda_version: 4.10.1 +# condabuild_version: 3.18.11 +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=2021.4.13=h06a4308_1 +- certifi=2020.12.5=py36h06a4308_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.1.dev0+ga1d9cd3f=0 +- ld_impl_linux-64=2.33.1=h53a641e_7 +- 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.1k=h27cfd23_0 +- pip=21.0.1=py36h06a4308_0 +- python=3.6.13=hdb3f193_0 +- readline=8.1=h27cfd23_0 +- setuptools=52.0.0=py36h06a4308_0 +- sqlite=3.35.4=hdfb4753_0 +- tk=8.6.10=hbc83047_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h7b6447c_0 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.3.1 + - calcos==3.3.10 + - cffi==1.14.5 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.4.7 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==4.0.1 + - jeepney==0.6.0 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.2.0 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - secretstorage==3.3.1 + - six==1.15.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.1 + - typing-extensions==3.10.0.0 + - urllib3==1.26.4 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.1 diff --git a/caldp/20210715/dev/CALDP_twobugs_CAL_macos_py36_rc1.yml b/caldp/20210715/dev/CALDP_twobugs_CAL_macos_py36_rc1.yml new file mode 100644 index 0000000..8efc578 --- /dev/null +++ b/caldp/20210715/dev/CALDP_twobugs_CAL_macos_py36_rc1.yml @@ -0,0 +1,97 @@ +# delivery_name: CALDP_twobugs_CAL_rc1 +# creation_time: Tue May 4 13:28:26 2021 +# conda_version: 4.10.1 +# 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=2021.4.13=hecd8cb5_1 +- certifi=2020.12.5=py36hecd8cb5_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.1.dev0+ga1d9cd3f=0 +- libcxx=10.0.0=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.1k=h9ed2024_0 +- pip=21.0.1=py36hecd8cb5_0 +- python=3.6.13=h88f2d9e_0 +- readline=8.1=h9ed2024_0 +- setuptools=52.0.0=py36hecd8cb5_0 +- sqlite=3.35.4=hce871da_0 +- tk=8.6.10=hb0a8c7a_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h1de35cc_0 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.3.1 + - calcos==3.3.10 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==4.0.1 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.2.0 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - six==1.15.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.1 + - typing-extensions==3.10.0.0 + - urllib3==1.26.4 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.1 diff --git a/caldp/20210715/latest-linux.yml b/caldp/20210715/latest-linux.yml new file mode 100644 index 0000000..3e5e7b0 --- /dev/null +++ b/caldp/20210715/latest-linux.yml @@ -0,0 +1,84 @@ +# delivery_name: CALDP_20210715_CAL_final +# creation_time: Thu Jul 15 10:09:03 2021 +# conda_version: 4.10.1 +# condabuild_version: 3.18.11 +channels: +- defaults +- https://ssb.stsci.edu/astroconda +- https://ssb.stsci.edu/astroconda-staging +dependencies: +- python=3.6.13=hdb3f193_0 +- hstcal=2.7.2.dev0+gd395b8b8=0 +- pip=21.1.3=py36hecd8cb5_0 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.3.1 + - calcos==3.3.10 + - cffi==1.14.5 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.4.7 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==4.0.1 + - jeepney==0.6.0 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.2.0 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - secretstorage==3.3.1 + - six==1.15.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.2 + - typing-extensions==3.10.0.0 + - urllib3==1.26.4 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.1 diff --git a/caldp/20210715/latest-macos.yml b/caldp/20210715/latest-macos.yml new file mode 100644 index 0000000..67aefc7 --- /dev/null +++ b/caldp/20210715/latest-macos.yml @@ -0,0 +1,79 @@ +# delivery_name: CALDP_20210715_CAL_final +# creation_time: Thu Jul 15 10:09:03 2021 +# conda_version: 4.10.1 +# condabuild_version: 3.18.11 +channels: +- defaults +- https://ssb.stsci.edu/astroconda +- https://ssb.stsci.edu/astroconda-staging +dependencies: +- python=3.6.13=h88f2d9e_0 +- hstcal=2.7.2.dev0+gd395b8b8=0 +- pip=21.1.3=py36hecd8cb5_0 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.1 + - beautifulsoup4==4.9.3 + - bokeh==2.3.1 + - calcos==3.3.10 + - chardet==4.0.0 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==2.10 + - imageio==2.9.0 + - importlib-metadata==4.0.1 + - jinja2==2.11.3 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==1.1.1 + - matplotlib==3.3.4 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==20.9 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.2.0 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.1 + - pytz==2021.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.25.1 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - six==1.15.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.19 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.1.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.2 + - typing-extensions==3.10.0.0 + - urllib3==1.26.4 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.4.1 diff --git a/caldp/20210715/release_notes.md b/caldp/20210715/release_notes.md new file mode 100644 index 0000000..f2999b7 --- /dev/null +++ b/caldp/20210715/release_notes.md @@ -0,0 +1,7 @@ +## 2021/5/5 - CALDP_20210505_CAL_final +### hstcal 2.7.1 + +## 2021/5/4 - CALDP_twobugs_CAL_rc1 +### hstcal 2.7.1 +### drizzlepac 3.2.1 + diff --git a/caldp/20210721/CALDP_20210721_CAL_linux_py36_final.yml b/caldp/20210721/CALDP_20210721_CAL_linux_py36_final.yml new file mode 100644 index 0000000..42afdf7 --- /dev/null +++ b/caldp/20210721/CALDP_20210721_CAL_linux_py36_final.yml @@ -0,0 +1,110 @@ +# delivery_name: CALDP_20210721_CAL_final +# creation_time: Wed Jul 21 21:44:05 2021 +# conda_version: 4.10.3 +# condabuild_version: 3.18.11 +channels: +- defaults +- https://ssb.stsci.edu/astroconda +- https://ssb.stsci.edu/astroconda-staging +dependencies: +- _libgcc_mutex=0.1=main +- _openmp_mutex=4.5=1_gnu +- bzip2=1.0.8=h7b6447c_0 +- ca-certificates=2021.7.5=h06a4308_1 +- certifi=2021.5.30=py36h06a4308_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.2.dev0+gd395b8b8=0 +- ld_impl_linux-64=2.35.1=h7274673_9 +- libffi=3.3=he6710b0_2 +- libgcc=7.2.0=h69d50b8_2 +- libgcc-ng=9.3.0=h5101ec6_17 +- libgfortran-ng=7.5.0=ha8ba4b0_17 +- libgfortran4=7.5.0=ha8ba4b0_17 +- libgomp=9.3.0=h5101ec6_17 +- libstdcxx-ng=9.3.0=hd4cf53a_17 +- ncurses=6.2=he6710b0_1 +- openssl=1.1.1k=h27cfd23_0 +- pip=21.1.3=py36h06a4308_0 +- python=3.6.13=h12debd9_1 +- readline=8.1=h27cfd23_0 +- setuptools=52.0.0=py36h06a4308_0 +- sqlite=3.36.0=hc218d9a_0 +- tk=8.6.10=hbc83047_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h7b6447c_0 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.3 + - beautifulsoup4==4.9.3 + - bokeh==2.3.3 + - calcos==3.3.10 + - cffi==1.14.6 + - charset-normalizer==2.0.3 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.4.7 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==3.2 + - imageio==2.9.0 + - importlib-metadata==4.6.1 + - jeepney==0.7.0 + - jinja2==3.0.1 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==2.0.1 + - matplotlib==3.3.4 + - mimeparse==0.1.3 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==21.0 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.3.1 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.2 + - pytz==2021.1 + - pyvo==1.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.26.0 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - secretstorage==3.3.1 + - six==1.16.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.20 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.2.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.2 + - typing-extensions==3.10.0.0 + - urllib3==1.26.6 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.5.0 diff --git a/caldp/20210721/CALDP_20210721_CAL_macos_py36_final.yml b/caldp/20210721/CALDP_20210721_CAL_macos_py36_final.yml new file mode 100644 index 0000000..b93962e --- /dev/null +++ b/caldp/20210721/CALDP_20210721_CAL_macos_py36_final.yml @@ -0,0 +1,99 @@ +# delivery_name: CALDP_20210721_CAL_final +# creation_time: Wed Jul 21 21:44:42 2021 +# conda_version: 4.10.3 +# 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=2021.7.5=hecd8cb5_1 +- certifi=2021.5.30=py36hecd8cb5_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.2.dev0+gd395b8b8=0 +- libcxx=10.0.0=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.1k=h9ed2024_0 +- pip=21.1.3=py36hecd8cb5_0 +- python=3.6.13=h88f2d9e_0 +- readline=8.1=h9ed2024_0 +- setuptools=52.0.0=py36hecd8cb5_0 +- sqlite=3.36.0=hce871da_0 +- tk=8.6.10=hb0a8c7a_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h1de35cc_0 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.3 + - beautifulsoup4==4.9.3 + - bokeh==2.3.3 + - calcos==3.3.10 + - charset-normalizer==2.0.3 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==3.2 + - imageio==2.9.0 + - importlib-metadata==4.6.1 + - jinja2==3.0.1 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==2.0.1 + - matplotlib==3.3.4 + - mimeparse==0.1.3 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==21.0 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.3.1 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.2 + - pytz==2021.1 + - pyvo==1.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.26.0 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - six==1.16.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.20 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.2.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.2 + - typing-extensions==3.10.0.0 + - urllib3==1.26.6 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.5.0 diff --git a/caldp/20210721/README.md b/caldp/20210721/README.md new file mode 100644 index 0000000..f9273b3 --- /dev/null +++ b/caldp/20210721/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/20210721/latest-linux.yml +$ conda env create -n caldp_20210721 --file latest-linux.yml +``` +### Activate the pipeline environment + +``` +$ source activate caldp_20210721 +``` + +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/20210721/dev/CALDP_recovery_CAL_linux_py36_rc1.yml b/caldp/20210721/dev/CALDP_recovery_CAL_linux_py36_rc1.yml new file mode 100644 index 0000000..3a2453d --- /dev/null +++ b/caldp/20210721/dev/CALDP_recovery_CAL_linux_py36_rc1.yml @@ -0,0 +1,110 @@ +# delivery_name: CALDP_recovery_CAL_rc1 +# creation_time: Tue Jul 20 10:34:00 2021 +# conda_version: 4.10.3 +# condabuild_version: 3.18.11 +channels: +- defaults +- https://ssb.stsci.edu/astroconda +- https://ssb.stsci.edu/astroconda-staging +dependencies: +- _libgcc_mutex=0.1=main +- _openmp_mutex=4.5=1_gnu +- bzip2=1.0.8=h7b6447c_0 +- ca-certificates=2021.7.5=h06a4308_1 +- certifi=2021.5.30=py36h06a4308_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.2.dev0+gd395b8b8=0 +- ld_impl_linux-64=2.35.1=h7274673_9 +- libffi=3.3=he6710b0_2 +- libgcc=7.2.0=h69d50b8_2 +- libgcc-ng=9.3.0=h5101ec6_17 +- libgfortran-ng=7.5.0=ha8ba4b0_17 +- libgfortran4=7.5.0=ha8ba4b0_17 +- libgomp=9.3.0=h5101ec6_17 +- libstdcxx-ng=9.3.0=hd4cf53a_17 +- ncurses=6.2=he6710b0_1 +- openssl=1.1.1k=h27cfd23_0 +- pip=21.1.3=py36h06a4308_0 +- python=3.6.13=h12debd9_1 +- readline=8.1=h27cfd23_0 +- setuptools=52.0.0=py36h06a4308_0 +- sqlite=3.36.0=hc218d9a_0 +- tk=8.6.10=hbc83047_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h7b6447c_0 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.3 + - beautifulsoup4==4.9.3 + - bokeh==2.3.3 + - calcos==3.3.10 + - cffi==1.14.6 + - charset-normalizer==2.0.3 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.4.7 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==3.2 + - imageio==2.9.0 + - importlib-metadata==4.6.1 + - jeepney==0.7.0 + - jinja2==3.0.1 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==2.0.1 + - matplotlib==3.3.4 + - mimeparse==0.1.3 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==21.0 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.3.1 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.2 + - pytz==2021.1 + - pyvo==1.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.26.0 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - secretstorage==3.3.1 + - six==1.16.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.20 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.2.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.2 + - typing-extensions==3.10.0.0 + - urllib3==1.26.6 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.5.0 diff --git a/caldp/20210721/dev/CALDP_recovery_CAL_macos_py36_rc1.yml b/caldp/20210721/dev/CALDP_recovery_CAL_macos_py36_rc1.yml new file mode 100644 index 0000000..3306bed --- /dev/null +++ b/caldp/20210721/dev/CALDP_recovery_CAL_macos_py36_rc1.yml @@ -0,0 +1,99 @@ +# delivery_name: CALDP_recovery_CAL_rc1 +# creation_time: Tue Jul 20 10:31:43 2021 +# conda_version: 4.10.3 +# 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=2021.7.5=hecd8cb5_1 +- certifi=2021.5.30=py36hecd8cb5_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.2.dev0+gd395b8b8=0 +- libcxx=10.0.0=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.1k=h9ed2024_0 +- pip=21.1.3=py36hecd8cb5_0 +- python=3.6.13=h88f2d9e_0 +- readline=8.1=h9ed2024_0 +- setuptools=52.0.0=py36hecd8cb5_0 +- sqlite=3.36.0=hce871da_0 +- tk=8.6.10=hb0a8c7a_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h1de35cc_0 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.3 + - beautifulsoup4==4.9.3 + - bokeh==2.3.3 + - calcos==3.3.10 + - charset-normalizer==2.0.3 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==3.2 + - imageio==2.9.0 + - importlib-metadata==4.6.1 + - jinja2==3.0.1 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==2.0.1 + - matplotlib==3.3.4 + - mimeparse==0.1.3 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==21.0 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.3.1 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.2 + - pytz==2021.1 + - pyvo==1.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.26.0 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - six==1.16.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.20 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.2.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.2 + - typing-extensions==3.10.0.0 + - urllib3==1.26.6 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.5.0 diff --git a/caldp/20210721/latest-linux.yml b/caldp/20210721/latest-linux.yml new file mode 100644 index 0000000..42afdf7 --- /dev/null +++ b/caldp/20210721/latest-linux.yml @@ -0,0 +1,110 @@ +# delivery_name: CALDP_20210721_CAL_final +# creation_time: Wed Jul 21 21:44:05 2021 +# conda_version: 4.10.3 +# condabuild_version: 3.18.11 +channels: +- defaults +- https://ssb.stsci.edu/astroconda +- https://ssb.stsci.edu/astroconda-staging +dependencies: +- _libgcc_mutex=0.1=main +- _openmp_mutex=4.5=1_gnu +- bzip2=1.0.8=h7b6447c_0 +- ca-certificates=2021.7.5=h06a4308_1 +- certifi=2021.5.30=py36h06a4308_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.2.dev0+gd395b8b8=0 +- ld_impl_linux-64=2.35.1=h7274673_9 +- libffi=3.3=he6710b0_2 +- libgcc=7.2.0=h69d50b8_2 +- libgcc-ng=9.3.0=h5101ec6_17 +- libgfortran-ng=7.5.0=ha8ba4b0_17 +- libgfortran4=7.5.0=ha8ba4b0_17 +- libgomp=9.3.0=h5101ec6_17 +- libstdcxx-ng=9.3.0=hd4cf53a_17 +- ncurses=6.2=he6710b0_1 +- openssl=1.1.1k=h27cfd23_0 +- pip=21.1.3=py36h06a4308_0 +- python=3.6.13=h12debd9_1 +- readline=8.1=h27cfd23_0 +- setuptools=52.0.0=py36h06a4308_0 +- sqlite=3.36.0=hc218d9a_0 +- tk=8.6.10=hbc83047_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h7b6447c_0 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.3 + - beautifulsoup4==4.9.3 + - bokeh==2.3.3 + - calcos==3.3.10 + - cffi==1.14.6 + - charset-normalizer==2.0.3 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.4.7 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==3.2 + - imageio==2.9.0 + - importlib-metadata==4.6.1 + - jeepney==0.7.0 + - jinja2==3.0.1 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==2.0.1 + - matplotlib==3.3.4 + - mimeparse==0.1.3 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==21.0 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.3.1 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.2 + - pytz==2021.1 + - pyvo==1.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.26.0 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - secretstorage==3.3.1 + - six==1.16.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.20 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.2.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.2 + - typing-extensions==3.10.0.0 + - urllib3==1.26.6 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.5.0 diff --git a/caldp/20210721/latest-macos.yml b/caldp/20210721/latest-macos.yml new file mode 100644 index 0000000..b93962e --- /dev/null +++ b/caldp/20210721/latest-macos.yml @@ -0,0 +1,99 @@ +# delivery_name: CALDP_20210721_CAL_final +# creation_time: Wed Jul 21 21:44:42 2021 +# conda_version: 4.10.3 +# 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=2021.7.5=hecd8cb5_1 +- certifi=2021.5.30=py36hecd8cb5_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.2.dev0+gd395b8b8=0 +- libcxx=10.0.0=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.1k=h9ed2024_0 +- pip=21.1.3=py36hecd8cb5_0 +- python=3.6.13=h88f2d9e_0 +- readline=8.1=h9ed2024_0 +- setuptools=52.0.0=py36hecd8cb5_0 +- sqlite=3.36.0=hce871da_0 +- tk=8.6.10=hb0a8c7a_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h1de35cc_0 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.3 + - beautifulsoup4==4.9.3 + - bokeh==2.3.3 + - calcos==3.3.10 + - charset-normalizer==2.0.3 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==3.2 + - imageio==2.9.0 + - importlib-metadata==4.6.1 + - jinja2==3.0.1 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==2.0.1 + - matplotlib==3.3.4 + - mimeparse==0.1.3 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==21.0 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.3.1 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.2 + - pytz==2021.1 + - pyvo==1.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.26.0 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - six==1.16.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.20 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.2.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.2 + - typing-extensions==3.10.0.0 + - urllib3==1.26.6 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.5.0 diff --git a/caldp/20210721/release_notes.md b/caldp/20210721/release_notes.md new file mode 100644 index 0000000..1e68973 --- /dev/null +++ b/caldp/20210721/release_notes.md @@ -0,0 +1,7 @@ +## 2021/7/21 - CALDP_20210721_CAL_final +### hstcal 2.7.2 + +## 2021/7/20 - CALDP_recovery_CAL_rc1 +### hstcal 2.7.2 +### drizzlepac 3.2.1 + diff --git a/caldp/latest/CALDP_20210721_CAL_linux_py36_final.yml b/caldp/latest/CALDP_20210721_CAL_linux_py36_final.yml new file mode 100644 index 0000000..42afdf7 --- /dev/null +++ b/caldp/latest/CALDP_20210721_CAL_linux_py36_final.yml @@ -0,0 +1,110 @@ +# delivery_name: CALDP_20210721_CAL_final +# creation_time: Wed Jul 21 21:44:05 2021 +# conda_version: 4.10.3 +# condabuild_version: 3.18.11 +channels: +- defaults +- https://ssb.stsci.edu/astroconda +- https://ssb.stsci.edu/astroconda-staging +dependencies: +- _libgcc_mutex=0.1=main +- _openmp_mutex=4.5=1_gnu +- bzip2=1.0.8=h7b6447c_0 +- ca-certificates=2021.7.5=h06a4308_1 +- certifi=2021.5.30=py36h06a4308_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.2.dev0+gd395b8b8=0 +- ld_impl_linux-64=2.35.1=h7274673_9 +- libffi=3.3=he6710b0_2 +- libgcc=7.2.0=h69d50b8_2 +- libgcc-ng=9.3.0=h5101ec6_17 +- libgfortran-ng=7.5.0=ha8ba4b0_17 +- libgfortran4=7.5.0=ha8ba4b0_17 +- libgomp=9.3.0=h5101ec6_17 +- libstdcxx-ng=9.3.0=hd4cf53a_17 +- ncurses=6.2=he6710b0_1 +- openssl=1.1.1k=h27cfd23_0 +- pip=21.1.3=py36h06a4308_0 +- python=3.6.13=h12debd9_1 +- readline=8.1=h27cfd23_0 +- setuptools=52.0.0=py36h06a4308_0 +- sqlite=3.36.0=hc218d9a_0 +- tk=8.6.10=hbc83047_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h7b6447c_0 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.3 + - beautifulsoup4==4.9.3 + - bokeh==2.3.3 + - calcos==3.3.10 + - cffi==1.14.6 + - charset-normalizer==2.0.3 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.4.7 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==3.2 + - imageio==2.9.0 + - importlib-metadata==4.6.1 + - jeepney==0.7.0 + - jinja2==3.0.1 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==2.0.1 + - matplotlib==3.3.4 + - mimeparse==0.1.3 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==21.0 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.3.1 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.2 + - pytz==2021.1 + - pyvo==1.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.26.0 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - secretstorage==3.3.1 + - six==1.16.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.20 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.2.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.2 + - typing-extensions==3.10.0.0 + - urllib3==1.26.6 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.5.0 diff --git a/caldp/latest/CALDP_20210721_CAL_macos_py36_final.yml b/caldp/latest/CALDP_20210721_CAL_macos_py36_final.yml new file mode 100644 index 0000000..b93962e --- /dev/null +++ b/caldp/latest/CALDP_20210721_CAL_macos_py36_final.yml @@ -0,0 +1,99 @@ +# delivery_name: CALDP_20210721_CAL_final +# creation_time: Wed Jul 21 21:44:42 2021 +# conda_version: 4.10.3 +# 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=2021.7.5=hecd8cb5_1 +- certifi=2021.5.30=py36hecd8cb5_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.2.dev0+gd395b8b8=0 +- libcxx=10.0.0=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.1k=h9ed2024_0 +- pip=21.1.3=py36hecd8cb5_0 +- python=3.6.13=h88f2d9e_0 +- readline=8.1=h9ed2024_0 +- setuptools=52.0.0=py36hecd8cb5_0 +- sqlite=3.36.0=hce871da_0 +- tk=8.6.10=hb0a8c7a_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h1de35cc_0 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.3 + - beautifulsoup4==4.9.3 + - bokeh==2.3.3 + - calcos==3.3.10 + - charset-normalizer==2.0.3 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==3.2 + - imageio==2.9.0 + - importlib-metadata==4.6.1 + - jinja2==3.0.1 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==2.0.1 + - matplotlib==3.3.4 + - mimeparse==0.1.3 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==21.0 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.3.1 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.2 + - pytz==2021.1 + - pyvo==1.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.26.0 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - six==1.16.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.20 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.2.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.2 + - typing-extensions==3.10.0.0 + - urllib3==1.26.6 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.5.0 diff --git a/caldp/latest/README.md b/caldp/latest/README.md new file mode 100644 index 0000000..f9273b3 --- /dev/null +++ b/caldp/latest/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/20210721/latest-linux.yml +$ conda env create -n caldp_20210721 --file latest-linux.yml +``` +### Activate the pipeline environment + +``` +$ source activate caldp_20210721 +``` + +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/latest/dev/CALDP_recovery_CAL_linux_py36_rc1.yml b/caldp/latest/dev/CALDP_recovery_CAL_linux_py36_rc1.yml new file mode 100644 index 0000000..3a2453d --- /dev/null +++ b/caldp/latest/dev/CALDP_recovery_CAL_linux_py36_rc1.yml @@ -0,0 +1,110 @@ +# delivery_name: CALDP_recovery_CAL_rc1 +# creation_time: Tue Jul 20 10:34:00 2021 +# conda_version: 4.10.3 +# condabuild_version: 3.18.11 +channels: +- defaults +- https://ssb.stsci.edu/astroconda +- https://ssb.stsci.edu/astroconda-staging +dependencies: +- _libgcc_mutex=0.1=main +- _openmp_mutex=4.5=1_gnu +- bzip2=1.0.8=h7b6447c_0 +- ca-certificates=2021.7.5=h06a4308_1 +- certifi=2021.5.30=py36h06a4308_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.2.dev0+gd395b8b8=0 +- ld_impl_linux-64=2.35.1=h7274673_9 +- libffi=3.3=he6710b0_2 +- libgcc=7.2.0=h69d50b8_2 +- libgcc-ng=9.3.0=h5101ec6_17 +- libgfortran-ng=7.5.0=ha8ba4b0_17 +- libgfortran4=7.5.0=ha8ba4b0_17 +- libgomp=9.3.0=h5101ec6_17 +- libstdcxx-ng=9.3.0=hd4cf53a_17 +- ncurses=6.2=he6710b0_1 +- openssl=1.1.1k=h27cfd23_0 +- pip=21.1.3=py36h06a4308_0 +- python=3.6.13=h12debd9_1 +- readline=8.1=h27cfd23_0 +- setuptools=52.0.0=py36h06a4308_0 +- sqlite=3.36.0=hc218d9a_0 +- tk=8.6.10=hbc83047_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h7b6447c_0 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.3 + - beautifulsoup4==4.9.3 + - bokeh==2.3.3 + - calcos==3.3.10 + - cffi==1.14.6 + - charset-normalizer==2.0.3 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.4.7 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==3.2 + - imageio==2.9.0 + - importlib-metadata==4.6.1 + - jeepney==0.7.0 + - jinja2==3.0.1 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==2.0.1 + - matplotlib==3.3.4 + - mimeparse==0.1.3 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==21.0 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.3.1 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.2 + - pytz==2021.1 + - pyvo==1.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.26.0 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - secretstorage==3.3.1 + - six==1.16.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.20 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.2.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.2 + - typing-extensions==3.10.0.0 + - urllib3==1.26.6 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.5.0 diff --git a/caldp/latest/dev/CALDP_recovery_CAL_macos_py36_rc1.yml b/caldp/latest/dev/CALDP_recovery_CAL_macos_py36_rc1.yml new file mode 100644 index 0000000..3306bed --- /dev/null +++ b/caldp/latest/dev/CALDP_recovery_CAL_macos_py36_rc1.yml @@ -0,0 +1,99 @@ +# delivery_name: CALDP_recovery_CAL_rc1 +# creation_time: Tue Jul 20 10:31:43 2021 +# conda_version: 4.10.3 +# 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=2021.7.5=hecd8cb5_1 +- certifi=2021.5.30=py36hecd8cb5_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.2.dev0+gd395b8b8=0 +- libcxx=10.0.0=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.1k=h9ed2024_0 +- pip=21.1.3=py36hecd8cb5_0 +- python=3.6.13=h88f2d9e_0 +- readline=8.1=h9ed2024_0 +- setuptools=52.0.0=py36hecd8cb5_0 +- sqlite=3.36.0=hce871da_0 +- tk=8.6.10=hb0a8c7a_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h1de35cc_0 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.3 + - beautifulsoup4==4.9.3 + - bokeh==2.3.3 + - calcos==3.3.10 + - charset-normalizer==2.0.3 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==3.2 + - imageio==2.9.0 + - importlib-metadata==4.6.1 + - jinja2==3.0.1 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==2.0.1 + - matplotlib==3.3.4 + - mimeparse==0.1.3 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==21.0 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.3.1 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.2 + - pytz==2021.1 + - pyvo==1.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.26.0 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - six==1.16.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.20 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.2.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.2 + - typing-extensions==3.10.0.0 + - urllib3==1.26.6 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.5.0 diff --git a/caldp/latest/latest-linux.yml b/caldp/latest/latest-linux.yml new file mode 100644 index 0000000..42afdf7 --- /dev/null +++ b/caldp/latest/latest-linux.yml @@ -0,0 +1,110 @@ +# delivery_name: CALDP_20210721_CAL_final +# creation_time: Wed Jul 21 21:44:05 2021 +# conda_version: 4.10.3 +# condabuild_version: 3.18.11 +channels: +- defaults +- https://ssb.stsci.edu/astroconda +- https://ssb.stsci.edu/astroconda-staging +dependencies: +- _libgcc_mutex=0.1=main +- _openmp_mutex=4.5=1_gnu +- bzip2=1.0.8=h7b6447c_0 +- ca-certificates=2021.7.5=h06a4308_1 +- certifi=2021.5.30=py36h06a4308_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.2.dev0+gd395b8b8=0 +- ld_impl_linux-64=2.35.1=h7274673_9 +- libffi=3.3=he6710b0_2 +- libgcc=7.2.0=h69d50b8_2 +- libgcc-ng=9.3.0=h5101ec6_17 +- libgfortran-ng=7.5.0=ha8ba4b0_17 +- libgfortran4=7.5.0=ha8ba4b0_17 +- libgomp=9.3.0=h5101ec6_17 +- libstdcxx-ng=9.3.0=hd4cf53a_17 +- ncurses=6.2=he6710b0_1 +- openssl=1.1.1k=h27cfd23_0 +- pip=21.1.3=py36h06a4308_0 +- python=3.6.13=h12debd9_1 +- readline=8.1=h27cfd23_0 +- setuptools=52.0.0=py36h06a4308_0 +- sqlite=3.36.0=hc218d9a_0 +- tk=8.6.10=hbc83047_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h7b6447c_0 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.3 + - beautifulsoup4==4.9.3 + - bokeh==2.3.3 + - calcos==3.3.10 + - cffi==1.14.6 + - charset-normalizer==2.0.3 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.4.7 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==3.2 + - imageio==2.9.0 + - importlib-metadata==4.6.1 + - jeepney==0.7.0 + - jinja2==3.0.1 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==2.0.1 + - matplotlib==3.3.4 + - mimeparse==0.1.3 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==21.0 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.3.1 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.2 + - pytz==2021.1 + - pyvo==1.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.26.0 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - secretstorage==3.3.1 + - six==1.16.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.20 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.2.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.2 + - typing-extensions==3.10.0.0 + - urllib3==1.26.6 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.5.0 diff --git a/caldp/latest/latest-macos.yml b/caldp/latest/latest-macos.yml new file mode 100644 index 0000000..b93962e --- /dev/null +++ b/caldp/latest/latest-macos.yml @@ -0,0 +1,99 @@ +# delivery_name: CALDP_20210721_CAL_final +# creation_time: Wed Jul 21 21:44:42 2021 +# conda_version: 4.10.3 +# 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=2021.7.5=hecd8cb5_1 +- certifi=2021.5.30=py36hecd8cb5_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.2.dev0+gd395b8b8=0 +- libcxx=10.0.0=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.1k=h9ed2024_0 +- pip=21.1.3=py36hecd8cb5_0 +- python=3.6.13=h88f2d9e_0 +- readline=8.1=h9ed2024_0 +- setuptools=52.0.0=py36hecd8cb5_0 +- sqlite=3.36.0=hce871da_0 +- tk=8.6.10=hb0a8c7a_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h1de35cc_0 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.3 + - beautifulsoup4==4.9.3 + - bokeh==2.3.3 + - calcos==3.3.10 + - charset-normalizer==2.0.3 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==3.2 + - imageio==2.9.0 + - importlib-metadata==4.6.1 + - jinja2==3.0.1 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==2.0.1 + - matplotlib==3.3.4 + - mimeparse==0.1.3 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==21.0 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.3.1 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.2 + - pytz==2021.1 + - pyvo==1.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.26.0 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - six==1.16.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.20 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.2.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.2 + - typing-extensions==3.10.0.0 + - urllib3==1.26.6 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.5.0 diff --git a/caldp/latest/release_notes.md b/caldp/latest/release_notes.md new file mode 100644 index 0000000..1e68973 --- /dev/null +++ b/caldp/latest/release_notes.md @@ -0,0 +1,7 @@ +## 2021/7/21 - CALDP_20210721_CAL_final +### hstcal 2.7.2 + +## 2021/7/20 - CALDP_recovery_CAL_rc1 +### hstcal 2.7.2 +### drizzlepac 3.2.1 + diff --git a/caldp/stable/CALDP_20210721_CAL_linux_py36_final.yml b/caldp/stable/CALDP_20210721_CAL_linux_py36_final.yml new file mode 100644 index 0000000..42afdf7 --- /dev/null +++ b/caldp/stable/CALDP_20210721_CAL_linux_py36_final.yml @@ -0,0 +1,110 @@ +# delivery_name: CALDP_20210721_CAL_final +# creation_time: Wed Jul 21 21:44:05 2021 +# conda_version: 4.10.3 +# condabuild_version: 3.18.11 +channels: +- defaults +- https://ssb.stsci.edu/astroconda +- https://ssb.stsci.edu/astroconda-staging +dependencies: +- _libgcc_mutex=0.1=main +- _openmp_mutex=4.5=1_gnu +- bzip2=1.0.8=h7b6447c_0 +- ca-certificates=2021.7.5=h06a4308_1 +- certifi=2021.5.30=py36h06a4308_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.2.dev0+gd395b8b8=0 +- ld_impl_linux-64=2.35.1=h7274673_9 +- libffi=3.3=he6710b0_2 +- libgcc=7.2.0=h69d50b8_2 +- libgcc-ng=9.3.0=h5101ec6_17 +- libgfortran-ng=7.5.0=ha8ba4b0_17 +- libgfortran4=7.5.0=ha8ba4b0_17 +- libgomp=9.3.0=h5101ec6_17 +- libstdcxx-ng=9.3.0=hd4cf53a_17 +- ncurses=6.2=he6710b0_1 +- openssl=1.1.1k=h27cfd23_0 +- pip=21.1.3=py36h06a4308_0 +- python=3.6.13=h12debd9_1 +- readline=8.1=h27cfd23_0 +- setuptools=52.0.0=py36h06a4308_0 +- sqlite=3.36.0=hc218d9a_0 +- tk=8.6.10=hbc83047_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h7b6447c_0 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.3 + - beautifulsoup4==4.9.3 + - bokeh==2.3.3 + - calcos==3.3.10 + - cffi==1.14.6 + - charset-normalizer==2.0.3 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.4.7 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==3.2 + - imageio==2.9.0 + - importlib-metadata==4.6.1 + - jeepney==0.7.0 + - jinja2==3.0.1 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==2.0.1 + - matplotlib==3.3.4 + - mimeparse==0.1.3 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==21.0 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.3.1 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.2 + - pytz==2021.1 + - pyvo==1.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.26.0 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - secretstorage==3.3.1 + - six==1.16.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.20 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.2.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.2 + - typing-extensions==3.10.0.0 + - urllib3==1.26.6 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.5.0 diff --git a/caldp/stable/CALDP_20210721_CAL_macos_py36_final.yml b/caldp/stable/CALDP_20210721_CAL_macos_py36_final.yml new file mode 100644 index 0000000..b93962e --- /dev/null +++ b/caldp/stable/CALDP_20210721_CAL_macos_py36_final.yml @@ -0,0 +1,99 @@ +# delivery_name: CALDP_20210721_CAL_final +# creation_time: Wed Jul 21 21:44:42 2021 +# conda_version: 4.10.3 +# 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=2021.7.5=hecd8cb5_1 +- certifi=2021.5.30=py36hecd8cb5_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.2.dev0+gd395b8b8=0 +- libcxx=10.0.0=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.1k=h9ed2024_0 +- pip=21.1.3=py36hecd8cb5_0 +- python=3.6.13=h88f2d9e_0 +- readline=8.1=h9ed2024_0 +- setuptools=52.0.0=py36hecd8cb5_0 +- sqlite=3.36.0=hce871da_0 +- tk=8.6.10=hb0a8c7a_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h1de35cc_0 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.3 + - beautifulsoup4==4.9.3 + - bokeh==2.3.3 + - calcos==3.3.10 + - charset-normalizer==2.0.3 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==3.2 + - imageio==2.9.0 + - importlib-metadata==4.6.1 + - jinja2==3.0.1 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==2.0.1 + - matplotlib==3.3.4 + - mimeparse==0.1.3 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==21.0 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.3.1 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.2 + - pytz==2021.1 + - pyvo==1.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.26.0 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - six==1.16.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.20 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.2.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.2 + - typing-extensions==3.10.0.0 + - urllib3==1.26.6 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.5.0 diff --git a/caldp/stable/README.md b/caldp/stable/README.md new file mode 100644 index 0000000..f9273b3 --- /dev/null +++ b/caldp/stable/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/20210721/latest-linux.yml +$ conda env create -n caldp_20210721 --file latest-linux.yml +``` +### Activate the pipeline environment + +``` +$ source activate caldp_20210721 +``` + +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/stable/dev/CALDP_recovery_CAL_linux_py36_rc1.yml b/caldp/stable/dev/CALDP_recovery_CAL_linux_py36_rc1.yml new file mode 100644 index 0000000..3a2453d --- /dev/null +++ b/caldp/stable/dev/CALDP_recovery_CAL_linux_py36_rc1.yml @@ -0,0 +1,110 @@ +# delivery_name: CALDP_recovery_CAL_rc1 +# creation_time: Tue Jul 20 10:34:00 2021 +# conda_version: 4.10.3 +# condabuild_version: 3.18.11 +channels: +- defaults +- https://ssb.stsci.edu/astroconda +- https://ssb.stsci.edu/astroconda-staging +dependencies: +- _libgcc_mutex=0.1=main +- _openmp_mutex=4.5=1_gnu +- bzip2=1.0.8=h7b6447c_0 +- ca-certificates=2021.7.5=h06a4308_1 +- certifi=2021.5.30=py36h06a4308_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.2.dev0+gd395b8b8=0 +- ld_impl_linux-64=2.35.1=h7274673_9 +- libffi=3.3=he6710b0_2 +- libgcc=7.2.0=h69d50b8_2 +- libgcc-ng=9.3.0=h5101ec6_17 +- libgfortran-ng=7.5.0=ha8ba4b0_17 +- libgfortran4=7.5.0=ha8ba4b0_17 +- libgomp=9.3.0=h5101ec6_17 +- libstdcxx-ng=9.3.0=hd4cf53a_17 +- ncurses=6.2=he6710b0_1 +- openssl=1.1.1k=h27cfd23_0 +- pip=21.1.3=py36h06a4308_0 +- python=3.6.13=h12debd9_1 +- readline=8.1=h27cfd23_0 +- setuptools=52.0.0=py36h06a4308_0 +- sqlite=3.36.0=hc218d9a_0 +- tk=8.6.10=hbc83047_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h7b6447c_0 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.3 + - beautifulsoup4==4.9.3 + - bokeh==2.3.3 + - calcos==3.3.10 + - cffi==1.14.6 + - charset-normalizer==2.0.3 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.4.7 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==3.2 + - imageio==2.9.0 + - importlib-metadata==4.6.1 + - jeepney==0.7.0 + - jinja2==3.0.1 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==2.0.1 + - matplotlib==3.3.4 + - mimeparse==0.1.3 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==21.0 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.3.1 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.2 + - pytz==2021.1 + - pyvo==1.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.26.0 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - secretstorage==3.3.1 + - six==1.16.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.20 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.2.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.2 + - typing-extensions==3.10.0.0 + - urllib3==1.26.6 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.5.0 diff --git a/caldp/stable/dev/CALDP_recovery_CAL_macos_py36_rc1.yml b/caldp/stable/dev/CALDP_recovery_CAL_macos_py36_rc1.yml new file mode 100644 index 0000000..3306bed --- /dev/null +++ b/caldp/stable/dev/CALDP_recovery_CAL_macos_py36_rc1.yml @@ -0,0 +1,99 @@ +# delivery_name: CALDP_recovery_CAL_rc1 +# creation_time: Tue Jul 20 10:31:43 2021 +# conda_version: 4.10.3 +# 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=2021.7.5=hecd8cb5_1 +- certifi=2021.5.30=py36hecd8cb5_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.2.dev0+gd395b8b8=0 +- libcxx=10.0.0=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.1k=h9ed2024_0 +- pip=21.1.3=py36hecd8cb5_0 +- python=3.6.13=h88f2d9e_0 +- readline=8.1=h9ed2024_0 +- setuptools=52.0.0=py36hecd8cb5_0 +- sqlite=3.36.0=hce871da_0 +- tk=8.6.10=hb0a8c7a_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h1de35cc_0 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.3 + - beautifulsoup4==4.9.3 + - bokeh==2.3.3 + - calcos==3.3.10 + - charset-normalizer==2.0.3 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - git+https://github.com/spacetelescope/drizzlepac@3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==3.2 + - imageio==2.9.0 + - importlib-metadata==4.6.1 + - jinja2==3.0.1 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==2.0.1 + - matplotlib==3.3.4 + - mimeparse==0.1.3 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==21.0 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.3.1 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.2 + - pytz==2021.1 + - pyvo==1.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.26.0 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - six==1.16.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.20 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.2.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.2 + - typing-extensions==3.10.0.0 + - urllib3==1.26.6 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.5.0 diff --git a/caldp/stable/latest-linux.yml b/caldp/stable/latest-linux.yml new file mode 100644 index 0000000..42afdf7 --- /dev/null +++ b/caldp/stable/latest-linux.yml @@ -0,0 +1,110 @@ +# delivery_name: CALDP_20210721_CAL_final +# creation_time: Wed Jul 21 21:44:05 2021 +# conda_version: 4.10.3 +# condabuild_version: 3.18.11 +channels: +- defaults +- https://ssb.stsci.edu/astroconda +- https://ssb.stsci.edu/astroconda-staging +dependencies: +- _libgcc_mutex=0.1=main +- _openmp_mutex=4.5=1_gnu +- bzip2=1.0.8=h7b6447c_0 +- ca-certificates=2021.7.5=h06a4308_1 +- certifi=2021.5.30=py36h06a4308_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.2.dev0+gd395b8b8=0 +- ld_impl_linux-64=2.35.1=h7274673_9 +- libffi=3.3=he6710b0_2 +- libgcc=7.2.0=h69d50b8_2 +- libgcc-ng=9.3.0=h5101ec6_17 +- libgfortran-ng=7.5.0=ha8ba4b0_17 +- libgfortran4=7.5.0=ha8ba4b0_17 +- libgomp=9.3.0=h5101ec6_17 +- libstdcxx-ng=9.3.0=hd4cf53a_17 +- ncurses=6.2=he6710b0_1 +- openssl=1.1.1k=h27cfd23_0 +- pip=21.1.3=py36h06a4308_0 +- python=3.6.13=h12debd9_1 +- readline=8.1=h27cfd23_0 +- setuptools=52.0.0=py36h06a4308_0 +- sqlite=3.36.0=hc218d9a_0 +- tk=8.6.10=hbc83047_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h7b6447c_0 +- zlib=1.2.11=h7b6447c_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.3 + - beautifulsoup4==4.9.3 + - bokeh==2.3.3 + - calcos==3.3.10 + - cffi==1.14.6 + - charset-normalizer==2.0.3 + - costools==1.2.3 + - crds==10.1.0 + - cryptography==3.4.7 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==3.2 + - imageio==2.9.0 + - importlib-metadata==4.6.1 + - jeepney==0.7.0 + - jinja2==3.0.1 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==2.0.1 + - matplotlib==3.3.4 + - mimeparse==0.1.3 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==21.0 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.3.1 + - pycparser==2.20 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.2 + - pytz==2021.1 + - pyvo==1.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.26.0 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - secretstorage==3.3.1 + - six==1.16.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.20 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.2.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.2 + - typing-extensions==3.10.0.0 + - urllib3==1.26.6 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.5.0 diff --git a/caldp/stable/latest-macos.yml b/caldp/stable/latest-macos.yml new file mode 100644 index 0000000..b93962e --- /dev/null +++ b/caldp/stable/latest-macos.yml @@ -0,0 +1,99 @@ +# delivery_name: CALDP_20210721_CAL_final +# creation_time: Wed Jul 21 21:44:42 2021 +# conda_version: 4.10.3 +# 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=2021.7.5=hecd8cb5_1 +- certifi=2021.5.30=py36hecd8cb5_0 +- cfitsio=3.470=1 +- fitsverify=4.18=13 +- hstcal=2.7.2.dev0+gd395b8b8=0 +- libcxx=10.0.0=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.1k=h9ed2024_0 +- pip=21.1.3=py36hecd8cb5_0 +- python=3.6.13=h88f2d9e_0 +- readline=8.1=h9ed2024_0 +- setuptools=52.0.0=py36hecd8cb5_0 +- sqlite=3.36.0=hce871da_0 +- tk=8.6.10=hb0a8c7a_0 +- wheel=0.36.2=pyhd3eb1b0_0 +- xz=5.2.5=h1de35cc_0 +- zlib=1.2.11=h1de35cc_3 +- pip: + - acstools==3.3.1 + - astropy==4.1 + - astroquery==0.4.3 + - beautifulsoup4==4.9.3 + - bokeh==2.3.3 + - calcos==3.3.10 + - charset-normalizer==2.0.3 + - costools==1.2.3 + - crds==10.1.0 + - cycler==0.10.0 + - decorator==4.4.2 + - drizzlepac==3.2.1 + - filelock==3.0.12 + - fitsblender==0.3.6 + - html5lib==1.1 + - idna==3.2 + - imageio==2.9.0 + - importlib-metadata==4.6.1 + - jinja2==3.0.1 + - joblib==1.0.1 + - keyring==23.0.1 + - kiwisolver==1.3.1 + - lxml==4.6.3 + - markupsafe==2.0.1 + - matplotlib==3.3.4 + - mimeparse==0.1.3 + - networkx==2.5.1 + - nictools==1.1.5 + - numexpr==2.7.3 + - numpy==1.19.5 + - packaging==21.0 + - pandas==1.1.5 + - parsley==1.3 + - photutils==1.0.2 + - pillow==8.3.1 + - pyparsing==2.4.7 + - pypdf2==1.26.0 + - python-dateutil==2.8.2 + - pytz==2021.1 + - pyvo==1.1 + - pywavelets==1.1.1 + - pyyaml==5.4.1 + - requests==2.26.0 + - scikit-image==0.17.2 + - scikit-learn==0.24.2 + - scipy==1.5.4 + - six==1.16.0 + - soupsieve==2.2.1 + - spherical-geometry==1.2.20 + - 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.1 + - tables==3.6.1 + - threadpoolctl==2.2.0 + - tifffile==2020.9.3 + - tornado==6.1 + - tweakwcs==0.7.2 + - typing-extensions==3.10.0.0 + - urllib3==1.26.6 + - webencodings==0.5.1 + - wfc3tools==1.3.5 + - wfpc2tools==1.0.5 + - zipp==3.5.0 diff --git a/caldp/stable/release_notes.md b/caldp/stable/release_notes.md new file mode 100644 index 0000000..1e68973 --- /dev/null +++ b/caldp/stable/release_notes.md @@ -0,0 +1,7 @@ +## 2021/7/21 - CALDP_20210721_CAL_final +### hstcal 2.7.2 + +## 2021/7/20 - CALDP_recovery_CAL_rc1 +### hstcal 2.7.2 +### drizzlepac 3.2.1 + |