| Rev |
Log message |
Author |
Age |
Path |
| 235 |
Added FLUXHYBRID_,MAG_HYBRID |
bertin |
967d 15h |
/trunk/src/makeit.c |
| 234 |
Fixed issue with duplicated sources when PSF_NMAX is >1.
Pushed version number to 2.13.1. |
bertin |
978d 21h |
/trunk/src/makeit.c |
| 233 |
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. |
bertin |
981d 19h |
/trunk/src/makeit.c |
| 227 |
Added --disable-model-fitting configure option to turn-off model-fitting features and to allow compiling SExtractor without requiring the ATLAS and FFTW libraries.
Version number pushed to 2.12.0. |
bertin |
1030d 22h |
/trunk/src/makeit.c |
| 220 |
Added reading of .head ASCII headers (suggestion from M.Monnerville and P.Hudelot).
Improved real-time display.
Fixed various issues with XSLT in double image mode.
Pushed version number to 2.11.0. |
bertin |
1229d 22h |
/trunk/src/makeit.c |
| 219 |
Added the DETECT_MAXAREA (advanced) configuration keyword (as suggested by V.Terron).
Improved processing time display. |
bertin |
1244d 22h |
/trunk/src/makeit.c |
| 209 |
Fixed BITPIX display info.
Changed CONCENTRATION_MODEL to SPREAD_MODEL.
Added SPREADERR_MODEL measurement (currently a crude estimate).
Optimized FFT calls.
Set PSF_NMAX to 2 by default. |
bertin |
1358d 19h |
/trunk/src/makeit.c |
| 208 |
Fixed CONCENTRATION_MODEL issue.
Removed singular matrix warning.
Added MATRIX_MODELERR measurement parameters.
Added DURATION_ANALYSIS measurement parameter. |
bertin |
1363d 23h |
/trunk/src/makeit.c |
| 194 |
Removed multithreading in FFTs (would degrade performance).
Added computation of FLUXERR_MODEL and MAGERR_MODEL.
Fixed a numerical bug in E1MODEL_IMAGE and E2MODEL_IMAGE.
Improved onscreen display.
Pushed version number to 2.8.7 |
bertin |
1481d 19h |
/trunk/src/makeit.c |
| 173 |
merged with SExFIGI branch |
bertin |
1602d 18h |
/trunk/src/makeit.c |
| 39 |
Moved software to trunk |
bertin |
1602d 20h |
/trunk/src/makeit.c |
| 20 |
Move sextractor to public repository |
baillard |
2528d 00h |
/trunk/src/makeit.c |
| 17 |
Yet another rewriting of the XML part. Meta-data, error messages and catalog info are now consistant between the catalog and the XML metadata file. Still some pb with the COOSYS epoch and system in the VOTable version of the catalog (but correct in the XML metadata file).
CATALOG_TYPE ASCII_VO changed to ASCII_VOTABLE.
Added a check in error catching to prevent recursive loops.
Added reinit of the warning counter to allow multiple uses of the warning history.
Cleaned up configure.ac and added a default path for the (still missing) XSL file.
Updated config/default.sex, BUGS HISTORY and README files.
Ready for release of V2.5. |
bertin |
2531d 17h |
/trunk/src/makeit.c |
| 16 |
XML VOTable approach changed again: support for error messaging in VO catalog (not only metadata) and FITS serialization of LDAC files in XML output.
COOSYS tag added with relevant information.
Removed MAMA_CORFLEX advanced config parameter (replaced with define).
Version number pushed to 2.5. |
bertin |
2532d 15h |
/trunk/src/makeit.c |
| 15 |
Improved XML VOTable (still waiting for F.Ochsenbein comments, though).
Added meta-data to VOTable catalog output.
Fixed potential bug with long command lines. |
bertin |
2533d 17h |
/trunk/src/makeit.c |
| 12 |
Added support for warning history in the fits library.
Added duration to XML error output.
Added ten most recent warnings to XML output. |
bertin |
2536d 18h |
/trunk/src/makeit.c |
| 11 |
Added catching of error messages and forwarding to XML.
Added ASCII_VO output catalog format (inspired by G.Tissier's VOTable patch)
Fixed issue with conflicting CDi_j/CDELTi parameters (report by J.F. Bonnarel). |
bertin |
2538d 17h |
/trunk/src/makeit.c |
| 9 |
Fixed a bug with the reentrant version of strtok in TNX.
Added more XML info. |
bertin |
2541d 20h |
/trunk/src/makeit.c |
| 8 |
Updated display to the leatest "Bertin standards".
Added comments to uncommonly used config parameters in default .sex.
Changed default output channel for info about extraction to stdout.
Added XML output. |
bertin |
2542d 16h |
/trunk/src/makeit.c |
| 6 |
Self Organizing Map code revived!
The FITS body writing routine now complies with strict aliasing constraints, but:
Strict-aliasing optimization option dropped in acx_prog_cc_optim.m4 because of too many problems with gcc 4.1 (missing X_IMAGE output, etc.): too much "fun" with pointers in the SExtractor code.
Local background estimates work again after many years of oblivion, thanks to
an increased top margin in the buffering mechanism (bug found by P.Astier).
Overwriting of displayed infos fixed. |
bertin |
2546d 15h |
/trunk/src/makeit.c |