Skip to content

Commit

Permalink
Merge pull request #123 from ceb8/small_tess_fix
Browse files Browse the repository at this point in the history
TESS cutouts with requests: download from only one sector
  • Loading branch information
C. E. Brasseur authored Dec 9, 2019
2 parents 459fcc6 + 9b4e1b9 commit e4dae20
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"source": [
"<a id=\"tesscut_ID\"></a>\n",
"## Request a FFI Cutout with Astrocut\n",
"Astrocut is the tool that runs the cutout service around the RA and Dec that were requested. It delivers a zipped file containing a cutout for each set of FFIs as listed above. It is also possible to request only one sector using the \"sector\" parameter. For tesscut x refers to the CCD columns and y refers to the CCD rows. Distance can be input in a variety of units, I picked pixels (\"px\").\n",
"Astrocut is the tool that runs the cutout service around the RA and Dec that were requested. It delivers a zipped file containing a cutout for each set of FFIs as listed above. It is also possible to request only one sector using the \"sector\" parameter,which we will do here. For tesscut x refers to the CCD columns and y refers to the CCD rows. Distance can be input in a variety of units, I picked pixels (\"px\").\n",
"\n",
"< Response [200] > means that your request succeeded."
]
Expand All @@ -183,7 +183,7 @@
"outputs": [],
"source": [
"myparams = {\"ra\":Ra, \"dec\":Dec, \"x\":35, \"y\":45, \n",
" \"units\":\"px\", \"sector\":\"All\"}\n",
" \"units\":\"px\", \"sector\":1}\n",
"\n",
"url = urlroot + \"/astrocut\"\n",
"\n",
Expand Down Expand Up @@ -344,7 +344,7 @@
"<a id=\"about_ID\"></a>\n",
"## About this Notebook\n",
"**Author:** Susan E. Mullally, STScI Archive Scientist\n",
"<br>**Updated On:** 2018-11-29"
"<br>**Updated On:** 2019-12-6"
]
},
{
Expand Down Expand Up @@ -372,7 +372,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.1"
"version": "3.6.8"
}
},
"nbformat": 4,
Expand Down

0 comments on commit e4dae20

Please sign in to comment.