Skip to content

Commit

Permalink
update definition of ndethist
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellm committed Oct 9, 2019
1 parent 487ade9 commit 4b834b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The top-level alert contains the following fields:
| `sigmagapbig` | [float, null], default: null | 1-sigma uncertainty in magapbig [mag] |
| `ranr` | double | Right Ascension of nearest source in reference image PSF-catalog; J2000 [deg] |
| `decnr` | double | Declination of nearest source in reference image PSF-catalog; J2000 [deg] |
| `ndethist` | int | Number of spatially-coincident detections falling within 1.5 arcsec going back to beginning of survey; only detections that fell on the same field and readout-channel ID where the input candidate was observed are counted |
| `ndethist` | int | Number of spatially-coincident detections falling within 1.5 arcsec going back to beginning of survey; only detections that fell on the same field and readout-channel ID where the input candidate was observed are counted. All raw detections down to a photometric S/N of ~ 3 are included. |
| `ncovhist` | int | Number of times input candidate position fell on any field and readout-channel going back to beginning of survey |
| `jdstarthist` | [double, null], default: null | Earliest Julian date of epoch corresponding to ndethist [days] |
| `jdendhist` | [double, null], default: null | Latest Julian date of epoch corresponding to ndethist [days] |
Expand Down
2 changes: 1 addition & 1 deletion schema/candidate.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
{"name": "szmag1", "type": ["float", "null"], "default": null, "doc": "z-band PSF-fit magnitude of closest source from PS1 catalog; if exists within 30 arcsec [mag]"},
{"name": "sgscore1", "type": ["float", "null"], "default": null, "doc": "Star/Galaxy score of closest source from PS1 catalog; if exists within 30 arcsec: 0 <= sgscore <= 1 where closer to 1 implies higher likelihood of being a star"},
{"name": "distpsnr1", "type": ["float", "null"], "default": null, "doc": "Distance to closest source from PS1 catalog; if exists within 30 arcsec [arcsec]"},
{"name": "ndethist", "type": "int", "doc": "Number of spatially-coincident detections falling within 1.5 arcsec going back to beginning of survey; only detections that fell on the same field and readout-channel ID where the input candidate was observed are counted"},
{"name": "ndethist", "type": "int", "doc": "Number of spatially-coincident detections falling within 1.5 arcsec going back to beginning of survey; only detections that fell on the same field and readout-channel ID where the input candidate was observed are counted. All raw detections down to a photometric S/N of ~ 3 are included."},
{"name": "ncovhist", "type": "int", "doc": "Number of times input candidate position fell on any field and readout-channel going back to beginning of survey"},
{"name": "jdstarthist", "type": ["double", "null"], "default": null, "doc": "Earliest Julian date of epoch corresponding to ndethist [days]"},
{"name": "jdendhist", "type": ["double", "null"], "default": null, "doc": "Latest Julian date of epoch corresponding to ndethist [days]"},
Expand Down

0 comments on commit 4b834b4

Please sign in to comment.