Skip to main content

Reusable TOMToolkit app to support gravitational wave superevent EM follow-up observations.

Reason this release was yanked:

Project replaced by tom-nonlocalizedevents

Project description

pypi run-tests Codacy Badge Coverage Status

GW Superevent (or GRB, Neutrino) EM follow-up

This reusable TOM Toolkit app provides support for gravitational wave (GW) superevent electromagnetic (EM) follow up observations.

Installation

  1. Install the package into your TOM environment:

    pip install tom_superevents
    
  2. In your project settings.py, add tom_superevents to your INSTALLED_APPS setting:

    INSTALLED_APPS = [
        ...
        'tom_superevents',
    ]
    
  3. Include the tom_superevent URLconf in your project urls.py:

    urlpatterns = [
         ...
         path('superevents/', include('tom_superevents.urls')),
    ]
    
  4. Copy tom_superevents/templates/tom_common/base.html into your project root's templates/tom_common/base.html.

  5. Run python manage.py migrate to create the tom_superevent models.

Running the tests

In order to run the tests, run the following in your virtualenv:

python tom_superevent/tests/run_tests.py

Project details


Download files

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

Source Distribution

tom_superevents-0.3.1.tar.gz (28.8 kB view hashes)

Uploaded Source

Built Distribution

tom_superevents-0.3.1-py3-none-any.whl (36.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page