Commit 7c4a1656 authored by Emmanuel Bertin's avatar Emmanuel Bertin
Browse files

Moved the whole package back to GPL.

Added more complete headers to all files.
Clarified licensing issues.
Updated FITS library.
Updated configuration files.
Added configuration files to the list of data that get installed in ${prefix}/share/sextractor.
Added background offset and point-source model components: FLUX_BACKOFFSET,FLUXERR_BACKOFFSET,FLUX_POINTSOURCE,FLUXERR_POINTSOURCE,MAG_POINTSOURCE,MAGERR_POINTSOURCE.
Tweaked model-fitting convergence parameters.
Fixed catalogue source ordering/number issue in dual-image mode.
Pushed version number to 2.13.0.
parent 08af7335
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
Emmanuel Bertin <bertin@iap.fr> :	SExtractor code and FITS library
Emmanuel Bertin <bertin@iap.fr> :	SExtractor code
+1 −6
Original line number Diff line number Diff line
V2.5 (2006-07-14)
COOSYS epoch and system are not set to the proper values in ASCII_VOTABLE
catalogs.
Unexpected crashes are experienced when working with extremely large images
(10+Gpixels). This was not the case with earlier versions (ca. 1999).
V2.3 (2002-12-17)
ASSOC options do not work properly with MEF images (this is not really a bug).

				Emmanuel Bertin <bertin@iap.fr>
+14 −27
Original line number Diff line number Diff line
Copyright (c) 1995-2009 Emmanuel Bertin <bertin@iap.fr> IAP-CNRS/Univ,P.&M.Curie

This software is governed by the CeCILL license under French law and
abiding by the rules of distribution of free software.  You can  use, 
modify and/ or redistribute the software under the terms of the CeCILL
license as circulated by CEA, CNRS and INRIA at the following URL
"http://www.cecill.info". 

As a counterpart to the access to the source code and  rights to copy,
modify and redistribute granted by the license, users are provided only
with a limited warranty  and the software's author,  the holder of the
economic rights,  and the successive licensors  have only  limited
liability. 

In this respect, the user's attention is drawn to the risks associated
with loading,  using,  modifying and/or developing or reproducing the
software by the user in light of its specific status of free software,
that may mean  that it is complicated to manipulate,  and  that  also
therefore means  that it is reserved for developers  and  experienced
professionals having in-depth computer knowledge. Users are therefore
encouraged to load and test the software's suitability as regards their
requirements in conditions enabling the security of their systems and/or 
data to be ensured and,  more generally, to use and operate it in the 
same conditions as regards security. 

The fact that you are presently reading this means that you have had
knowledge of the CeCILL license and that you accept its terms.
Copyright 1994-2010 IAP-CNRS / Universite P.&M.Curie

Author:	  Emmanuel Bertin <bertin@iap.fr>

SExtractor is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
SExtractor is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
+467 −53

File changed.

Preview size limit exceeded, changes collapsed.

+29 −20
Original line number Diff line number Diff line
Dec 07: 2.7
October 2010: 2.13
	- Adaptive CLASS_STAR
	- Model-fitting.
	- Licensing back to GPL

December 2009: 2.10
	- Support for FLAGS_WEIGHT

December 2007: 2.7
	- FITS I/O and astrometry layers updated (same as SWarp and SCAMP)
	- Support for model-fitting
	- Early support for model-fitting

Jul 06: 2.5
July 2006: 2.5
        - Support for VOTable catalogs and metadata in output.

Aug 05: 2.4
August 2005: 2.4
        - New windowed measurement parameters
        - Better FITS compliancy of output files

May 03: 2.3
May 2003: 2.3
	- Autoconf'ed package.
	- Dumpable internal config file
	- Large File Support
	- Support for MEF files

Feb 01: 2.2
	- Mostly bug fixes and experimental stuff added
February 2001: 2.2
	- Mostly bug fixes and experimental stuff added (PSF-fitting)

