Skip to main content

tom_eso

European Southern Obervatory Facility module for TOM Toolkit

NOTE: This TOM Toolkit facility module is in the prototype stage. Any type of feedback is greatly appreciated. Please feel free to create an Issue.

This module is designed mainly to facilitate getting Target and Observation data from your TOM to the ESO P2 Tool (without having to re-enter it). Submitting observations is still expected to be done through the P2 Tool itself.

This facility is still in prototype stage and feature requests are welcome. Please let us know your use cases.

Installation

  1. Install the module into your TOM environment:

    pip install tom-eso
    

You'll want to update your pyproject.toml or requirements.txt file as well.

  1. In your project settings.py, add tom_eso to your INSTALLED_APPS setting:

    INSTALLED_APPS = [
        ...
        'tom_eso',
    ]
    
  2. Add tom_eso.eso.ESOFacility to the TOM_FACILITY_CLASSES in your TOM's settings.py:

     TOM_FACILITY_CLASSES = [
         'tom_observations.facilities.lco.LCOFacility',
         ...
         'tom_eso.eso.ESOFacility',
     ]
    
  3. Create the ESOProfile tables in your database:

    $ ./manage.py migrate
    

Configuration Options

After installation, each user will have an ESOProfile card in their TOM user profile where they can enter their ESO P2 Tool username and password and set the ESO environment to Demo, Production, or Production La Silla.

If a TOM admin wants to have a single default set of ESO credentials accessible by all of their TOM's users, they can include the following to thier settings.py:

FACILITIES = {
        ...
        # defaults set from ESO p2 API Tutorial
        # https://www.eso.org/sci/observing/phase2/p2intro/Phase2API/api--python-programming-tutorial.html
        # You should have your own credentials.
        'ESO': {
            'environment': os.getenv('ESO_ENVIRONMENT', 'demo'),
            'username': os.getenv('ESO_USERNAME', '52052'),
            'password': os.getenv('ESO_PASSWORD', 'tutorial'),
        },
    }

Note: The user specific credentials will always take precendence over these TOM-wide defaults.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tom_eso-0.3.1.tar.gz (32.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tom_eso-0.3.1-py3-none-any.whl (39.3 kB view details)

Uploaded Python 3

File details

Details for the file tom_eso-0.3.1.tar.gz.

File metadata

  • Download URL: tom_eso-0.3.1.tar.gz
  • Upload date:
  • Size: 32.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for tom_eso-0.3.1.tar.gz
Algorithm Hash digest
SHA256 decb6a948aa06999c1ab0e02a29d41c885519b412f72fbdcfe8f6a34def559da
MD5 0c9387dd1afac9a235be67223fa87e81
BLAKE2b-256 077d52138318132c3919a07f579b50cb133da0e93b4c050b768b9804a3607d78

See more details on using hashes here.

Provenance

The following attestation bundles were made for tom_eso-0.3.1.tar.gz:

Publisher: pypi-release.yml on TOMToolkit/tom_eso

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tom_eso-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: tom_eso-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 39.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for tom_eso-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2e041bbd81e2e809adceccd345326a390a5891726dc5f151a1a4fe6200b5314f
MD5 e3d614ca98b3f500f1cae008cc463d01
BLAKE2b-256 ff11480f8d4c90163c06de45a93d16cdc8548bdad15688142e48ae36fc1ce25f

See more details on using hashes here.

Provenance

The following attestation bundles were made for tom_eso-0.3.1-py3-none-any.whl:

Publisher: pypi-release.yml on TOMToolkit/tom_eso

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page