Skip to content
@astro-otter

OTTER

Open mulTiwavelength Transient Event Repository

Welcome to OTTER

You have found the GitHub Organization for the Open mulTiwavelength Transient Event Repository (or OTTER)!

Each repo is for a different part of the project tentatively structured as follows:

Name Description
otter The Python API for accessing the data in OTTER
otterdb Code for managing the backend "database" of otter
otter-docker Code and instructions to use the otter docker image and work with the otter dataset
webotter Code for development of the frontend website of otter (currently deprecated)

OTTER Docker Instructions

See the README file in the otter-docker repo for more detailed instructions

Python API

Once you have the Docker container running you will also have started the API server endpoint. This means you can also query OTTER from python! See https://astro-otter.readthedocs.io for detailed instructions. A sample use case to get all of the data for the TDE ASASSN-14li and then access it's coordinates and photometry is below.

# 1) query for the TDE ASASSN-14li 
from otter import Otter
db = Otter()
t = db.query(names="ASASSN-14li")[0]
print(t)

# Get and print an astropy skycoord for ASASSN-14li
coord = t.get_skycoord()
print(coord)

# get the photometry
phot = db.get_phot(names="ASASSN-14li")
print(phot)

Pinned Loading

  1. otter-docker otter-docker Public

    Code to setup and install the otter docker container

    Shell

  2. otter otter Public

    Repository for the new TDE Catalog

    Python

  3. otterdb otterdb Public

    Backend database code and data for OTTER

    Shell

  4. otter-web otter-web Public

    Front-end for the Otter database

    Python

Repositories

Showing 8 of 8 repositories
  • otter Public

    Repository for the new TDE Catalog

    astro-otter/otter’s past year of commit activity
    Python 0 MIT 0 1 0 Updated Dec 20, 2024
  • otter-web Public

    Front-end for the Otter database

    astro-otter/otter-web’s past year of commit activity
    Python 0 MIT 0 5 0 Updated Dec 17, 2024
  • otterdb Public

    Backend database code and data for OTTER

    astro-otter/otterdb’s past year of commit activity
    Shell 0 MIT 0 2 0 Updated Dec 2, 2024
  • .github Public

    Meta repo for astro-otter

    astro-otter/.github’s past year of commit activity
    0 0 0 0 Updated Dec 2, 2024
  • otter-docker Public

    Code to setup and install the otter docker container

    astro-otter/otter-docker’s past year of commit activity
    Shell 0 MIT 0 1 0 Updated Dec 2, 2024
  • examples Public

    Example notebooks for accessing the OTTER datasets

    astro-otter/examples’s past year of commit activity
    Jupyter Notebook 0 MIT 0 0 0 Updated Sep 18, 2024
  • otter_schema Public

    The LaTeX files and generated PDF for the OTTER Schema

    astro-otter/otter_schema’s past year of commit activity
    0 0 0 0 Updated May 31, 2024
  • webotter Public archive

    Code for otter frontend website

    astro-otter/webotter’s past year of commit activity
    HTML 0 MIT 0 0 0 Updated Jan 23, 2024

Top languages

Loading…

Most used topics

Loading…