Skip to content

Commit

Permalink
we crash with empyt config dictionaries, so leave them out
Browse files Browse the repository at this point in the history
  • Loading branch information
phycodurus committed Oct 20, 2023
1 parent 29d05a6 commit a11d146
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/managing_data/forced_photometry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit a11d146

Please sign in to comment.