May 99: 2.1
May 1999: 2.1
	- Mostly bug fixes and experimental stuff added

April 98: 2.0
April 1998: 2.0
	- New documentation

January 97 - March 98:1.2
January 1997 - March 1998:1.2
	- Rewriting of an important part of the software, in order to
	  prepare the future... Further optimization of many functions:
	  V1.2 is 30 to 500% faster than V1.0.
@@ -47,12 +55,12 @@ January 97 - March 98:1.2
          maps, with interpolation.
        - Real-time cross-identification with an ASCII catalog.

May 96:	1.1 "DeNIS" version (not distributed officially)
May 1996:	1.1 "DeNIS" version (not distributed officially)
	- Corrects 2 fatal bugs which sometimes appeared with DEC-Alphas
	- Incorporates a new extended FITS output format.
	- Added possibility to measure within multiple apertures.

May 95: Passed 1.0a version: -> FIRST OFFICIAL RELEASE!!! <-
May 1995: Passed 1.0a version: -> FIRST OFFICIAL RELEASE!!! <-
	- Now the NNW filename is correct in FITS catalog headers.
	- Corrected a convolution bug with large masks at the bottom of
	  the frame. Added a better-than-nothing normalization of
@@ -64,7 +72,7 @@ May 95: Passed 1.0a version: -> FIRST OFFICIAL RELEASE!!! <-
	  right one! Replaced.
	- 2 new SExtools released: sexreduce and sexin.

Apr 95: FIRST 1.0 version:
Apr 1995: FIRST 1.0 version:
	- Neural-network based star/galaxy classifier implemented. NNW-file
	  for Moffat-like PSFs in the optical, generated from simulations.
	- User's manual updated.
@@ -75,19 +83,19 @@ Apr 95: FIRST 1.0 version:
	- 2 SExTools released: sexcat and sexcopy.
	- Alpha VMS version added (thanks to R. Johnstone).

Feb 95: 1.0 beta 5e version:
Feb 1995: 1.0 beta 5e version:
	- 2 bugs major corrected: background interpolation when very special
	  convolution masks are used, and (fixed) aperture magnitude (improved
	  to sub-pixel integration).
	- Possibility to change preference keywords from the command line.

Dec 94: 1.0 beta 5 version:
Dec 1994: 1.0 beta 5 version:
	- Major update! Too many changes to mention.
	- Code optimized and much more stable now.
	- New executables for IBM RS6000 and AMIGA added.
	- "II" dropped: call me simply "SExtractor" now.

Sep 94: 1.0 beta 4 version:
Sep 1994: 1.0 beta 4 version:
	- "clean" distribution with source and makefiles for DEC Alpha,
	  HP/UX, and SUN workstations.
	- SATUR_LEVEL keyword added.
@@ -100,18 +108,19 @@ Sep 94: 1.0 beta 4 version:
	  procedures.


Jun 94: 1.0 beta 3 version: many bugs corrected thanks to enthousiastic
Jun 1994: 1.0 beta 3 version: many bugs corrected thanks to enthousiastic
	testers! First public release.

May 94: 1.0 beta 2 version: reads now all kinds of FITS data. C code
May 1994: 1.0 beta 2 version: reads now all kinds of FITS data. C code
	completely rewritten in ANSI; image bitmaps are now stored in
	floating-point. Now controlled through configuration files.
	User's manual written.

Feb 94: 1.0 beta 1 version of "Sextractor II", still limited to 16 bits FITS
Feb 1994: 1.0 beta 1 version of "Sextractor II", still limited to 16 bits FITS
	frames, but pipelined processing allows now frames with size up to
	65534x65534 to be processable on most machines.

Mar 93: final version of "Sextractor I": limited to 16 bits 2048x2048 max. FITS
Mar 1993: final version of "Sextractor I": limited to 16 bits 2048x2048 max. FITS
	frames, specifically oriented toward Schmidt plate data processing.
	Has reduced more than 1.2e10 pixels within 10 months...
Loading