IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psLib/src/imageops

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15492   19 years Paul Price Adding memory instrumentation for psImageCopy.
(edit) @15456   19 years Paul Price Adding additional information for tracking memory leaks.
(edit) @15437   19 years Paul Price Plugging memory leak.
(edit) @15377   19 years gusciora Added a psMemCheckBinning() function.
(edit) @15321   19 years Paul Price Expanding psImageConvolveMaskDirect and psImageConvolveMaskFFT to …
(edit) @15320   19 years Paul Price Adding psImageConvolveMaskFFT to use FFT convolution to convolve mask …
(edit) @15254   19 years eugene changed mask to coeffMask, define PS_POLY_MASK_FIT,SET; distinguish …
(edit) @15041   19 years eugene added case of 1xN or Nx1 maps
(edit) @15001   19 years eugene add asserts for finite input values
(edit) @14988   19 years eugene added APIs to define psImageMap without psImage pointer
(edit) @14983   19 years Paul Price Including psMemory.h where required.
(edit) @14960   19 years eugene init the mask vector if alloced here
(edit) @14929   19 years eugene adding psImageMap, psImagePixelInterpolate functions
(edit) @14925   19 years eugene adding psImageInterpolatePixelBilinear
(edit) @14924   19 years eugene adding psImageMap functions, psImagePixelInterpolate functions
(edit) @14923   19 years eugene adding utility functions for coordinate system conversions
(edit) @14922   19 years eugene adding ability to return the subsample used for the stats
(edit) @14921   19 years eugene updates to child handling
(edit) @14866   19 years Paul Price Adding mask to psImageConvolveFFT, so that masked pixels may be set to …
(edit) @14826   19 years Paul Price Need to normalise the variance kernel so that the sum is unity --- …
(edit) @14762   19 years Paul Price Adding assertion on kernel sizes.
(edit) @14736   19 years Paul Price Fixing assertion.
(edit) @14707   19 years Paul Price More cut/paste errors.
(edit) @14706   19 years Paul Price Cut/paste error.
(edit) @14705   19 years Paul Price Adding assertion for kernels.
(edit) @14704   19 years Paul Price Was doing direct convolution using x+u instead of x-u --- no …
(edit) @14638   19 years Paul Price Kernel range is inclusive.
(edit) @14523   19 years Paul Price Fixing range for error messages.
(edit) @14478   19 years Paul Price Adding psKernelAllocFromImage to generate a kernel from some input image.
(edit) @14452   19 years jhoblitt gcc attribute cleanup
(edit) @14332   19 years magnier adding output target to psImageConvolveDirect API
(edit) @13651   19 years Paul Price Even if no mask is supplied, a mask value may be desired (either good …
(edit) @13483   19 years Paul Price Adding psImageInterpolateStatus, a status enum which is returned by …
(edit) @13350   19 years rhl Support S32 in psImageConvolveDirect
(edit) @12998   19 years magnier added psImageCopyView function
(edit) @12953   19 years magnier added comments
(edit) @12815   19 years magnier use macro to set col0,row0
(edit) @12814   19 years magnier use macro to set col0,row0; subimage needs to offset pixels based on …
(edit) @12802   19 years Paul Price It's not the flux contribution of bad pixels that matters for marking …
(edit) @12776   19 years Paul Price Fixing lanczos and gauss interpolations.
(edit) @12756   19 years Paul Price Only attempt variance or mask interpolation if the image is provided.
(edit) @12748   19 years Paul Price Fixing comment.
(edit) @12745   19 years Paul Price psImageShiftKernel is redundant now, with psImageShift calling …
(edit) @12741   19 years Paul Price Reworking image interpolation to work on mask and variance image …
(edit) @12699   19 years magnier fix error in binning definition
(edit) @12588   19 years magnier created a common set of routines to define the binning parameters
(edit) @12444   19 years magnier removed special case for psphot (moved to psphotImageMedian)
(edit) @12431   19 years Paul Price Removing complex number support. No-one was using it, and it prevents …
(edit) @12330   19 years Paul Price Making psPixels APIs to look more like the psArray, psVector APIs …
(edit) @12256   19 years magnier added special case for division to handle div-by-zero; added different …
(edit) @12248   19 years Paul Price Fixing SEGV from mask being NULL.
(edit) @12187   19 years Paul Price Adding psImageConvolveMask
(edit) @12186   19 years Paul Price The usual way is much faster (factor of 3) for filled kernels. Might …
(edit) @12183   19 years Paul Price Whoops, wrong place.
(edit) @12181   19 years Paul Price Adding convolution benchmarking program.
(edit) @12179   19 years Paul Price Removing optional output image from psImageConvolve APIs due to …
(edit) @12001   19 years Paul Price Fixing tsum.
(edit) @12000   19 years Paul Price Generated kernel should be relative to the LAST data point (for OTA …
(edit) @11999   19 years Paul Price Fixing bug due to wrong sense of boolean.
(edit) @11795   19 years magnier fixed counting to be consistent with dvoMakeCorrUnbin; this may break …
(edit) @11760   19 years Paul Price Fixing compilation problems following change to histogram API.
(edit) @11759   19 years Paul Price Fixing bug 843 by modifying functions that (unnecessarily) returned an …
(edit) @11704   19 years Paul Price Fixes so it compiles. psVector FFTs don't work yet --- need to fix …
(edit) @11703   19 years Paul Price Reworked image convolution (split direct and FFT methods into separate …
(edit) @11686   19 years jhoblitt update psAbort() API: add noreturn attribute remove unneeded …
(edit) @11299   19 years magnier adjusted meaning of dx, dy
(edit) @11248   19 years magnier major cleanup of the Doxygen groups
(edit) @11156   20 years magnier added trace option output of stats vector
(edit) @11153   20 years magnier added psImageSmoothMaskF32
(edit) @10999   20 years jhoblitt consistently include config.h
(edit) @10550   20 years magnier - moved psHistogram functions to psHistogram.c,h (pslib_strict.h, …
(edit) @10548   20 years magnier changed psVectorStats return value to bool
(edit) @10396   20 years magnier API change: moved several arguments to a new psStats argument
(edit) @10273   20 years rhl 1/ Make psImageBackground interpret nMax == 0 as "all pixels" 2/ Make …
(edit) @10169   20 years magnier added psVectorStats for sky measurement, with multiple stats options; …
(edit) @10136   20 years rhl Added psImageUnbinPixel
(edit) @9975   20 years Paul Price Adding assertion on rng.
(edit) @9927   20 years magnier added test psImageShiftKernel and related p_psImageShiftKernel_F32; …
(edit) @9865   20 years magnier added BICUBE, fixed sign error and 0.5 pixel error in psImageShift
(edit) @9863   20 years magnier added psImageInterpolate tests so I could test fixes to this function
(edit) @9730   20 years Paul Price Following today's meeting, we agreed that psVectorAlloc (and therefore …
(edit) @9538   20 years Paul Price Synchronising with SDRS, and cleaning up: * Replaced is_psType() with …
(edit) @8978   20 years Paul Price Subtract the median when we add the numbers, so we don't get numerical …
(edit) @8974   20 years Paul Price Accumulator should be double.
(edit) @8914   20 years jhoblitt remove psTest.h
(edit) @8712   20 years jhoblitt move $SRCINC to always be left of $PSLIB_CFLAGS
(edit) @8627   20 years jhoblitt add gcc format attributes to: psAbort() psErrorStackPrint() …
(edit) @8412   20 years Paul Price Propogating PSLIB_CFLAGS to the lower levels, so that, e.g., …
(edit) @8232   20 years jhoblitt bug #790 - remove psErrorText.h and inline all error codes. all newly …
(edit) @7999   20 years Paul Price Replacing p_psGetStatValue with two functions: psStatsSingleOption …
(edit) @7985   20 years Paul Price Adding output of coverage testing to CLEANFILES and .cvsignore
(edit) @7914   20 years drobbin Added error handling to memory checking functions. Will hopefully …
(edit) @7766   20 years Paul Price Moved PS_ASSERT functions into appropriate places. Created psAssert.h …
(edit) @7612   20 years drobbin Edited psImageFitPoly and EvalPoly. Scaling factors were using …
(edit) @7535   20 years Paul Price x refers to the column, y refers to the row (bug 765).
(edit) @7524   20 years magnier replaced dangerous code with P_PSIMAGE_SET_NUMCOLS, etc
(edit) @7415   20 years rhl Need $(GSL_CFLAGS) on systems where gsl's not found in the path
(edit) @7381   20 years Paul Price Adding files missed in previous commit to merge additional pslib …
(edit) @7380   20 years Paul Price Merging the pslib "additional" functions from the modules into psLib …
(edit) @7210   20 years Paul Price Adding emacs temporary files to CLEANFILES
Note: See TracRevisionLog for help on using the revision log.