| 1 |
233 |
bertin |
#
|
| 2 |
|
|
# ChangeLog
|
| 3 |
|
|
#
|
| 4 |
|
|
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
| 5 |
|
|
#
|
| 6 |
|
|
# This file part of: SExtractor
|
| 7 |
|
|
#
|
| 8 |
235 |
bertin |
# Copyright: (C) 1997-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
|
| 9 |
233 |
bertin |
#
|
| 10 |
|
|
# License: GNU General Public License
|
| 11 |
|
|
#
|
| 12 |
|
|
# SExtractor is free software: you can redistribute it and/or modify
|
| 13 |
|
|
# it under the terms of the GNU General Public License as published by
|
| 14 |
|
|
# the Free Software Foundation, either version 3 of the License, or
|
| 15 |
|
|
# (at your option) any later version.
|
| 16 |
|
|
# SExtractor is distributed in the hope that it will be useful,
|
| 17 |
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 18 |
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 19 |
|
|
# GNU General Public License for more details.
|
| 20 |
|
|
# You should have received a copy of the GNU General Public License
|
| 21 |
|
|
# along with SExtractor. If not, see .
|
| 22 |
|
|
#
|
| 23 |
|
|
# Last modified: 11/10/2010
|
| 24 |
|
|
#
|
| 25 |
|
|
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
| 26 |
2 |
bertin |
|
| 27 |
233 |
bertin |
------------------------------------------------------------------------
|
| 28 |
|
|
r231 | bertin | 2010-09-29 17:11:15 +0200 (Wed, 29 Sep 2010) | 3 lines
|
| 29 |
2 |
bertin |
|
| 30 |
233 |
bertin |
Fixed issue with adaptive CLASS_STAR in dual image mode (thanks to N.Sevilla).
|
| 31 |
|
|
Pushed version number to 2.12.3.
|
| 32 |
|
|
|
| 33 |
18 |
bertin |
------------------------------------------------------------------------
|
| 34 |
233 |
bertin |
r230 | bertin | 2010-09-22 17:54:49 +0200 (Wed, 22 Sep 2010) | 2 lines
|
| 35 |
173 |
bertin |
|
| 36 |
233 |
bertin |
Allowed SEEING_FWHM to be 0 if no PSF is available and CLASS_STAR is not in the
|
| 37 |
|
|
parameter list.
|
| 38 |
173 |
bertin |
|
| 39 |
|
|
------------------------------------------------------------------------
|
| 40 |
233 |
bertin |
r229 | bertin | 2010-09-13 11:05:21 +0200 (Mon, 13 Sep 2010) | 6 lines
|
| 41 |
173 |
bertin |
|
| 42 |
233 |
bertin |
Removed singular matrix warnings in LevMar solver calls.
|
| 43 |
|
|
Changed the management of tolerances in Hessian inversion SVD.
|
| 44 |
|
|
Pushed Lanczos interpolator to 4th order in PSF and model-fitting.
|
| 45 |
|
|
Normalized the interpolating function so that the DC component gain is 1.
|
| 46 |
|
|
Pushed version number 2.12.2.
|
| 47 |
173 |
bertin |
|
| 48 |
|
|
------------------------------------------------------------------------
|
| 49 |
233 |
bertin |
r228 | bertin | 2010-08-26 16:30:26 +0200 (Thu, 26 Aug 2010) | 5 lines
|
| 50 |
173 |
bertin |
|
| 51 |
233 |
bertin |
Fixed model-fitting issue with empty images in dual-image mode (thanks to
|
| 52 |
|
|
V. de Lapparent for reporting).
|
| 53 |
|
|
Updated LevMar to version 2.5.
|
| 54 |
|
|
Updated URLs in various places.
|
| 55 |
|
|
Pushed version number to 2.12.1.
|
| 56 |
173 |
bertin |
|
| 57 |
|
|
------------------------------------------------------------------------
|
| 58 |
233 |
bertin |
r227 | bertin | 2010-08-23 15:17:00 +0200 (Mon, 23 Aug 2010) | 3 lines
|
| 59 |
173 |
bertin |
|
| 60 |
233 |
bertin |
Added --disable-model-fitting configure option to turn-off model-fitting
|
| 61 |
|
|
features and to allow compiling SExtractor without requiring the ATLAS and
|
| 62 |
|
|
FFTW libraries.
|
| 63 |
|
|
Version number pushed to 2.12.0.
|
| 64 |
173 |
bertin |
|
| 65 |
|
|
------------------------------------------------------------------------
|
| 66 |
233 |
bertin |
r226 | bertin | 2010-08-20 18:32:32 +0200 (Fri, 20 Aug 2010) | 2 lines
|
| 67 |
173 |
bertin |
|
| 68 |
233 |
bertin |
Added POLAR1ERRMODEL_WORLD,POLAR2ERRMODEL_WORLD,POLARCORRMODEL_WORLD,
|
| 69 |
|
|
ELLIP1ERRMODEL_WORLD,ELLIP2ERRMODEL_WORLD and ELLIPCORRMODEL_WORLD measurement
|
| 70 |
|
|
parameters.
|
| 71 |
173 |
bertin |
|
| 72 |
|
|
------------------------------------------------------------------------
|
| 73 |
233 |
bertin |
r225 | bertin | 2010-08-08 19:34:14 +0200 (Sun, 08 Aug 2010) | 9 lines
|
| 74 |
173 |
bertin |
|
| 75 |
233 |
bertin |
Fixed detection threshold missing in XML metadata output.
|
| 76 |
|
|
Fixed TFORM error message in fitshead.c (thanks to S.Guieu).
|
| 77 |
|
|
Fixed model-fitting error variance/covariance issue (bug in matrix inversion).
|
| 78 |
|
|
Added ELLIP1ERRMODEL_IMAGE, ELLIP2ERRMODEL_IMAGE, ELLIPCORRMODEL_IMAGE,
|
| 79 |
|
|
POLAR1ERRMODEL_IMAGE, POLAR2ERRMODEL_IMAGE, POLARCORRMODEL_IMAGE (more testing
|
| 80 |
|
|
is needed and WORLD versions are not yet functional).
|
| 81 |
|
|
Narrowed the tolerance constraint for stopping windowed centering iterations.
|
| 82 |
|
|
Fixed incorrect reading of the DATE-OBS FITS keyword when EPOCH and MJD-OBS are missing.
|
| 83 |
|
|
Pushed version number to 2.11.11.
|
| 84 |
173 |
bertin |
|
| 85 |
|
|
------------------------------------------------------------------------
|
| 86 |
233 |
bertin |
r224 | bertin | 2010-07-16 11:05:40 +0200 (Fri, 16 Jul 2010) | 5 lines
|
| 87 |
173 |
bertin |
|
| 88 |
233 |
bertin |
Fixed WINdowed position error estimates that were underestimated by a factor 2
|
| 89 |
|
|
(thanks to G.Bernstein).
|
| 90 |
|
|
Fixed FLUXERR_WIN triggering issue.
|
| 91 |
|
|
Optimized WIN parameter computations.
|
| 92 |
|
|
Pushed version number to 2.11.8.
|
| 93 |
173 |
bertin |
|
| 94 |
|
|
------------------------------------------------------------------------
|
| 95 |
233 |
bertin |
r221 | bertin | 2010-07-09 16:41:51 +0200 (Fri, 09 Jul 2010) | 20 lines
|
| 96 |
173 |
bertin |
|
| 97 |
233 |
bertin |
Added VOTABLE "version" attribute to XML output.
|
| 98 |
|
|
Reverted minimization algorithm back to double precision (while keeping single
|
| 99 |
|
|
precision for data and parameters in "bounded" space).
|
| 100 |
|
|
Added specific handling of "Jacobian calls" in model-fitting.
|
| 101 |
|
|
Sped up the resampling process in model-fitting.
|
| 102 |
|
|
Tuned up minimization algorithm in model-fitting.
|
| 103 |
|
|
Added shortcuts to the computation of the local PSF model.
|
| 104 |
|
|
Fixed triggering issues with some model-fitting parameters (thanks to
|
| 105 |
|
|
S.Serrano).
|
| 106 |
|
|
Removed CLASS_STAR_MODEL and DISK_PATTERN* measurement parameters.
|
| 107 |
|
|
Added automatic tracking of the PSF FWHM from the local PSF model if
|
| 108 |
|
|
SEEING_FWHM is 0 for CLASS_STAR.
|
| 109 |
|
|
Fixed excessive WIN parameter computation time on large ring-shaped objects.
|
| 110 |
|
|
Fixed model-fitting issue with null half-light radii (thanks to S.Desai and
|
| 111 |
|
|
B.Armstrong).
|
| 112 |
|
|
Fixed aperture display value error in FITS-LDAC catalogue header.
|
| 113 |
|
|
Removed redundant update_tab() calls in FITS library.
|
| 114 |
|
|
Fixed comment copy issue for slashes within strings in FITS library (thanks to
|
| 115 |
|
|
F.Schuller).
|
| 116 |
|
|
Added check of PSF values; SExtractor will now exit in error in the case where
|
| 117 |
|
|
all PSF components sum up to 0.
|
| 118 |
|
|
Replaced computation of model second moments and ellipticities with analytical
|
| 119 |
|
|
estimates.
|
| 120 |
|
|
Improved the accuracy of peak and average model surface brightness estimates.
|
| 121 |
|
|
Fixed some compiler warnings.
|
| 122 |
|
|
Pushed version number to 2.11.7.
|
| 123 |
|
|
|
| 124 |
|
|
------------------------------------------------------------------------
|
| 125 |
|
|
r220 | bertin | 2010-02-05 14:17:20 +0100 (Fri, 05 Feb 2010) | 5 lines
|
| 126 |
|
|
|
| 127 |
|
|
Added reading of .head ASCII headers (suggestion from M.Monnerville and
|
| 128 |
|
|
P.Hudelot).
|
| 129 |
|
|
Improved real-time display.
|
| 130 |
|
|
Fixed various issues with XSLT in double image mode.
|
| 131 |
|
|
Pushed version number to 2.11.0.
|
| 132 |
|
|
|
| 133 |
|
|
------------------------------------------------------------------------
|
| 134 |
|
|
r219 | bertin | 2010-01-21 14:38:14 +0100 (Thu, 21 Jan 2010) | 3 lines
|
| 135 |
|
|
|
| 136 |
|
|
Added the DETECT_MAXAREA (advanced) configuration keyword (as suggested by
|
| 137 |
|
|
V.Terron).
|
| 138 |
|
|
Improved processing time display.
|
| 139 |
|
|
|
| 140 |
|
|
------------------------------------------------------------------------
|
| 141 |
|
|
r218 | bertin | 2009-12-16 01:02:21 +0100 (Wed, 16 Dec 2009) | 9 lines
|
| 142 |
|
|
|
| 143 |
|
|
Fixed world coordinates in PSF-fitting.
|
| 144 |
|
|
Fixed error ellipse measurements in PSF-fitting (but works only for PSF_NMAX=1
|
| 145 |
|
|
currently).
|
| 146 |
|
|
Simplified PSF parameter handling (removed PSFDISPLAY_TYPE configuration
|
| 147 |
|
|
option).
|
| 148 |
|
|
Simplified triggering of local north axis computation.
|
| 149 |
|
|
Allowed model axis ratios to exceed 1 to facilitate convergence.
|
| 150 |
|
|
Fixed alignment bug for symmetric models.
|
| 151 |
|
|
Restricted maximum allowed range for model coordinates.
|
| 152 |
|
|
Pushed version number to 2.10.0.
|
| 153 |
|
|
|
| 154 |
|
|
------------------------------------------------------------------------
|
| 155 |
|
|
r217 | bertin | 2009-12-01 14:46:19 +0100 (Tue, 01 Dec 2009) | 3 lines
|
| 156 |
|
|
|
| 157 |
|
|
Set XMODEL_IMAGE and YMODEL_IMAGE data types back to double precision (thanks
|
| 158 |
|
|
to S.Desai).
|
| 159 |
|
|
Fixed various compilation warnings.
|
| 160 |
|
|
|
| 161 |
|
|
------------------------------------------------------------------------
|
| 162 |
|
|
r216 | bertin | 2009-11-18 17:45:26 +0100 (Wed, 18 Nov 2009) | 4 lines
|
| 163 |
|
|
|
| 164 |
|
|
Fixed issue with FFTW configure for custom library paths.
|
| 165 |
|
|
Fixed compilation warnings in pattern.c and lm.h.
|
| 166 |
|
|
Pushed version number to 2.9.9.
|
| 167 |
|
|
|
| 168 |
|
|
------------------------------------------------------------------------
|
| 169 |
|
|
r215 | bertin | 2009-11-02 17:25:36 +0100 (Mon, 02 Nov 2009) | 3 lines
|
| 170 |
|
|
|
| 171 |
|
|
Fixed typos introduced in the 2.4 LevMar custom update.
|
| 172 |
|
|
Added support for 64 bit binary table elements in FITS library (thanks to J.P.
|
| 173 |
|
|
McFarland).
|
| 174 |
|
|
|
| 175 |
|
|
------------------------------------------------------------------------
|
| 176 |
|
|
r214 | bertin | 2009-10-22 21:36:54 +0200 (Thu, 22 Oct 2009) | 4 lines
|
| 177 |
|
|
|
| 178 |
|
|
Fixed issue with SVD on some objects.
|
| 179 |
|
|
Updated the LevMar library to V2.4.
|
| 180 |
|
|
Pushed version number to 2.9.7.
|
| 181 |
|
|
|
| 182 |
|
|
------------------------------------------------------------------------
|
| 183 |
|
|
r213 | bertin | 2009-10-19 17:10:20 +0200 (Mon, 19 Oct 2009) | 4 lines
|
| 184 |
|
|
|
| 185 |
|
|
Fixed MODELS check-image.
|
| 186 |
|
|
Fixed X/YMODEL_WORLD issue.
|
| 187 |
|
|
Increased CLEANing margin for model-fitting.
|
| 188 |
|
|
|
| 189 |
|
|
------------------------------------------------------------------------
|
| 190 |
|
|
r212 | bertin | 2009-10-09 18:21:18 +0200 (Fri, 09 Oct 2009) | 5 lines
|
| 191 |
|
|
|
| 192 |
|
|
Improved the quality of model resampling for subsampled objects.
|
| 193 |
|
|
Implemented a more consistent model size and flux scaling scheme for subsampled
|
| 194 |
|
|
objects.
|
| 195 |
|
|
Fixed Sersic model generation bug.
|
| 196 |
|
|
Pushed version number to 2.9.6.
|
| 197 |
|
|
|
| 198 |
|
|
------------------------------------------------------------------------
|
| 199 |
|
|
r211 | bertin | 2009-10-08 23:34:46 +0200 (Thu, 08 Oct 2009) | 6 lines
|
| 200 |
|
|
|
| 201 |
|
|
Added automatic image rebinning for fitting very large objects (>512 pixels).
|
| 202 |
|
|
Fixed several issues related to image and weight copy prior to fitting.
|
| 203 |
|
|
Fixed bug with symmetric models.
|
| 204 |
|
|
Fixed issue with new FFT planning scheme.
|
| 205 |
|
|
Pushed version number to 2.9.5.
|
| 206 |
|
|
|
| 207 |
|
|
------------------------------------------------------------------------
|
| 208 |
|
|
r210 | bertin | 2009-10-01 17:54:49 +0200 (Thu, 01 Oct 2009) | 4 lines
|
| 209 |
|
|
|
| 210 |
|
|
Added new NLOWWEIGHT_ISO and NLOWDWEIGHT_ISO parameters that count the number
|
| 211 |
|
|
of bad pixels within the measured isophotal footprint, and within one pixel of
|
| 212 |
|
|
the detected isophotal footprint, respectively.
|
| 213 |
|
|
FLAGS_WEIGHT is now working without crashing.
|
| 214 |
|
|
Pushed version number to 2.9.3.
|
| 215 |
|
|
|
| 216 |
|
|
------------------------------------------------------------------------
|
| 217 |
|
|
r209 | bertin | 2009-09-29 18:54:34 +0200 (Tue, 29 Sep 2009) | 6 lines
|
| 218 |
|
|
|
| 219 |
|
|
Fixed BITPIX display info.
|
| 220 |
|
|
Changed CONCENTRATION_MODEL to SPREAD_MODEL.
|
| 221 |
|
|
Added SPREADERR_MODEL measurement (currently a crude estimate).
|
| 222 |
|
|
Optimized FFT calls.
|
| 223 |
|
|
Set PSF_NMAX to 2 by default.
|
| 224 |
|
|
|
| 225 |
|
|
------------------------------------------------------------------------
|
| 226 |
|
|
r208 | bertin | 2009-09-24 14:38:44 +0200 (Thu, 24 Sep 2009) | 5 lines
|
| 227 |
|
|
|
| 228 |
|
|
Fixed CONCENTRATION_MODEL issue.
|
| 229 |
|
|
Removed singular matrix warning.
|
| 230 |
|
|
Added MATRIX_MODELERR measurement parameters.
|
| 231 |
|
|
Added DURATION_ANALYSIS measurement parameter.
|
| 232 |
|
|
|
| 233 |
|
|
------------------------------------------------------------------------
|
| 234 |
|
|
r207 | bertin | 2009-09-21 14:27:28 +0200 (Mon, 21 Sep 2009) | 6 lines
|
| 235 |
|
|
|
| 236 |
|
|
Added FLUX_MAX_MODEL, FLUX_EFF_MODEL, FLUX_MEAN_MODEL, MU_MAX_MODEL,
|
| 237 |
|
|
MU_EFF_MODEL and MU_MEAN_MODEL parameters (FLUX_MAX_MODEL estimator still
|
| 238 |
|
|
somewhat inacurrate).
|
| 239 |
|
|
Added FLUX_MAX_SPHEROID, FLUX_EFF_SPHEROID, FLUX_MEAN_SPHEROID, MU_MAX_SPHEROID,
|
| 240 |
|
|
MU_EFF_SPHEROID, MU_MEAN_SPHEROID parameters.
|
| 241 |
|
|
Added FLUX_MAX_DISK, FLUX_EFF_DISK, FLUX_MEAN_DISK, MU_MAX_DISK, MU_EFF_DISK
|
| 242 |
|
|
and MU_MEAN_DISK parameters.
|
| 243 |
|
|
Changed the way total model fluxes and model moments are computed.
|
| 244 |
|
|
Pushed version number to 2.9.2.
|
| 245 |
|
|
|
| 246 |
|
|
------------------------------------------------------------------------
|
| 247 |
|
|
r206 | bertin | 2009-09-14 00:24:01 +0200 (Mon, 14 Sep 2009) | 10 lines
|
| 248 |
|
|
|
| 249 |
|
|
Changed ExMODEL parameters to ELLIPx_MODEL.
|
| 250 |
|
|
Changed EPSxMODEL parameters to POLARx_MODEL.
|
| 251 |
|
|
Added AMODEL, BMODEL, THETAMODEL for both _IMAGE and _WORLD coordinates.
|
| 252 |
|
|
Added CXXMODEL CYYMODEL, CXYMODEL for both _IMAGE and _WORLD coordinates.
|
| 253 |
|
|
AddedTHETAMODEL_SKY,THETAMODEL_J2000,THETAMODEL_B1950.
|
| 254 |
|
|
Added ELLIPxMODEL_WORLD and POLARxMODEL_WORLD.
|
| 255 |
|
|
Fixed broken PSF-fitting.
|
| 256 |
|
|
Fixed warnings while generating the configure (thanks to S.Pascual).
|
| 257 |
|
|
Pushed version number to 2.9.1.
|
| 258 |
|
|
|
| 259 |
|
|
------------------------------------------------------------------------
|
| 260 |
|
|
r205 | bertin | 2009-09-10 19:28:28 +0200 (Thu, 10 Sep 2009) | 2 lines
|
| 261 |
|
|
|
| 262 |
|
|
Put back missing item in configure file.
|
| 263 |
|
|
|
| 264 |
|
|
------------------------------------------------------------------------
|
| 265 |
|
|
r204 | bertin | 2009-09-09 17:49:41 +0200 (Wed, 09 Sep 2009) | 2 lines
|
| 266 |
|
|
|
| 267 |
|
|
Cleaned up configure file.
|
| 268 |
|
|
|
| 269 |
|
|
------------------------------------------------------------------------
|
| 270 |
|
|
r203 | bertin | 2009-09-09 11:47:17 +0200 (Wed, 09 Sep 2009) | 2 lines
|
| 271 |
|
|
|
| 272 |
|
|
Added new rpm-best option in Makefile.am.
|
| 273 |
|
|
|
| 274 |
|
|
------------------------------------------------------------------------
|
| 275 |
|
|
r202 | bertin | 2009-09-08 22:11:04 +0200 (Tue, 08 Sep 2009) | 3 lines
|
| 276 |
|
|
|
| 277 |
|
|
Changed the --enable-automatic-flags configure option to --enable-auto-flags.
|
| 278 |
|
|
Added --enable-best-link configure option.
|
| 279 |
|
|
|
| 280 |
|
|
------------------------------------------------------------------------
|
| 281 |
|
|
r201 | bertin | 2009-09-08 18:58:59 +0200 (Tue, 08 Sep 2009) | 4 lines
|
| 282 |
|
|
|
| 283 |
|
|
Switched to single precision for model fitting.
|
| 284 |
|
|
Changed configure behaviour towards CFLAGS and LDFLAGS: automatic settings are
|
| 285 |
|
|
now applied only if the --enable-automatic-flags configure option is set
|
| 286 |
|
|
(thanks to S.Pascual).
|
| 287 |
|
|
Version number pushed to 2.9.0.
|
| 288 |
|
|
|
| 289 |
|
|
------------------------------------------------------------------------
|
| 290 |
|
|
r200 | bertin | 2009-08-27 23:25:14 +0200 (Thu, 27 Aug 2009) | 5 lines
|
| 291 |
|
|
|
| 292 |
|
|
Removed redundant code in astrom_pos().
|
| 293 |
|
|
Fixed random crashes with model fitting (thanks to S.Desai).
|
| 294 |
|
|
Fixed gain problem in PSF fitting.
|
| 295 |
|
|
Pushed version number to 2.8.9.
|
| 296 |
|
|
|
| 297 |
|
|
------------------------------------------------------------------------
|
| 298 |
|
|
r199 | bertin | 2009-07-20 21:41:29 +0200 (Mon, 20 Jul 2009) | 3 lines
|
| 299 |
|
|
|
| 300 |
|
|
Added FOCAL coordinates for centering parameters.
|
| 301 |
|
|
Re-organized astrometric calls.
|
| 302 |
|
|
|
| 303 |
|
|
------------------------------------------------------------------------
|
| 304 |
|
|
r198 | bertin | 2009-06-26 17:41:48 +0200 (Fri, 26 Jun 2009) | 2 lines
|
| 305 |
|
|
|
| 306 |
|
|
Fixed incorrect FFTW type in multithread check.
|
| 307 |
|
|
|
| 308 |
|
|
------------------------------------------------------------------------
|
| 309 |
|
|
r197 | bertin | 2009-06-26 17:13:08 +0200 (Fri, 26 Jun 2009) | 6 lines
|
| 310 |
|
|
|
| 311 |
|
|
Made parallel version of ATLAS not mandatory for the multithread option (unused).
|
| 312 |
|
|
Replaced configuration error with warning if FFTW is not multithreaded and
|
| 313 |
|
|
multithreading has been activated (unused).
|
| 314 |
|
|
Added autoconfig support for FFTW multithreaded versions combined in libfftw3
|
| 315 |
|
|
(unused).
|
| 316 |
|
|
Added runtime warning if ATLAS is not multithreaded and multithreading is on
|
| 317 |
|
|
(unused).
|
| 318 |
|
|
Version number pushed to 2.8.8.
|
| 319 |
|
|
|
| 320 |
|
|
------------------------------------------------------------------------
|
| 321 |
|
|
r196 | bertin | 2009-05-29 21:17:33 +0200 (Fri, 29 May 2009) | 2 lines
|
| 322 |
|
|
|
| 323 |
|
|
Further refinements on display.
|
| 324 |
|
|
|
| 325 |
|
|
------------------------------------------------------------------------
|
| 326 |
|
|
r195 | bertin | 2009-05-29 18:35:54 +0200 (Fri, 29 May 2009) | 2 lines
|
| 327 |
|
|
|
| 328 |
|
|
Improved online display.
|
| 329 |
|
|
|
| 330 |
|
|
------------------------------------------------------------------------
|
| 331 |
|
|
r194 | bertin | 2009-05-29 18:21:25 +0200 (Fri, 29 May 2009) | 6 lines
|
| 332 |
|
|
|
| 333 |
|
|
Removed multithreading in FFTs (would degrade performance).
|
| 334 |
|
|
Added computation of FLUXERR_MODEL and MAGERR_MODEL.
|
| 335 |
|
|
Fixed a numerical bug in E1MODEL_IMAGE and E2MODEL_IMAGE.
|
| 336 |
|
|
Improved onscreen display.
|
| 337 |
|
|
Pushed version number to 2.8.7
|
| 338 |
|
|
|
| 339 |
|
|
------------------------------------------------------------------------
|
| 340 |
|
|
r193 | bertin | 2009-05-22 14:26:11 +0200 (Fri, 22 May 2009) | 2 lines
|
| 341 |
|
|
|
| 342 |
|
|
Included Chiara's MissFITS fix in fitspick().
|
| 343 |
|
|
|
| 344 |
|
|
------------------------------------------------------------------------
|
| 345 |
|
|
r192 | bertin | 2009-05-22 14:14:26 +0200 (Fri, 22 May 2009) | 3 lines
|
| 346 |
|
|
|
| 347 |
|
|
Added filtering of non-numerical characters for floating-point FITS keywords
|
| 348 |
|
|
(thanks to D.G. Bonfield for the suggestion).
|
| 349 |
|
|
|
| 350 |
|
|
------------------------------------------------------------------------
|
| 351 |
|
|
r191 | bertin | 2009-05-19 17:40:54 +0200 (Tue, 19 May 2009) | 2 lines
|
| 352 |
|
|
|
| 353 |
|
|
Increased field format size from %15.10e to %18.10e and from %5.1f to %6.2f.
|
| 354 |
|
|
|
| 355 |
|
|
------------------------------------------------------------------------
|
| 356 |
|
|
r190 | bertin | 2009-05-07 11:18:57 +0200 (Thu, 07 May 2009) | 2 lines
|
| 357 |
|
|
|
| 358 |
|
|
Removed forgotten debug printout.
|
| 359 |
|
|
|
| 360 |
|
|
------------------------------------------------------------------------
|
| 361 |
|
|
r189 | bertin | 2009-04-28 19:40:43 +0200 (Tue, 28 Apr 2009) | 2 lines
|
| 362 |
|
|
|
| 363 |
|
|
Fixed bug in make_kernel() test bug (thanks to R.Owen).
|
| 364 |
|
|
|
| 365 |
|
|
------------------------------------------------------------------------
|
| 366 |
|
|
r187 | bertin | 2009-04-09 15:31:57 +0200 (Thu, 09 Apr 2009) | 2 lines
|
| 367 |
|
|
|
| 368 |
|
|
Forgot to regenerate configure file.
|
| 369 |
|
|
|
| 370 |
|
|
------------------------------------------------------------------------
|
| 371 |
|
|
r186 | bertin | 2009-04-09 15:29:59 +0200 (Thu, 09 Apr 2009) | 3 lines
|
| 372 |
|
|
|
| 373 |
|
|
Removed obsolete measurement parameters.
|
| 374 |
|
|
Pushed version number to 2.8.6
|
| 375 |
|
|
|
| 376 |
|
|
------------------------------------------------------------------------
|
| 377 |
|
|
r185 | bertin | 2009-04-01 18:53:14 +0200 (Wed, 01 Apr 2009) | 2 lines
|
| 378 |
|
|
|
| 379 |
|
|
More junk cleaning.
|
| 380 |
|
|
|
| 381 |
|
|
------------------------------------------------------------------------
|
| 382 |
|
|
r184 | bertin | 2009-04-01 18:17:33 +0200 (Wed, 01 Apr 2009) | 4 lines
|
| 383 |
|
|
|
| 384 |
|
|
Fixed icc 11 compilations options on x86-64 architecture.
|
| 385 |
|
|
Cleaned up obsolete references.
|
| 386 |
|
|
Added favicon to XSLT filter.
|
| 387 |
|
|
|
| 388 |
|
|
------------------------------------------------------------------------
|
| 389 |
|
|
r183 | bertin | 2009-04-01 15:53:17 +0200 (Wed, 01 Apr 2009) | 2 lines
|
| 390 |
|
|
|
| 391 |
|
|
Added another refinement to the XSLT filter.
|
| 392 |
|
|
|
| 393 |
|
|
------------------------------------------------------------------------
|
| 394 |
|
|
r182 | bertin | 2009-04-01 13:11:33 +0200 (Wed, 01 Apr 2009) | 2 lines
|
| 395 |
|
|
|
| 396 |
|
|
Updated XSLT filter (AstrOmatic theme).
|
| 397 |
|
|
|
| 398 |
|
|
------------------------------------------------------------------------
|
| 399 |
|
|
r181 | bertin | 2009-03-23 19:21:58 +0100 (Mon, 23 Mar 2009) | 8 lines
|
| 400 |
|
|
|
| 401 |
|
|
Removed unstable and buggy measurements from parameter list.
|
| 402 |
|
|
Cleaned up Makefile.am RPM options.
|
| 403 |
|
|
Fixed rpm build issue on Fedora Core 10.
|
| 404 |
|
|
Fixed display of max thread number in configure help.
|
| 405 |
|
|
Updated icc compilation flags to 11.0 syntax.
|
| 406 |
|
|
Set the license string to CeCILL in the .spec file.
|
| 407 |
|
|
Pushed version number to 2.8.5.
|
| 408 |
|
|
|
| 409 |
|
|
------------------------------------------------------------------------
|
| 410 |
|
|
r180 | bertin | 2009-03-20 14:11:44 +0100 (Fri, 20 Mar 2009) | 3 lines
|
| 411 |
|
|
|
| 412 |
|
|
Put back model chi2 normalisation.
|
| 413 |
|
|
Made handling of dynamic compression and chi2 computations more flexible.
|
| 414 |
|
|
|
| 415 |
|
|
------------------------------------------------------------------------
|
| 416 |
|
|
r179 | bertin | 2009-03-18 15:43:36 +0100 (Wed, 18 Mar 2009) | 3 lines
|
| 417 |
|
|
|
| 418 |
|
|
Added CONCENTRATION_MODEL and finalized CLASS_ST parameters.
|
| 419 |
|
|
Version number pushed to 2.8.4.
|
| 420 |
|
|
|
| 421 |
|
|
------------------------------------------------------------------------
|
| 422 |
|
|
r178 | bertin | 2009-03-10 14:05:07 +0100 (Tue, 10 Mar 2009) | 1 line
|
| 423 |
|
|
|
| 424 |
|
|
Set mime-type property of SExtractor doc to application/pdf
|
| 425 |
|
|
------------------------------------------------------------------------
|
| 426 |
|
|
r177 | bertin | 2009-02-20 19:06:45 +0100 (Fri, 20 Feb 2009) | 4 lines
|
| 427 |
|
|
|
| 428 |
|
|
Fixed bug which would cause the mapping to depend on the ordering of PVs.
|
| 429 |
|
|
Changed software license to CeCILL (French equivalent of GPL).
|
| 430 |
|
|
Pushed version number to 2.8.3.
|
| 431 |
|
|
|
| 432 |
|
|
------------------------------------------------------------------------
|
| 433 |
|
|
r176 | bertin | 2009-01-29 19:34:29 +0100 (Thu, 29 Jan 2009) | 1 line
|
| 434 |
|
|
|
| 435 |
|
|
Fixed crash with model fitting on small objects
|
| 436 |
|
|
------------------------------------------------------------------------
|
| 437 |
|
|
r175 | bertin | 2009-01-28 22:52:45 +0100 (Wed, 28 Jan 2009) | 1 line
|
| 438 |
|
|
|
| 439 |
|
|
Nothing
|
| 440 |
|
|
------------------------------------------------------------------------
|
| 441 |
|
|
r173 | bertin | 2009-01-28 18:37:46 +0100 (Wed, 28 Jan 2009) | 1 line
|
| 442 |
|
|
|
| 443 |
|
|
merged with SExFIGI branch
|
| 444 |
|
|
------------------------------------------------------------------------
|
| 445 |
|
|
r39 | bertin | 2009-01-28 17:05:55 +0100 (Wed, 28 Jan 2009) | 1 line
|
| 446 |
|
|
|
| 447 |
|
|
Moved software to trunk
|
| 448 |
|
|
------------------------------------------------------------------------
|
| 449 |
|
|
r22 | bertin | 2006-10-29 21:04:25 +0100 (Sun, 29 Oct 2006) | 5 lines
|
| 450 |
|
|
|
| 451 |
|
|
Updated FITS library to the latest version.
|
| 452 |
|
|
Fixed some UCDs in output parameters.
|
| 453 |
|
|
Applied patch by Sergio Pascual for configuring the path to the XSL file.
|
| 454 |
|
|
Updated the BUGS section.
|
| 455 |
|
|
|
| 456 |
|
|
------------------------------------------------------------------------
|
| 457 |
|
|
r21 | bertin | 2006-08-16 18:06:49 +0200 (Wed, 16 Aug 2006) | 2 lines
|
| 458 |
|
|
|
| 459 |
|
|
Discard NaN pixels in non-weighted background measurements (as in SWarp).
|
| 460 |
|
|
|
| 461 |
|
|
------------------------------------------------------------------------
|
| 462 |
|
|
r20 | baillard | 2006-07-18 13:54:43 +0200 (Tue, 18 Jul 2006) | 2 lines
|
| 463 |
|
|
|
| 464 |
173 |
bertin |
Move sextractor to public repository
|
| 465 |
|
|
|
| 466 |
|
|
------------------------------------------------------------------------
|
| 467 |
233 |
bertin |
r19 | bertin | 2006-07-17 19:56:12 +0200 (Mon, 17 Jul 2006) | 4 lines
|
| 468 |
173 |
bertin |
|
| 469 |
|
|
Doc: keyword list updated.
|
| 470 |
|
|
ChangeLog updated.
|
| 471 |
|
|
Back-propagated destructive byte-swapping bugfix in FITS library.
|
| 472 |
|
|
|
| 473 |
|
|
------------------------------------------------------------------------
|
| 474 |
233 |
bertin |
r18 | bertin | 2006-07-14 20:25:09 +0200 (Fri, 14 Jul 2006) | 3 lines
|
| 475 |
173 |
bertin |
|
| 476 |
|
|
Removed warnings in psf.c (P.Delorme's edits) using brute-force.
|
| 477 |
|
|
Switched ChangeLog to SVN format.
|
| 478 |
|
|
|
| 479 |
|
|
------------------------------------------------------------------------
|
| 480 |
233 |
bertin |
r17 | bertin | 2006-07-14 20:13:39 +0200 (Fri, 14 Jul 2006) | 8 lines
|
| 481 |
18 |
bertin |
|
| 482 |
19 |
bertin |
Yet another rewriting of the XML part. Meta-data, error messages and catalog
|
| 483 |
|
|
info are now consistant between the catalog and the XML metadata file. Still
|
| 484 |
|
|
some pb with the COOSYS epoch and system in the VOTable version of the catalog
|
| 485 |
|
|
(but correct in the XML metadata file).
|
| 486 |
18 |
bertin |
CATALOG_TYPE ASCII_VO changed to ASCII_VOTABLE.
|
| 487 |
|
|
Added a check in error catching to prevent recursive loops.
|
| 488 |
19 |
bertin |
Added reinit of the warning counter to allow multiple uses of the warning
|
| 489 |
|
|
history.
|
| 490 |
|
|
Cleaned up configure.ac and added a default path for the (still missing) XSL
|
| 491 |
|
|
file.
|
| 492 |
18 |
bertin |
Updated config/default.sex, BUGS HISTORY and README files.
|
| 493 |
|
|
Ready for release of V2.5.
|
| 494 |
|
|
|
| 495 |
|
|
------------------------------------------------------------------------
|
| 496 |
233 |
bertin |
r16 | bertin | 2006-07-13 22:06:48 +0200 (Thu, 13 Jul 2006) | 5 lines
|
| 497 |
18 |
bertin |
|
| 498 |
19 |
bertin |
XML VOTable approach changed again: support for error messaging in VO catalog
|
| 499 |
|
|
(not only metadata) and FITS serialization of LDAC files in XML output.
|
| 500 |
18 |
bertin |
COOSYS tag added with relevant information.
|
| 501 |
|
|
Removed MAMA_CORFLEX advanced config parameter (replaced with define).
|
| 502 |
|
|
Version number pushed to 2.5.
|
| 503 |
|
|
|
| 504 |
|
|
------------------------------------------------------------------------
|
| 505 |
233 |
bertin |
r15 | bertin | 2006-07-12 20:34:06 +0200 (Wed, 12 Jul 2006) | 4 lines
|
| 506 |
18 |
bertin |
|
| 507 |
|
|
Improved XML VOTable (still waiting for F.Ochsenbein comments, though).
|
| 508 |
|
|
Added meta-data to VOTable catalog output.
|
| 509 |
|
|
Fixed potential bug with long command lines.
|
| 510 |
|
|
|
| 511 |
|
|
------------------------------------------------------------------------
|
| 512 |
233 |
bertin |
r14 | bertin | 2006-07-11 23:04:18 +0200 (Tue, 11 Jul 2006) | 2 lines
|
| 513 |
18 |
bertin |
|
| 514 |
|
|
Completed the conversion of XML output to the VOTable format.
|
| 515 |
|
|
|
| 516 |
|
|
------------------------------------------------------------------------
|
| 517 |
233 |
bertin |
r13 | bertin | 2006-07-10 21:49:59 +0200 (Mon, 10 Jul 2006) | 6 lines
|
| 518 |
18 |
bertin |
|
| 519 |
|
|
Added support for ICRS in header WCS.
|
| 520 |
|
|
Changed the way header WCS info is interpreted when EQUINOX is missing.
|
| 521 |
|
|
Added dump of command line in XML meta-data.
|
| 522 |
|
|
Pushed max number of recorded warnings to 100.
|
| 523 |
|
|
Changed XML meta-data output format to VOTable (not complete yet).
|
| 524 |
|
|
|
| 525 |
|
|
------------------------------------------------------------------------
|
| 526 |
233 |
bertin |
r12 | bertin | 2006-07-09 19:57:00 +0200 (Sun, 09 Jul 2006) | 4 lines
|
| 527 |
18 |
bertin |
|
| 528 |
|
|
Added support for warning history in the fits library.
|
| 529 |
|
|
Added duration to XML error output.
|
| 530 |
|
|
Added ten most recent warnings to XML output.
|
| 531 |
|
|
|
| 532 |
|
|
------------------------------------------------------------------------
|
| 533 |
233 |
bertin |
r11 | bertin | 2006-07-07 20:30:30 +0200 (Fri, 07 Jul 2006) | 4 lines
|
| 534 |
18 |
bertin |
|
| 535 |
|
|
Added catching of error messages and forwarding to XML.
|
| 536 |
|
|
Added ASCII_VO output catalog format (inspired by G.Tissier's VOTable patch)
|
| 537 |
|
|
Fixed issue with conflicting CDi_j/CDELTi parameters (report by J.F. Bonnarel).
|
| 538 |
|
|
|
| 539 |
|
|
------------------------------------------------------------------------
|
| 540 |
233 |
bertin |
r10 | bertin | 2006-07-05 20:11:29 +0200 (Wed, 05 Jul 2006) | 2 lines
|
| 541 |
18 |
bertin |
|
| 542 |
|
|
Added more configuration parameters to XML output.
|
| 543 |
|
|
|
| 544 |
|
|
------------------------------------------------------------------------
|
| 545 |
233 |
bertin |
r9 | bertin | 2006-07-04 17:39:58 +0200 (Tue, 04 Jul 2006) | 3 lines
|
| 546 |
18 |
bertin |
|
| 547 |
|
|
Fixed a bug with the reentrant version of strtok in TNX.
|
| 548 |
|
|
Added more XML info.
|
| 549 |
|
|
|
| 550 |
|
|
------------------------------------------------------------------------
|
| 551 |
233 |
bertin |
r8 | bertin | 2006-07-03 21:31:15 +0200 (Mon, 03 Jul 2006) | 5 lines
|
| 552 |
18 |
bertin |
|
| 553 |
|
|
Updated display to the leatest "Bertin standards".
|
| 554 |
|
|
Added comments to uncommonly used config parameters in default .sex.
|
| 555 |
|
|
Changed default output channel for info about extraction to stdout.
|
| 556 |
|
|
Added XML output.
|
| 557 |
|
|
|
| 558 |
|
|
------------------------------------------------------------------------
|
| 559 |
233 |
bertin |
r7 | bertin | 2006-07-02 21:15:05 +0200 (Sun, 02 Jul 2006) | 5 lines
|
| 560 |
18 |
bertin |
|
| 561 |
|
|
Updated WCS lib to the latest SCAMP version.
|
| 562 |
|
|
Added support for TNX distortions.
|
| 563 |
|
|
Added support for WCS with more than 2D (NAXIS=3 right now).
|
| 564 |
|
|
Added -g compilation flag for gcc.
|
| 565 |
|
|
|
| 566 |
|
|
------------------------------------------------------------------------
|
| 567 |
233 |
bertin |
r6 | bertin | 2006-06-29 22:38:02 +0200 (Thu, 29 Jun 2006) | 7 lines
|
| 568 |
18 |
bertin |
|
| 569 |
|
|
Self Organizing Map code revived!
|
| 570 |
19 |
bertin |
The FITS body writing routine now complies with strict aliasing constraints,
|
| 571 |
233 |
bertin |
but: Strict-aliasing optimization option dropped in acx_prog_cc_optim.m4
|
| 572 |
|
|
because of too many problems with gcc 4.1 (missing X_IMAGE output, etc.): too
|
| 573 |
|
|
much "fun" with pointers in the SExtractor code.
|
| 574 |
18 |
bertin |
Local background estimates work again after many years of oblivion, thanks to
|
| 575 |
|
|
an increased top margin in the buffering mechanism (bug found by P.Astier).
|
| 576 |
|
|
Overwriting of displayed infos fixed.
|
| 577 |
|
|
|
| 578 |
|
|
------------------------------------------------------------------------
|
| 579 |
233 |
bertin |
r5 | bertin | 2006-01-12 20:12:04 +0100 (Thu, 12 Jan 2006) | 2 lines
|
| 580 |
18 |
bertin |
|
| 581 |
|
|
Preliminary merging with P.Delorme branch (improved PSF-fitting).
|
| 582 |
|
|
|
| 583 |
|
|
------------------------------------------------------------------------
|
| 584 |
233 |
bertin |
r4 | bertin | 2005-11-30 07:29:34 +0100 (Wed, 30 Nov 2005) | 3 lines
|
| 585 |
18 |
bertin |
|
| 586 |
|
|
Added preliminary support for FLAGS_WEIGHT. Null weights above detections are
|
| 587 |
|
|
still missed.
|
| 588 |
|
|
|
| 589 |
233 |
bertin |
------------------------------------------------------------------------
|
| 590 |
|
|
r3 | bertin | 2005-10-19 20:12:37 +0200 (Wed, 19 Oct 2005) | 1 line
|
| 591 |
18 |
bertin |
|
| 592 |
233 |
bertin |
|
| 593 |
|
|
------------------------------------------------------------------------
|
| 594 |
|
|
r2 | bertin | 2005-10-17 16:57:55 +0200 (Mon, 17 Oct 2005) | 1 line
|
| 595 |
|
|
|
| 596 |
|
|
first SExtractor import
|
| 597 |
|
|
|
| 598 |
18 |
bertin |
-------------------------------- old ChangeLog --------------------------------
|
| 599 |
2 |
bertin |
Who When Where(mostly) What
|
| 600 |
|
|
|
| 601 |
|
|
EB 03/07/97 clean.c Make removal of LSB sources optional.
|
| 602 |
|
|
scanimage() Idem.
|
| 603 |
|
|
clean.h
|
| 604 |
|
|
types.h Move prototypes from types.h to clean.h
|
| 605 |
|
|
|
| 606 |
|
|
EB 23/07/97 - Blanking of detections. Major update.
|
| 607 |
|
|
outobj2 components are now handled
|
| 608 |
|
|
through the obj2 pointer.
|
| 609 |
|
|
|
| 610 |
|
|
EB 31/07/97 photom.c MAGERR_APER bug introduced during the
|
| 611 |
|
|
add of blanking fixed.
|
| 612 |
|
|
|
| 613 |
|
|
EB 01/08/97 LDACTools Upgraded from the EIS version.
|
| 614 |
|
|
|
| 615 |
|
|
EB 04/08/97 - Added handling of external FLAG-maps.
|
| 616 |
|
|
read_prefs() Upgraded from the WeightWatcher code.
|
| 617 |
|
|
newfield() Changed slightly the frame description
|
| 618 |
|
|
display.
|
| 619 |
|
|
EB 13/08/97 filterback() Fixed bug with even BACK_FILTERSIZE
|
| 620 |
|
|
localback() Fixed bug with LOCAL backgrounds for
|
| 621 |
|
|
BLANKed detections.
|
| 622 |
|
|
|
| 623 |
|
|
EB 27/08/97 - Added handling of external WEIGHT-maps.
|
| 624 |
|
|
|
| 625 |
|
|
EB 02/09/97 makeback() Added display of currently processed
|
| 626 |
|
|
line.
|
| 627 |
|
|
sexheadsc.h
|
| 628 |
|
|
catout.c New ASCII_SKYCAT catalog format.
|
| 629 |
|
|
|
| 630 |
|
|
EB 05/09/97 - Fixed -PROTOTYPES check-image bug.
|
| 631 |
|
|
|
| 632 |
|
|
EB 13/09/97 filter.c Added FILTER_THRESH option.
|
| 633 |
|
|
scan.c Fixed WEIGHT-map detection bug.
|
| 634 |
|
|
|
| 635 |
|
|
EB 10/10/97 examine_iso()
|
| 636 |
|
|
clean() Improve CLEANing and take into account
|
| 637 |
|
|
variable S/N.
|
| 638 |
|
|
plist.[c,h] New memory-friendly propagation of
|
| 639 |
|
|
information through deblending.
|
| 640 |
|
|
|
| 641 |
|
|
EB 16/10/97 main() New syntax for dual-image mode.
|
| 642 |
|
|
|
| 643 |
|
|
EB 18/10/97 analyse.c
|
| 644 |
|
|
photom.c Exact computation of photometric errors
|
| 645 |
|
|
in the context of variable S/N.
|
| 646 |
|
|
|
| 647 |
|
|
EB 20/10/97 prefs.h new MAMA_CORFLEX preferences parameter,
|
| 648 |
|
|
astrom.c
|
| 649 |
|
|
param.h new X_MAMA and Y_MAMA output parameters
|
| 650 |
|
|
|
| 651 |
|
|
EB 21/10/97 createblank() Bug in single-image mode fixed.
|
| 652 |
|
|
sortit() Bug in dual-image + BLANKing mode.
|
| 653 |
|
|
|
| 654 |
|
|
EB 24/10/97 astrom.c X_MAMA and Y_MAMA computed differently
|
| 655 |
|
|
addcleanobj() Bug in the automag flagging fixed by
|
| 656 |
|
|
modifying the margin computations
|
| 657 |
|
|
|
| 658 |
|
|
EB 26/10/97 analyse() ASSOC selection added.
|
| 659 |
|
|
photom.c MASKing with photometric CORRECTion
|
| 660 |
|
|
added.
|
| 661 |
|
|
|
| 662 |
|
|
EB 04/11/97 readprefs() Added support for ENV variables within
|
| 663 |
|
|
.sex config file.
|
| 664 |
|
|
|
| 665 |
|
|
EB 06/11/97 photom.c Bug in FLUXERR_ISOCOR fixed.
|
| 666 |
|
|
|
| 667 |
|
|
EB 13/11/97 end_readobj()
|
| 668 |
|
|
end_writeobj() "Potential bug" fixed.
|
| 669 |
|
|
|
| 670 |
|
|
EB 18/11/97 flag.[c,h] New module for computing flags from
|
| 671 |
|
|
flag-map.
|
| 672 |
|
|
|
| 673 |
|
|
EB 21/11/97 newfield() PIXEL_SCALE pb with non-WCS images
|
| 674 |
|
|
fixed.
|
| 675 |
|
|
|
| 676 |
|
|
EB 24/11/97 prefs.h CROSS_ID keyval changed to MATCHED.
|
| 677 |
|
|
initcheck() WCS rescaling for MINIBACKGROUND and
|
| 678 |
|
|
MINIBACKRMS added.
|
| 679 |
|
|
|
| 680 |
|
|
EB 28/11/97 initcheck() Bug fixed in WCS coordinates of MINIs.
|
| 681 |
|
|
|
| 682 |
|
|
EB 29/11/97 initcheck() Another bug added in MINIs fixed.
|
| 683 |
|
|
sexhead.h Corrected SEXTHLD value.
|
| 684 |
|
|
|
| 685 |
|
|
EB 19/12/97 readprefs() Test length of command-line arguments
|
| 686 |
|
|
|
| 687 |
|
|
EB 21/12/97 endobject() Replace prefs pixel-scale by field
|
| 688 |
|
|
pixel-scale for S/G separation.
|
| 689 |
|
|
|
| 690 |
|
|
EB 06/01/98 readimagehead() Load basic WCS infos even if no astrom
|
| 691 |
|
|
parameter is requested (for MINIBACKs).
|
| 692 |
|
|
Added handling of CDxx_xx (thanks to
|
| 693 |
|
|
D. Mink)
|
| 694 |
|
|
|
| 695 |
|
|
EB 29/01/98 - Added crude interpolation scheme in
|
| 696 |
|
|
presence of image weighting: new
|
| 697 |
|
|
interpolate.c module.
|
| 698 |
|
|
|
| 699 |
|
|
EB 30/01/98 preanalyse()
|
| 700 |
|
|
examineiso() Changed the rules concerning the
|
| 701 |
|
|
handling of "infinitely thin"
|
| 702 |
|
|
detections (B_IMAGE=0).
|
| 703 |
|
|
|
| 704 |
|
|
EB 31/01/98 parcelout() Fixed a big (but intermittent) bug
|
| 705 |
|
|
preventing proper deblending in
|
| 706 |
|
|
weighted images.
|
| 707 |
|
|
|
| 708 |
|
|
EB 07/02/98 photom.c
|
| 709 |
|
|
scan.c
|
| 710 |
|
|
makeit.c Revisited completely the handling of
|
| 711 |
|
|
bad pixels for the photometry.
|
| 712 |
|
|
|
| 713 |
|
|
EB 10/02/98 endobject() (De)blanking strategy slightly changed.
|
| 714 |
|
|
|
| 715 |
|
|
EB 16/02/98 - New parameters XPEAK_ and YPEAK_ added.
|
| 716 |
|
|
|
| 717 |
|
|
EB 13/03/98 - Finalization of the handling of weights
|
| 718 |
|
|
(Background RMS, weight threshold).
|
| 719 |
|
|
endobject() SEGMENTATION check-image bug fixed.
|
| 720 |
|
|
|
| 721 |
|
|
EB 16/03/98 readprefs() Management of the conflicts between
|
| 722 |
|
|
weight-types seriously updated.
|
| 723 |
|
|
|
| 724 |
|
|
EB 20/03/98 photom.c MAGERR bug in presence of weighting
|
| 725 |
|
|
fixed.
|
| 726 |
|
|
|
| 727 |
|
|
EB 23/03/98 clean() Wrong handling of abcor factor
|
| 728 |
|
|
corrected.
|
| 729 |
|
|
|
| 730 |
|
|
EB 25/03/98 clean() realloc() bug in CLEANing with Linux
|
| 731 |
|
|
scan.c fixed.
|
| 732 |
|
|
|
| 733 |
|
|
EB 26/03/98 readimagehead() Typo in OBS-DATE FITS keyword reading.
|
| 734 |
|
|
|
| 735 |
|
|
EB 27/03/98 sortit() Bug that prevented some faint
|
| 736 |
|
|
detections to be CLEANed fixed.
|
| 737 |
|
|
- Add a new EXTRA_WARNINGS prefs option.
|
| 738 |
|
|
|
| 739 |
|
|
EB 11/04/98 - Added FITS_UNSIGNED option.
|
| 740 |
|
|
filterback() Bug with empty images fixed.
|
| 741 |
|
|
main() New banner.
|
| 742 |
|
|
|
| 743 |
|
|
EB 15/04/98 getflag() Potential bug for big objects with
|
| 744 |
|
|
FLAGTYPE MOST fixed.
|
| 745 |
|
|
examineiso() Wrong detection threshold for CLEANing
|
| 746 |
|
|
in multi-image mode replaced with
|
| 747 |
|
|
correct one.
|
| 748 |
|
|
EB 29/04/98 - Allow multiple FLAG-MAPs (up to 4
|
| 749 |
|
|
currently): IMAFLAG_ISO and
|
| 750 |
|
|
NIMAFLAG_ISO have become vectors.
|
| 751 |
|
|
getflags() Bug with FLAG_TYPEs MIN and MAX fixed.
|
| 752 |
|
|
|
| 753 |
|
|
EB 30/04/98 copyastrom() Fixed a bug with INTERP_TYPE VAR_ONLY.
|
| 754 |
|
|
- Simplified access init_interpolate.
|
| 755 |
|
|
|
| 756 |
|
|
EB 02/05/98 define.h
|
| 757 |
|
|
fitsread() Improve stability with incorrect FITS
|
| 758 |
|
|
headers.
|
| 759 |
|
|
|
| 760 |
|
|
EB 03/05/98 filterback() RMS determination more tolerant towards
|
| 761 |
|
|
constant weight-maps.
|
| 762 |
|
|
BACK_FILTERing anisotropy bug fixed.
|
| 763 |
|
|
makeit() Bad closing of CHECKIMAGEs fixed.
|
| 764 |
|
|
- New CATALOG_TYPE NONE option.
|
| 765 |
|
|
- APER measurements functional again
|
| 766 |
|
|
(recently introduced bug).
|
| 767 |
|
|
|
| 768 |
|
|
EB 06/05/98 readimagehead() Pb with FITS astrometric strings fixed.
|
| 769 |
|
|
|
| 770 |
|
|
EB 07/05/98 getconv() Uninitialized variable pb fixed.
|
| 771 |
|
|
|
| 772 |
|
|
EB 12/05/98 loadstrip() Bug in the production of BACKGROUND
|
| 773 |
|
|
CHECK-image fixed.
|
| 774 |
|
|
|
| 775 |
|
|
EB 28/05/98 define.h new VECFLAG() macro for flagging
|
| 776 |
|
|
arrays.
|
| 777 |
|
|
prefs.h Remove "&" before ptrs to static
|
| 778 |
|
|
arrays.
|
| 779 |
|
|
|
| 780 |
|
|
EB 13/06/98 initastrom() Wrong mapping of PC components fixed.
|
| 781 |
|
|
readimagehead() Wrong mapping of CD components fixed.
|
| 782 |
|
|
|
| 783 |
|
|
EB 29/06/98 makeit() Handling of weight-maps+interpolation
|
| 784 |
|
|
simplified.
|
| 785 |
|
|
scanimage() Missing reference field in the reading
|
| 786 |
|
|
of dwscan added.
|
| 787 |
|
|
useprefs() Bad default threshold in VAR_ONLY
|
| 788 |
|
|
interpolation mode fixed.
|
| 789 |
|
|
|
| 790 |
|
|
EB 30/06/98 backguess() Missing scaling of "sig" in the
|
| 791 |
|
|
computation of "*mean" added, but
|
| 792 |
|
|
threshold changed from 0.2 to 0.0,
|
| 793 |
|
|
awaiting for more tests.
|
| 794 |
|
|
|
| 795 |
|
|
EB 08/07/98 readimagehead() CDx_x FITS WCS parameters are now
|
| 796 |
|
|
given priority before PCxxxx.
|
| 797 |
|
|
|
| 798 |
|
|
EB 09/07/98 filterback() Filtering bug at image borders fixed.
|
| 799 |
|
|
|
| 800 |
|
|
EB 21/07/98 photom.c Division by zero for unphotometrable
|
| 801 |
|
|
objects fixed.
|
| 802 |
|
|
|
| 803 |
|
|
EB 23/07/98 fitswrite() Pb with very long strings fixed.
|
| 804 |
|
|
readcatparams() Reading of .param files more robust.
|
| 805 |
|
|
Comments starting with '#' now allowed.
|
| 806 |
|
|
|
| 807 |
|
|
EB 27/07/98 readimagehead()
|
| 808 |
|
|
initcheck() Changed the handling of CDELTx params
|
| 809 |
|
|
when CDx_x are used. Now works with
|
| 810 |
|
|
MINIBACKGROUND check-images.
|
| 811 |
|
|
|
| 812 |
|
|
EB 11/08/98 photom.c Purify warning fixed in
|
| 813 |
|
|
computeautoflux()
|
| 814 |
|
|
scan.c Purify warning fixed in scanimage().
|
| 815 |
|
|
BLANKing procedure of CLEANed pixels
|
| 816 |
|
|
fixed. Memory leaks fixed.
|
| 817 |
|
|
|
| 818 |
|
|
EB 18/11/98 - New BACK_TYPE, BACK_VALUE, and
|
| 819 |
|
|
THRESH_TYPE config parameters.
|
| 820 |
|
|
flag.c Fixed initialization bug in FLAG_TYPE
|
| 821 |
|
|
MAX mode (thanks to T.Erben).
|
| 822 |
|
|
|
| 823 |
|
|
EB 20/11/98 back.c New BACK_FILTTHRESH parameter.
|
| 824 |
|
|
|
| 825 |
|
|
EB 23/11/98 prefs.c
|
| 826 |
|
|
weight.c Quick fix of MAP_RMS measurement mode.
|
| 827 |
|
|
|
| 828 |
|
|
EB 26/11/98 - New key->alloc flag to distinguish
|
| 829 |
|
|
between constant and dynamic pointers.
|
| 830 |
|
|
|
| 831 |
|
|
EB 28/11/98 - lint warnings fixed.
|
| 832 |
|
|
|
| 833 |
|
|
EB 29/11/98 assoc.c New ASSOC_TYPE NEAREST option.
|
| 834 |
|
|
|
| 835 |
|
|
EB 28/12/98 catout.c Added dependency between flux_auto and
|
| 836 |
|
|
flux_radius
|
| 837 |
|
|
|
| 838 |
|
|
EB 13/01/99 endobject() Fixed numbering problem in SEGMENTATION
|
| 839 |
|
|
maps when CLEAN is N.
|
| 840 |
|
|
|
| 841 |
|
|
EB 27/01/99 load_assoc() Stupid bug in 2 ASSOC_PARAMS mode
|
| 842 |
|
|
fixed.
|
| 843 |
|
|
|
| 844 |
|
|
EB 19/02/99 examineiso() Variable thresholding is now taken into
|
| 845 |
|
|
account for S/G classification and
|
| 846 |
|
|
FWHMs.
|
| 847 |
|
|
|
| 848 |
|
|
EB 25/02/99 types.h Wrong data-type for BACK_VALUE fixed.
|
| 849 |
|
|
|
| 850 |
|
|
EB 02/03/99 examineiso() XPEAK and YPEAK offset bug fixed.
|
| 851 |
|
|
|
| 852 |
|
|
EB 06/04/99 - Unused variables removed.
|
| 853 |
|
|
clean.c
|
| 854 |
|
|
scan.c New handling of CLEANed blanked
|
| 855 |
|
|
detections.
|
| 856 |
|
|
|
| 857 |
|
|
EB 08/04/99 - Various memory leaks fixed
|
| 858 |
|
|
readimage() BACKGROUND_RMS check-images now
|
| 859 |
|
|
operational in single-image mode.
|
| 860 |
|
|
|
| 861 |
|
|
EB 15/04/99 param.h Remove the 0's from the formatting
|
| 862 |
|
|
of flags.
|
| 863 |
|
|
|
| 864 |
|
|
EB 21/04/99 - New _PROFILE photometric parameters.
|
| 865 |
|
|
|
| 866 |
|
|
EB 06/05/99 examineiso() Potential bug in the threshs[i] fixed.
|
| 867 |
|
|
readimage() Bug in BACKGROUND_RMS mode fixed.
|
| 868 |
|
|
|
| 869 |
|
|
EB 11/05/99 - Major change: handling of weight-maps
|
| 870 |
|
|
during the background processing.
|
| 871 |
|
|
New WEIGHT_GAIN parameter.
|
| 872 |
|
|
|
| 873 |
|
|
EB 19/05/99 scanimage() Important "bug" fix: slight differences
|
| 874 |
|
|
between single- and double-image modes
|
| 875 |
|
|
supressed.
|
| 876 |
|
|
|
| 877 |
|
|
EB 24/05/99 makeback() Memory leak in double-weight/single-
|
| 878 |
|
|
image mode fixed.
|
| 879 |
|
|
makeit() New info display.
|
| 880 |
|
|
inheritfield() Interpolation flag is no longer
|
| 881 |
|
|
inherited (fixes a bug in some weird
|
| 882 |
|
|
double-weight-maps configs).
|
| 883 |
|
|
|
| 884 |
|
|
EB 12/08/99 endfield() Fixed segmentation fault at the end
|
| 885 |
|
|
of processing when ASSOC is used.
|
| 886 |
|
|
psf_load() Remove malloc() of null-size data
|
| 887 |
|
|
with constant PSFs.
|
| 888 |
|
|
|
| 889 |
|
|
EB 10/09/99 makeit() Background pb in WEIGHT_TYPE NONE,...
|
| 890 |
|
|
fixed.
|
| 891 |
|
|
|
| 892 |
|
|
EB 14/09/99 back() Replacement value for bad variance map
|
| 893 |
|
|
background meshes changed to 1.0
|
| 894 |
|
|
scanimage() Bug with THRESH_TYPE ABSOLUTE in
|
| 895 |
|
|
WEIGHTing mode fixed.
|
| 896 |
|
|
|
| 897 |
|
|
EB 30/09/99 fitsread() The quote (') symbol is now properly
|
| 898 |
|
|
handled in FITS headers.
|
| 899 |
|
|
|
| 900 |
|
|
EB 07/10/99 scanimage() Removed debug information inadvertently
|
| 901 |
|
|
left in the previous release.
|
| 902 |
|
|
|
| 903 |
|
|
EB 24/01/2000 computeautoflux()
|
| 904 |
|
|
Small inaccuracy in crowding-flag
|
| 905 |
|
|
positioning fixed.
|
| 906 |
|
|
|
| 907 |
|
|
EB 01/02/2000 localback() Fixed division by zero in local
|
| 908 |
|
|
background estimates of some heavily
|
| 909 |
|
|
deblended detections in MASK_TYPE
|
| 910 |
|
|
CORRECT mode.
|
| 911 |
|
|
EB 03/02/2000 makeback() Risk of segmentation fault with huge
|
| 912 |
|
|
weight maps fixed.
|
| 913 |
|
|
|
| 914 |
|
|
EB 11/02/2000 computeautoflux()
|
| 915 |
|
|
Wrong version of photom.c in release
|
| 916 |
|
|
V2.1.5 fixed.
|
| 917 |
|
|
|
| 918 |
|
|
EB 14/10/2000 newfield() RMS_FIELD now properly taken into
|
| 919 |
|
|
account.
|
| 920 |
|
|
prefs.h BACK_FILTERSIZE upper limit pushed to
|
| 921 |
|
|
11.
|
| 922 |
|
|
|
| 923 |
|
|
EB 04/02/2001 backhisto()
|
| 924 |
|
|
backstat() Fixed two huge bugs in the MAP_WEIGHT
|
| 925 |
|
|
calibration.
|
| 926 |
|
|
|
| 927 |
|
|
EB 08/02/2001 makeback() Fixed a small bug in large-image mode.
|
| 928 |
|
|
clean() Fixed CLEANing bug for hollow objects.
|
| 929 |
|
|
|
| 930 |
|
|
EB 23/09/2001 neurfilter() Fixed a bug that would make the result
|
| 931 |
|
|
of neural filtering compiler-dependent.
|
| 932 |
|
|
makeback() Corrected typos in text displayed on
|
| 933 |
|
|
screen.
|
| 934 |
|
|
|
| 935 |
|
|
EB 24/09/2001 endobject() Add 1 to xmin,xmax,ymin and ymax object
|
| 936 |
|
|
parameters to be compatible with the
|
| 937 |
|
|
FITS convention for pixel coordinates.
|
| 938 |
|
|
|
| 939 |
|
|
EB 17/06/2002 - Added Large File Support
|
| 940 |
|
|
|
| 941 |
|
|
EB 13/12/2002 - Moved to autoconf'ed distribution.
|
| 942 |
|
|
- FITS and WCS library updated.
|
| 943 |
|
|
main() New banner.
|
| 944 |
|
|
EB 15/12/2002 - Added Support for MEF files.
|
| 945 |
|
|
|
| 946 |
|
|
EB 24/01/2003 initastrom()
|
| 947 |
|
|
astrom.h Increased PV array to 2000 to comply
|
| 948 |
|
|
with the newly added version of the WCS
|
| 949 |
|
|
library.
|
| 950 |
|
|
preflist.h Increased default MEMORY_PIXSTACK to
|
| 951 |
|
|
200,000.
|
| 952 |
|
|
acx_prog_cc_optim.m4
|
| 953 |
|
|
Added "-g" to default CFLAGS when
|
| 954 |
|
|
compiling with gcc.
|
| 955 |
|
|
EB 05/02/2003 readimage.c Added include statement.
|
| 956 |
|
|
|
| 957 |
|
|
EB 06/02/2003 backguess() Fixed potential bug with unitialized
|
| 958 |
|
|
value.
|
| 959 |
|
|
|
| 960 |
|
|
EB 07/02/2003 back.c
|
| 961 |
|
|
fitscat.h
|
| 962 |
|
|
define.h
|
| 963 |
|
|
configure.in Improved LFS support (with glibc2.2).
|
| 964 |
|
|
|
| 965 |
|
|
EB 05/03/2003 - Put back config/ dir and add Benne
|
| 966 |
|
|
Holwerda's manual.
|
| 967 |
|
|
|
| 968 |
|
|
EB 02/04/2003 makeback() Fixed a memory leak on weight histo.
|
| 969 |
|
|
refine.c Modify parcelout() array allocation.
|
| 970 |
|
|
pc.c
|
| 971 |
|
|
psf.c
|
| 972 |
|
|
som.c Added dummy return to please insure++.
|
| 973 |
|
|
|
| 974 |
|
|
EB 03/04/2003 endastrom() 2 arrays were freed twice sometimes.
|
| 975 |
|
|
|
| 976 |
|
|
EB 28/11/2003 - Fixed gcc -Wall warnings
|
| 977 |
|
|
- Updated the fitscat and wcs libraries
|
| 978 |
|
|
to the latest versions.
|
| 979 |
|
|
|
| 980 |
|
|
EB 03/12/2003 add_tab() Removed confusing seg section, fixing
|
| 981 |
|
|
the SEXNDET header bug with MEFs.
|
| 982 |
|
|
save_head() Add saving of headpos file position.
|
| 983 |
|
|
|
| 984 |
|
|
EB 15/06/2004 analyse.c
|
| 985 |
|
|
check.c
|
| 986 |
|
|
clean.c Mv SEGMENTATION map from 16 to 32 bits.
|
| 987 |
|
|
|
| 988 |
|
|
EB 13/12/2004 computepetroflux()
|
| 989 |
|
|
Added Petrosian "total" magnitudes
|
| 990 |
|
|
winpos.c Added *WIN_* position measurements.
|
| 991 |
|
|
|
| 992 |
|
|
EB 14/12/2004 key.h Keyword max length changed to 31 chars
|
| 993 |
|
|
|
| 994 |
|
|
EB 15/12/2004 - New RPM build system
|
| 995 |
|
|
- Updated the fits and wcs libraries
|
| 996 |
|
|
to the latest versions.
|
| 997 |
|
|
|
| 998 |
|
|
EB 15/02/2005 compute_winpos()
|
| 999 |
|
|
Added 1.0 to computed coordinates and
|
| 1000 |
|
|
fixed error singularities. New
|
| 1001 |
|
|
iterative procedure (more accurate).
|
| 1002 |
|
|
|
| 1003 |
|
|
EB 17/07/2005 compute_winpos()
|
| 1004 |
|
|
Added computation of "windowed moments".
|
| 1005 |
|
|
astrom.c Added support for WORLD "windowed
|
| 1006 |
|
|
parameters".
|
| 1007 |
|
|
|
| 1008 |
|
|
EB 18/07/2005 dumpprefs() Added support for "deep dump".
|
| 1009 |
|
|
Makefile.am added the -g option to gcc CFLAGS.
|
| 1010 |
|
|
param.h Fixed non-FORTRAN compliant format
|
| 1011 |
|
|
in TDISP output.
|
| 1012 |
|
|
|
| 1013 |
|
|
EB 22/08/2005 compute_winpos()
|
| 1014 |
|
|
Fixed issues for sources with flux<0.
|
| 1015 |
|
|
|
| 1016 |
|
|
EB 23/08/2005 param.h Removed duplicated lines.
|
| 1017 |
|
|
|
| 1018 |
|
|
EB 24/08/2005 compute_winpos()
|
| 1019 |
|
|
Added Kaiser's POLARizations (POLAR and
|
| 1020 |
|
|
POLARWIN) and FLAGS_WIN.
|
| 1021 |
|
|
|
| 1022 |
|
|
EB 25/08/2005 compute_winpos()
|
| 1023 |
|
|
Added NITER_WIN giving the number of
|
| 1024 |
|
|
WIN iterations.
|
| 1025 |
|
|
|
| 1026 |
|
|
EB 22/09/2005 compute_winpos()
|
| 1027 |
|
|
Fixed a trigger bug with ERR*WIN_IMAGE.
|
| 1028 |
|
|
|
| 1029 |
3 |
bertin |
EB 23/09/2005 define.h Corrected SExtractor URL.
|
| 1030 |
2 |
bertin |
|
| 1031 |
|
|
EB 27/09/2005 examineiso() Fixed NaN in computing ISO thresholds.
|
| 1032 |
3 |
bertin |
|
| 1033 |
|
|
EB 19/10/2005 updateparamflags()
|
| 1034 |
|
|
Fixed a trigger bug with ERR*WIN_IMAGE.
|
| 1035 |
|
|
astrom_winshapeparam()
|
| 1036 |
|
|
Fixed null *WIN_WORLDs.
|
| 1037 |
|
|
preflist.h Improved display of advanced parameters.
|