From a11d146c4325eaf4734975b7d41581b33682c4ce Mon Sep 17 00:00:00 2001 From: "William (Lindy) Lindstrom" Date: Fri, 20 Oct 2023 01:31:30 +0100 Subject: [PATCH] we crash with empyt config dictionaries, so leave them out --- docs/managing_data/forced_photometry.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/managing_data/forced_photometry.rst b/docs/managing_data/forced_photometry.rst index 8453236d4..1c3def422 100644 --- a/docs/managing_data/forced_photometry.rst +++ b/docs/managing_data/forced_photometry.rst @@ -19,12 +19,11 @@ shown below: 'url': "https://fallingstar-data.com/forcedphot", 'api_key': os.getenv('ATLAS_FORCED_PHOTOMETRY_API_KEY', 'your atlas account api token') }, - 'panstarrs': { - #TODO - }, - 'ztf': { - #TODO - } + # TODO: these services are coming soon... + # 'PANSTARSS': { + # }, + # 'ZTF': { + # } } DATA_PRODUCT_TYPES = {