HISTORY 4.88 KB
Newer Older
1
2
3
4
June 2017: 2.24
	- Auto-config based on autogen.sh
	- Main repository moved to GitHub

5
6
7
8
9
10
11
12
13
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
Emmanuel Bertin's avatar
Emmanuel Bertin committed
14
	- FITS I/O and astrometry layers updated (same as SWarp and SCAMP)
15
	- Early support for model-fitting
Emmanuel Bertin's avatar
Emmanuel Bertin committed
16

17
July 2006: 2.5
Emmanuel Bertin's avatar
Emmanuel Bertin committed
18
19
        - Support for VOTable catalogs and metadata in output.

20
August 2005: 2.4
Emmanuel Bertin's avatar
Emmanuel Bertin committed
21
22
23
        - New windowed measurement parameters
        - Better FITS compliancy of output files

24
May 2003: 2.3
Emmanuel Bertin's avatar
Emmanuel Bertin committed
25
26
27
28
29
	- Autoconf'ed package.
	- Dumpable internal config file
	- Large File Support
	- Support for MEF files

30
31
February 2001: 2.2
	- Mostly bug fixes and experimental stuff added (PSF-fitting)
Emmanuel Bertin's avatar
Emmanuel Bertin committed
32

33
May 1999: 2.1
Emmanuel Bertin's avatar
Emmanuel Bertin committed
34
35
	- Mostly bug fixes and experimental stuff added

36
April 1998: 2.0
Emmanuel Bertin's avatar
Emmanuel Bertin committed
37
38
	- New documentation

39
January 1997 - March 1998:1.2
Emmanuel Bertin's avatar
Emmanuel Bertin committed
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
	- 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.
	- (natural) bicubic spline interpolation added to the background-map
	  processing.
	- Possibility to use another FITS frame for detecting objects,
	  allowing pixel-to-pixel colour measurements.
	- New MAG_AUTO magnitudes, more robust towards contamination by
	  neighbouring sources (MASKing option).
	- New .sex format.
	- New CHECKIMAGE_TYPEs: MINIBACKGROUND (produces small background maps),
				BACKGROUND_RMS (produces noise maps)
				MINIBACK_RMS (produces small noise maps)
				IDENTICAL (useful for converting data types)
	                        -OBJECTS (background and detections removed).
        - Multiple CHECKIMAGE output.
	- New astrometric parameters using the WCS library.
        - Handling of external flag-maps.
        - Handling of images with variable S/N and external noise- or weight-
          maps, with interpolation.
        - Real-time cross-identification with an ASCII catalog.

62
May 1996:	1.1 "DeNIS" version (not distributed officially)
Emmanuel Bertin's avatar
Emmanuel Bertin committed
63
64
65
66
	- Corrects 2 fatal bugs which sometimes appeared with DEC-Alphas
	- Incorporates a new extended FITS output format.
	- Added possibility to measure within multiple apertures.

67
May 1995: Passed 1.0a version: -> FIRST OFFICIAL RELEASE!!! <-
Emmanuel Bertin's avatar
Emmanuel Bertin committed
68
69
70
71
72
73
74
75
76
77
78
	- 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
	  zero-sum masks.
	- Display of the FITS ID limited to 20 characters.
	- New default.nnw enhanced and with a larger seeing range.
	- FWHM parameters slightly tuned for undersampled profiles.
	- The ``sexcopy'' SExTool put in the previous archive wasn't the
	  right one! Replaced.
	- 2 new SExtools released: sexreduce and sexin.

79
Apr 1995: FIRST 1.0 version:
Emmanuel Bertin's avatar
Emmanuel Bertin committed
80
81
82
83
84
85
86
87
88
89
	- Neural-network based star/galaxy classifier implemented. NNW-file
	  for Moffat-like PSFs in the optical, generated from simulations.
	- User's manual updated.
	- FWHM_IMAGE, FWHM_IMAGE and ELONGATION parameters added.
	- many more typical convolution files included in the archive.
	- Comments (beginning with a `#') are now allowed within all the
	  configuration files.
	- 2 SExTools released: sexcat and sexcopy.
	- Alpha VMS version added (thanks to R. Johnstone).

90
Feb 1995: 1.0 beta 5e version:
Emmanuel Bertin's avatar
Emmanuel Bertin committed
91
92
93
94
95
	- 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.

96
Dec 1994: 1.0 beta 5 version:
Emmanuel Bertin's avatar
Emmanuel Bertin committed
97
98
99
100
101
	- 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.

102
Sep 1994: 1.0 beta 4 version:
Emmanuel Bertin's avatar
Emmanuel Bertin committed
103
104
105
106
107
108
109
110
111
112
113
114
	- "clean" distribution with source and makefiles for DEC Alpha,
	  HP/UX, and SUN workstations.
	- SATUR_LEVEL keyword added.
	- FLAGS parameter now reliable and written in decimal in ASCII cat.
	- KRON_RADIUS parameter now reliable.
	- MAG_ISO_ERR and MAG_APER_ERR now give trusty estimates.
	- BACKGROUND parameter now in "raw" units.
	- catalog index numbering starts now from 1.
	- 2 huge fatal bugs corrected in deblending and background estimation
	  procedures.


115
Jun 1994: 1.0 beta 3 version: many bugs corrected thanks to enthousiastic
Emmanuel Bertin's avatar
Emmanuel Bertin committed
116
117
	testers! First public release.

118
May 1994: 1.0 beta 2 version: reads now all kinds of FITS data. C code
Emmanuel Bertin's avatar
Emmanuel Bertin committed
119
120
121
122
	completely rewritten in ANSI; image bitmaps are now stored in
	floating-point. Now controlled through configuration files.
	User's manual written.

123
Feb 1994: 1.0 beta 1 version of "Sextractor II", still limited to 16 bits FITS
Emmanuel Bertin's avatar
Emmanuel Bertin committed
124
125
126
	frames, but pipelined processing allows now frames with size up to
	65534x65534 to be processable on most machines.

127
Mar 1993: final version of "Sextractor I": limited to 16 bits 2048x2048 max. FITS
Emmanuel Bertin's avatar
Emmanuel Bertin committed
128
129
	frames, specifically oriented toward Schmidt plate data processing.
	Has reduced more than 1.2e10 pixels within 10 months...
130