Skip to content

Commit

Permalink
paper: add citation to Bertin (1996)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarbary committed Sep 8, 2016
1 parent 698ac93 commit 215f7c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion paper/paper.bib
@@ -1,4 +1,4 @@
@ARTICLE{bertin96a,
@ARTICLE{bertin96,
author = {{Bertin}, E. and {Arnouts}, S.},
title = "{SExtractor: Software for source extraction.}",
journal = {\aaps},
Expand All @@ -7,6 +7,7 @@ @ARTICLE{bertin96a
month = jun,
volume = 117,
pages = {393-404},
doi = {10.1051/aas:1996164},
adsurl = {http://adsabs.harvard.edu/abs/1996A\%26AS..117..393B},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
Expand Down
12 changes: 6 additions & 6 deletions paper/paper.md
Expand Up @@ -12,12 +12,12 @@ bibliography: paper.bib

# Summary

Source Extractor [@sextractor] is a widely used command-line program for
segmentation and analysis of astronomical images. It reads in FITS
format files, performs a configurable series of tasks, including
background estimation, source detection, deblending and a wide array
of source measurements, and finally outputs a FITS format catalog
file.
Source Extractor [@bertin96; @sextractor] is a widely used
command-line program for segmentation and analysis of astronomical
images. It reads in FITS format files, performs a configurable series
of tasks, including background estimation, source detection,
deblending and a wide array of source measurements, and finally
outputs a FITS format catalog file.

While Source Extractor is highly useful, the fact that it can only be
used as an executable -- reading input files, producing output files
Expand Down

0 comments on commit 215f7c2

Please sign in to comment.