/sne-internal

User-submitted data for Open Supernova Catalog

sne-internal

This repository is used to store datasets that are pulled directly from historical papers that have not yet been digitized. The repository will be different from the other repositories within the OSC in that individual event files will be edited by hand, as older papers do not have actual text objects, just image scans of each page. The files in this repository should be in JSON format, but 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" }
    ]
  }
}