Commit ae571e37 authored by Chiara Marmo's avatar Chiara Marmo
Browse files

Still cleaning repo and .gitignore

parent 1bb2301d
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
/src/Makefile.in /src/Makefile.in
/src/fits/Makefile.in /src/fits/Makefile.in
/src/wcs/Makefile.in /src/wcs/Makefile.in
/src/levmar/Makefile.in
/tests/Makefile.in
# configure generated files # configure generated files
/Makefile /Makefile
...@@ -30,20 +32,25 @@ ...@@ -30,20 +32,25 @@
/man/Makefile /man/Makefile
/sextractor.spec /sextractor.spec
/src/.deps/ /src/.deps/
/src/levmar/.deps/
/src/Makefile /src/Makefile
/src/fits/.deps/ /src/fits/.deps/
/src/fits/Makefile /src/fits/Makefile
/src/wcs/.deps/ /src/wcs/.deps/
/src/wcs/Makefile /src/wcs/Makefile
/src/levmar/Makefile
/tests/Makefile
/stamp-h1 /stamp-h1
/man/sex.1 /man/sex.1
# build objects and targets # build objects and targets
*.o *.o
/src/sex /src/sex
/src/ldactoasc
/src/f /src/f
/src/fits/libfits.a /src/fits/libfits.a
/src/wcs/libwcs_c.a /src/wcs/libwcs_c.a
/src/levmar/liblevmar.a
# generated by icc with -prof-gen=srcpos option # generated by icc with -prof-gen=srcpos option
*.dyn *.dyn
......
...@@ -81,7 +81,7 @@ language = None ...@@ -81,7 +81,7 @@ language = None
# There are two options for replacing |today|: either, you set today to some # There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: # non-false value, then it is used:
# #
today = 'Thu Oct 26 2017' today = 'Mon Nov 06 2017'
# #
# Else, today_fmt is used as the format for a strftime call. # Else, today_fmt is used as the format for a strftime call.
# #
......
.TH SEXTRACTOR "1" "October 2017" "SExtractor 2.24.2" "User Commands"
.SH NAME
sex \- extract a source catalogue from an astronomical FITS image
.SH SYNOPSIS
.B sex \fIimage\fR [\fI-c configuration-file\fR]
.RS
[\fI-parameter1 value1 -parameter2 value2 ...\fR]
.RE
.TP
.B sex \fIimage\_detect\fR \fIimage_measure\fR [\fI-c configuration-file\fR]
.RS
[\fI-parameter1 value1 -parameter2 value2 ...\fR]
.RE
.TP
.B sex \fI-d\fR
.SH DESCRIPTION
SExtractor is a program that builds a catalogue of objects from an astronomical
image. Although it is particularly oriented towards reduction of large scale
galaxy-survey data, it performs rather well on moderately crowded star fields.
.RE
See http://astromatic.net/software/sextractor for more details.
.SS "Operation modes:"
.TP
\fB\-h\fR, \fB\-\-help\fR
print this help, then exit
.TP
\fB\-V\fR, \fB\-\-version\fR
print version number, then exit
.TP
\fB\-d\fR, \fB\-\-dump\fR
dump a default configuration file
.SH MANUAL
The full documentation for
.B SExtractor
is maintained as a PDF manual available at
.B http://astromatic.net/software/sextractor
.SH "REPORTING BUGS"
Please report bugs to the SExtractor software forum at
http://astromatic.net/forum.
.SH "SEE ALSO"
.BR
eye(1), missfits(1), psfex(1), scamp(1), sky(1), stiff(1), stuff(1), swarp (1),
ww(1)
.SH AUTHORS
Written by Emmanuel Bertin (Institut d'Astrophysique de Paris)
.PP
.SH LICENSE
SExtractor is licensed under the terms of the General Public License (GPL),
version 3.
.SH COPYRIGHT
.PP
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment