| Rev |
Log message |
Author |
Age |
Path |
| 308 |
Updated auconfiguration .m4 files, including MKL autoconfiguration.
Added proper correction of model subsampling to MODELS,-MODELS,SPHEROIDS and DISKS check-images.
Added Eli Rykoff's fix to discard sources with NaNs in the fitted positions.
Improved debug info for memory allocations in FFT and FITS libraries.
Improved vectorization in FITS data transformations and FFT-based convolutions.
Fixed issue with ASSOC_TYPE NEAREST.
Pushed version number to 3.0a8. |
bertin |
29d 17h |
/branches/multi/src/analyse.c |
| 304 |
Fixed issue with ordering of source IDs.
Fixed SEGMENTATION maps with multithreaded measurements. |
bertin |
232d 20h |
/branches/multi/src/analyse.c |
| 301 |
Completed multithreading of measurements.
Activated multithreading by default.
Pushed version number to 3.0a7. |
bertin |
294d 17h |
/branches/multi/src/analyse.c |
| 285 |
Implemented early version of multi-image model-fitting (not functional yet).
Pushed version number to 3.0a6. |
bertin |
382d 12h |
/branches/multi/src/analyse.c |
| 283 |
Added dedicated readimage.h include file
Added subimage.c module and subimage.h include file, in charge of creating and managing sub-images.
Removed manobjlist.c and moved content to deblend.c.
More code refactoring (including readimage header and neurro modules), and removal of global function definitions.
Added new wcs_rawtoraw() function in fitswcs module to compute local reprojection offsets and Jacobians.
Completed multi-grid support, including background subtraction (not yet fully optimized)
Fixed crashes with FILTER set to Y.
Implemented multi-grid support in winpos module (not yet fully accurate, needs testing) and photom_auto (not functional yet).
Pushed version number to 3.0a5 |
bertin |
414d 21h |
/branches/multi/src/analyse.c |
| 282 |
Renamed refine.c to deblend.c, added deblend.h.
Large code refactoring in image management, deblending, photometry and flag management among other modules.
Completed conversion of preference parameters to vectors (MEF management issues remain with some parameters).
Continued conversion of measurement parameters to vectors.
Initiated use of dedicated internal flags instead of pointers to specific measurement vectors for triggering calls to _AUTO and _WIN routines.
Improved information display.
Added experimental CFLUX_AUTO,CFLUXERR_AUTO,CMAG_AUTO,CMAGERR_AUTO vectors combining flux from several exposures taken through the same filter (weighted mean only for the moment), and set _AUTO vector dimension back to the total number of input files.
Completed first part of the conversion of WIN measurements to vectors: (pixel values are combined among exposures taken through the same channel).
Reverted FLAGS back to scalar.
Added FLAGS_AUTO vector with 3 flag bits.
Implemented FLAGS_WIN with 4 flag bits.
Refactored main extraction code, _AUTO and _WIN routines to prepare for non-constant pixel grids.
Pushed version number to 3.0a4 |
bertin |
428d 22h |
/branches/multi/src/analyse.c |
| 281 |
Completed multi-band MAG_AUTO.
Re-factored more code (cleaning up unused detection measurements).
Added new memory management functions for non-catalogued measurements.
Fixed various memory management issues. |
bertin |
463d 15h |
/branches/multi/src/analyse.c |
| 278 |
Further progress on multi-band version (now compiles).
Pushed version number to 3.0a3. |
bertin |
498d 19h |
/branches/multi/src/analyse.c |
| 277 |
Reduced the scope of the extraction engine to detection image to simplify management of multi-band data.
Refactored large amounts of code in extraction and sub-extraction engines. |
bertin |
519d 16h |
/branches/multi/src/analyse.c |
| 275 |
Further progress on code refactoring and upgrade to multi-band. Does not compile yet. |
bertin |
533d 16h |
/branches/multi/src/analyse.c |
| 274 |
Re-factored graph and misc functions.
Added graph.h and misc.h (functions removed from globals.h).
Version number changed to 3.0a2. |
bertin |
547d 16h |
/branches/multi/src/analyse.c |
| 273 |
Updated catalogue parameter management engine to deal with multiband data.
Moved all measurement image parameters (except model fitting) to vectors to prepare for multiband: X/YPEAK_IMAGE now different in multiple image mode, X/Y_IMAGE_DBL removed and X/Y_IMAGE upgraded to double precision.
Added CPU detection patch for the INTEL compiler.
Started getting rid of double-psf management in makeit(). |
bertin |
547d 20h |
/branches/multi/src/analyse.c |
| 272 |
Fixed more bugs and memory leaks (a small one remains right at the end). |
bertin |
591d 18h |
/branches/multi/src/analyse.c |
| 270 |
Fixed segfaults with internal vectors.
Fixed some memory leaks. |
bertin |
593d 13h |
/branches/multi/src/analyse.c |
| 269 |
More debugging... |
bertin |
594d 10h |
/branches/multi/src/analyse.c |
| 268 |
Removed several bugs in source management. |
bertin |
594d 16h |
/branches/multi/src/analyse.c |
| 267 |
Made LevMar calls reentrant.
Rolled back changes made to the FITS library key->naxisn array.
Finalized first prototype of group analysis.
Implemented simple overlap detection (based on isophotal deblending).
PSF calls not reentrant yet.
The code compiles once again. |
bertin |
595d 11h |
/branches/multi/src/analyse.c |
| 260 |
Further progress on putting together the new code. |
bertin |
659d 13h |
/branches/multi/src/analyse.c |
| 259 |
Implemented model subtraction routines.
Completed dynamic management of models. |
bertin |
660d 17h |
/branches/multi/src/analyse.c |
| 258 |
Further changes, including first implementation of iterative multi-fit (does not compile). |
bertin |
661d 12h |
/branches/multi/src/analyse.c |