Skip to content

Commit

Permalink
update TESS query for lc.fits files only (fix pipeline)
Browse files Browse the repository at this point in the history
Julie Imig committed Jan 8, 2025
1 parent 523235e commit 31eeac9
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -458,7 +458,9 @@
" # Select only Science observations (not calibration files)\n",
" intentType='science',\n",
" # Search for time series data (light curves)\n",
" dataproduct_type='timeseries')\n",
" dataproduct_type='timeseries',\n",
" dataURL='*_lc.fits'\n",
" )\n",
"\n",
"# Display Results\n",
"tess_obs"
@@ -591,7 +593,7 @@
},
{
"cell_type": "code",
"execution_count": 26,
"execution_count": 18,
"metadata": {},
"outputs": [],
"source": [
@@ -720,7 +722,7 @@
},
{
"cell_type": "code",
"execution_count": 28,
"execution_count": 20,
"metadata": {},
"outputs": [],
"source": [

0 comments on commit 31eeac9

Please sign in to comment.