astro-otter / otterdb

Backend database code and data for OTTER
MIT License
0 stars 0 forks source link

otterdb

Backend database code and data for OTTER

A note on the classification confidence keyword

These confidence scores are our rough confidence values in the classification of this object. They were determined using the following, somewhat arbitrary, system:

Confidence Reason
0.1 Classifications with these values are from the Open TDE Catalog and either did not have a classification reference or were not strictly classified as a TDE in that catalog
0.5 These classifications are from TNS. We give classifications from TNS a confidence of 0.5 because there are a select few that are wrong on TNS (e.g. 2017bcc)
1 We trust the reference for this classification

Warning: This confidence score system is still under development and may have bugs or mistakes, please trust at your own risk!

Providing Data

We expect the data to come as a zip file that contains a single meta.csv file, a separate csv photometry file for each transient (but not necessarily required for each transient), and an individual FITS file for every spectra. More details about each file are below.

meta.csv

This file contains metadata for the transient event you are providing. A list of possible column names are below.

Required Columns:

Optional Columns:

The photometry CSV files

There should be one file per event in the meta file. These photometry csv files have the following columns.

Required Columns:

Required/Optional Columns (Only required in some cases):

Optional Columns:

The spectra FITS files

Spectra are not supported at this time.