diff --git a/notebooks/SDSS/APOGEE_TESS_tutorial/APOGEE_TESS_tutorial.ipynb b/notebooks/SDSS/APOGEE_TESS_tutorial/APOGEE_TESS_tutorial.ipynb index a7b9436d..e128e39a 100644 --- a/notebooks/SDSS/APOGEE_TESS_tutorial/APOGEE_TESS_tutorial.ipynb +++ b/notebooks/SDSS/APOGEE_TESS_tutorial/APOGEE_TESS_tutorial.ipynb @@ -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": [