Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not download HAP products #182

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions notebooks/DrizzlePac/align_mosaics/align_mosaics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"# Retrieve the IR/F160W calibrated FLT and SPT data products \n",
"science_list = Observations.query_criteria(proposal_id='13926', filters='F160W')\n",
"Observations.download_products(science_list['obsid'], mrp_only=False, download_dir='./science',\n",
" productSubGroupDescription=['FLT', 'SPT'])\n",
" project='CALWF3', productSubGroupDescription=['FLT', 'SPT'])\n",
"\n",
"science_files = glob.glob(os.path.join(os.curdir, 'science', 'mastDownload', 'HST', '*', '*fits'))\n",
"for im in science_files:\n",
Expand All @@ -121,7 +121,7 @@
"# Obtain the UVIS/F657N calibrated FLC and SPT data products from visits 05-08 \n",
"science_list = Observations.query_criteria(proposal_id='13926', filters='F657N', obs_id='ICK90[5678]*')\n",
"Observations.download_products(science_list['obsid'], mrp_only=False, download_dir='./science',\n",
" productSubGroupDescription=['FLC', 'SPT'])\n",
" project='CALWF3', productSubGroupDescription=['FLC', 'SPT'])\n",
"\n",
"science_files = glob.glob(os.path.join(os.curdir, 'science', 'mastDownload', 'HST', '*', '*fits'))\n",
"for im in science_files:\n",
Expand Down Expand Up @@ -921,7 +921,7 @@
"# About this Notebook\n",
"\n",
" Author: J. Mack, STScI WFC3 Team \n",
" Updated: December 17, 2018"
" Updated: January 22, 2022"
]
}
],
Expand Down