GithubHelp home page GithubHelp logo

gc's Introduction

Open Catalog of Possible Tidal Disruption Events

Build Status Python Version

This repository is a collection of tidal disruption event data, including metadata, light curves, and spectra. The catalog is displayed in tabular form on tde.space. Individual event data can be downloaded by navigating to the output repositories and downloading the .json file associated with a given event; however it might be easier to use the search function on the table displayed on tde.space to find the event you're looking for.

Contributing Data

If you have a historical archive of data that likely won't be updated, feel free to e-mail your data directly to me and we'll do the hard work of converting it to the standard format. However, if you are an active observer and will add data all the time, we prefer to have you fork the repository and update/add events that way. This also allows observers to keep event data "private" in their fork until they are ready to add it to the repository.

Format of Data Files

The data files are in JSON format. Below is an example datafile for 2002ap:

{
    "SN2002ap": {
        "name": "SN2002ap",
        "aliases": [
            "SN2002ap"
        ],
        "sources": [
            {
                "name": "<a href='https://www.nhn.ou.edu/~suspect/'>SUSPECT</a>",
                "alias": "1",
                "secondary": true
            },
            {
                "name": "<a href='http://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=astro-ph/0307136&amp;db_key=AST'>astro-ph/0307136</a>",
                "alias": "2"
            },
            {
                "name": "<a href='http://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=2002MNRAS.332L..73G&amp;db_key=AST'>2002MNRAS.332L..73G</a>",
                "alias": "3"
            }
        ],
        "photometry": [
            {
                "timeunit": "MJD",
                "time": "52304.169999999925",
                "band": "I",
                "abmag": "13.6990",
                "aberr": "0.0150",
                "source": "1,2"
            },
            {
                "timeunit": "MJD",
                "time": "52305.12999999989",
                "band": "I",
                "abmag": "13.2810",
                "aberr": "0.0180",
                "source": "1,2"
            },
            {
                "timeunit": "MJD",
                "time": "52306.12000000011",
                "band": "I",
                "abmag": "13.0190",
                "aberr": "0.0290",
                "source": "1,2"
            }
        ],
        "discoveryear": 2002,
        "host": "NGC 628",
        "redshift": "0.0021",
        "hvel": "632",
        "claimedtype": "Ic pec",
        "maxday": 15,
        "maxmonth": 2,
        "galra": "013642",
        "galdec": "+154701",
        "snra": "013623.85",
        "sndec": "+154513.2",
        "discoverer": "Hirose",
        "maxyear": 2002,
        "discovermonth": 1,
        "discoverday": 29,
        "z": 0.00211
    }
}

At the moment, the only mandatory field for a given supernova is its name.

gc's People

Contributors

guillochon avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.