Metadata-Version: 2.4
Name: tom-across
Version: 0.0.0
Summary: A TOMToolkit ACROSS application.
License: GPL-3.0-or-later
License-File: LICENSE
Author: Moira Andrews
Author-email: mandrews@lco.global
Requires-Python: >=3.10.0,<3.14
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: across-client
Requires-Dist: tomtoolkit (>=3.0.0,<4.0)
Description-Content-Type: text/markdown

# tom_across

A TOM Toolkit app that integrates Astrophysics Cross-Observatory Science Support
([ACROSS](https://science.data.nasa.gov/data-sites/across)) functionality and features into the target page.

## example settings.py variables for deployment

Default arguments to be passed through to make the observation table on page load
`ACROSS_OBSERVATION_DEFAULT_ARGS = {'status': 'planned', 'cone_search_radius': 0.1}`

URL for the across app to link the observations table and visibility tool.
`ACROSS_APP_URL = 'https://app.across.sciencecloud.nasa.gov'`

`ACROSS_VIS_OBSERVATORIES` is a list of observatory names to calculate visibility for from the target page on initial load.
More can be selected through the associated form.
`ACROSS_VIS_OBSERVATORIES = ['JWST', 'HST', 'Swift']`

