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
webotter Code for development of the frontend website of otter
otterdb Code for managing the backend "database" of otter

Developer Instructions

  1. Set the OTTER_ROOT environment variable
    export OTTER_ROOT=/path/to/where/to/clone
    
  2. Clone the relevant repos:
    git clone https://github.com/astro-otter/otter.git $OTTER_ROOT/otter
    git clone https://github.com/astro-otter/otterdb.git $OTTER_ROOT/otterdb
    
  3. Install the NASA ADS Python API by following the instructions at https://ads.readthedocs.io/en/latest/#getting-started
  4. Install otter, the API for this database. From the root directory where you installed these repos:
    cd $OTTER_ROOT/otter
    python -m pip install -e .
    
  5. Process the data to build the local "database" (although it is really just a directory). Then, you can build the "database" by running the following commands:
    cd $OTTER_ROOT/otter/scripts/
    python3 gen_summary_table.py --otterroot $OTTER_ROOT
    
  6. Easily access the data using the Otter code! In python:
import os
from otter import Otter
otter = Otter(os.path.join(os.environ['OTTER_ROOT'], 'otterdb', '.otter'))
res = otter.query(names='AT2018hyz')
print(res)

Pinned

  1. otter otter Public

    Repository for the new TDE Catalog

    Python

  2. otterdb otterdb Public

    Backend database code and data for OTTER

    Shell

  3. otter_schema otter_schema Public

    The LaTeX files and generated PDF for the OTTER Schema

Repositories

Showing 5 of 5 repositories
  • otterdb Public

    Backend database code and data for OTTER

    Shell 0 MIT 0 0 0 Updated Jun 7, 2024
  • otter Public

    Repository for the new TDE Catalog

    Python 0 MIT 0 4 0 Updated Jun 7, 2024
  • otter_schema Public

    The LaTeX files and generated PDF for the OTTER Schema

    0 0 0 0 Updated May 31, 2024
  • .github Public

    Meta repo for astro-otter

    0 0 0 0 Updated May 8, 2024
  • webotter Public

    Code for otter frontend website

    HTML 0 MIT 0 0 0 Updated Jan 23, 2024

Top languages

Loading…

Most used topics

Loading…