Skip to content

obscode/sne-internal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Sorry, we had to truncate this directory to 1,000 files. 1021 entries were omitted from the list.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sne-internal

Build Status

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" }
    ]
  }
}

About

User-submitted data for Open Supernova Catalog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published