Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.7 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.7 KB

kne-internal

Build Status

This repository is used to store user-contributed data in JSON format. The format is not as strict as the JSON files that appear in the main catalog (they will be cleaned upon import anyway). If no source is attached to individual data objects, the first source specified is assumed to be the source of the data. Key names are identical to those in the main repo as generated by the import script.

Here's an example file for SN1937A:

{
  "SN1937A":{
    "sources":[ { "bibcode":"1937PASP...49..204Z" } ],
    "photometry":[
      { "u_time":"JD", "time":"2428521", "band":"Mp", "magnitude":"17.5", "instrument":"18-inch Schmidt", "upperlimit":true },
      { "u_time":"JD", "time":"2428524", "band":"Mp", "magnitude":"17.5", "instrument":"18-inch Schmidt", "upperlimit":true },
      { "u_time":"JD", "time":"2428581", "band":"Mp", "magnitude":"16.2", "instrument":"18-inch Schmidt" },
      { "u_time":"JD", "time":"2428599", "band":"Mp", "magnitude":"16.7", "instrument":"18-inch Schmidt" },
      { "u_time":"JD", "time":"2428600", "band":"Mp", "magnitude":"16.5", "instrument":"18-inch Schmidt" },
      { "u_time":"JD", "time":"2428635", "band":"Mp", "magnitude":"16.9", "instrument":"18-inch Schmidt" },
      { "u_time":"JD", "time":"2428636", "band":"Mp", "magnitude":"17.2", "instrument":"18-inch Schmidt" },
      { "u_time":"JD", "time":"2428664", "band":"Mp", "magnitude":"17.5", "instrument":"18-inch Schmidt", "upperlimit":true },
      { "u_time":"JD", "time":"2428667", "band":"Mp", "magnitude":"19.3", "instrument":"60-inch" }
    ]
  }
}